Home
last modified time | relevance | path

Searched refs:SpvScopeQueueFamilyKHR (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp79 SpvScope scope = SpvScopeQueueFamilyKHR; in UpgradeInstructions()
80 SpvScope src_scope = SpvScopeQueueFamilyKHR; in UpgradeInstructions()
81 SpvScope dst_scope = SpvScopeQueueFamilyKHR; in UpgradeInstructions()
179 return std::make_tuple(is_coherent, is_volatile, SpvScopeQueueFamilyKHR); in GetInstructionAttributes()
546 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
550 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
554 inst->SetInOperand(0, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp96 SpvScope scope = SpvScopeQueueFamilyKHR; in UpgradeInstructions()
97 SpvScope src_scope = SpvScopeQueueFamilyKHR; in UpgradeInstructions()
98 SpvScope dst_scope = SpvScopeQueueFamilyKHR; in UpgradeInstructions()
196 return std::make_tuple(is_coherent, is_volatile, SpvScopeQueueFamilyKHR); in GetInstructionAttributes()
563 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
567 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
571 inst->SetInOperand(0, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_scopes.cpp141 if (value == SpvScopeQueueFamilyKHR) { in ValidateMemoryScope()
190 value != SpvScopeQueueFamilyKHR) { in ValidateMemoryScope()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_scopes.cpp141 if (value == SpvScopeQueueFamilyKHR) { in ValidateMemoryScope()
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h652 SpvScopeQueueFamilyKHR = 5, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.h658 SpvScopeQueueFamilyKHR = 5, enumerator
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.h639 SpvScopeQueueFamilyKHR = 5, enumerator