spirv-opt: support SPV_EXT_shader_image_int64 (#4379)
This commit is contained in:
Родитель
feb05446bb
Коммит
4baf3affe3
|
@ -999,6 +999,7 @@ void AggressiveDCEPass::InitExtensions() {
|
|||
"SPV_KHR_vulkan_memory_model",
|
||||
"SPV_KHR_subgroup_uniform_control_flow",
|
||||
"SPV_KHR_integer_dot_product",
|
||||
"SPV_EXT_shader_image_int64",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -420,6 +420,7 @@ void LocalAccessChainConvertPass::InitExtensions() {
|
|||
"SPV_KHR_terminate_invocation",
|
||||
"SPV_KHR_subgroup_uniform_control_flow",
|
||||
"SPV_KHR_integer_dot_product",
|
||||
"SPV_EXT_shader_image_int64",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -272,6 +272,7 @@ void LocalSingleBlockLoadStoreElimPass::InitExtensions() {
|
|||
"SPV_KHR_terminate_invocation",
|
||||
"SPV_KHR_subgroup_uniform_control_flow",
|
||||
"SPV_KHR_integer_dot_product",
|
||||
"SPV_EXT_shader_image_int64",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -125,6 +125,7 @@ void LocalSingleStoreElimPass::InitExtensionAllowList() {
|
|||
"SPV_KHR_terminate_invocation",
|
||||
"SPV_KHR_subgroup_uniform_control_flow",
|
||||
"SPV_KHR_integer_dot_product",
|
||||
"SPV_EXT_shader_image_int64",
|
||||
});
|
||||
}
|
||||
bool LocalSingleStoreElimPass::ProcessVariable(Instruction* var_inst) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче