Whitelist SPV_EXT_demote_to_helper_invocation for opt passes (#3236)

This commit is contained in:
Ehsan 2020-03-17 22:36:02 -05:00 committed by GitHub
parent 5a97e3a391
commit 18d3896a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -923,6 +923,7 @@ void AggressiveDCEPass::InitExtensions() {
"SPV_GOOGLE_hlsl_functionality1",
"SPV_GOOGLE_user_type",
"SPV_NV_shader_subgroup_partitioned",
"SPV_EXT_demote_to_helper_invocation",
"SPV_EXT_descriptor_indexing",
"SPV_NV_fragment_shader_barycentric",
"SPV_NV_compute_shader_derivatives",

View File

@ -371,6 +371,7 @@ void LocalAccessChainConvertPass::InitExtensions() {
"SPV_GOOGLE_hlsl_functionality1",
"SPV_GOOGLE_user_type",
"SPV_NV_shader_subgroup_partitioned",
"SPV_EXT_demote_to_helper_invocation",
"SPV_EXT_descriptor_indexing",
"SPV_NV_fragment_shader_barycentric",
"SPV_NV_compute_shader_derivatives",

View File

@ -248,6 +248,7 @@ void LocalSingleBlockLoadStoreElimPass::InitExtensions() {
"SPV_GOOGLE_hlsl_functionality1",
"SPV_GOOGLE_user_type",
"SPV_NV_shader_subgroup_partitioned",
"SPV_EXT_demote_to_helper_invocation",
"SPV_EXT_descriptor_indexing",
"SPV_NV_fragment_shader_barycentric",
"SPV_NV_compute_shader_derivatives",