Skip to content

Commit 0d6c8d6

Browse files
authored
Add SPV_NV_linear_swept_spheres to allow list. (KhronosGroup#6168)
1 parent 5019606 commit 0d6c8d6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

source/opt/aggressive_dead_code_elim_pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,7 @@ void AggressiveDCEPass::InitExtensions() {
10441044
"SPV_KHR_quad_control",
10451045
"SPV_NV_shader_invocation_reorder",
10461046
"SPV_NV_cluster_acceleration_structure",
1047+
"SPV_NV_linear_swept_spheres",
10471048
});
10481049
}
10491050

source/opt/local_access_chain_convert_pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ void LocalAccessChainConvertPass::InitExtensions() {
466466
"SPV_KHR_quad_control",
467467
"SPV_NV_shader_invocation_reorder",
468468
"SPV_NV_cluster_acceleration_structure",
469+
"SPV_NV_linear_swept_spheres",
469470
});
470471
}
471472

source/opt/local_single_block_elim_pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ void LocalSingleBlockLoadStoreElimPass::InitExtensions() {
303303
"SPV_KHR_quad_control",
304304
"SPV_NV_shader_invocation_reorder",
305305
"SPV_NV_cluster_acceleration_structure",
306+
"SPV_NV_linear_swept_spheres",
306307
});
307308
}
308309

source/opt/local_single_store_elim_pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ void LocalSingleStoreElimPass::InitExtensionAllowList() {
155155
"SPV_GOOGLE_user_type",
156156
"SPV_NV_shader_invocation_reorder",
157157
"SPV_NV_cluster_acceleration_structure",
158+
"SPV_NV_linear_swept_spheres",
158159
});
159160
}
160161
bool LocalSingleStoreElimPass::ProcessVariable(Instruction* var_inst) {

0 commit comments

Comments
 (0)