Searched refs:SpvScopeQueueFamilyKHR (Results 1 – 7 of 7) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 79 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/ |
D | upgrade_memory_model.cpp | 96 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/ |
D | validate_scopes.cpp | 141 if (value == SpvScopeQueueFamilyKHR) { in ValidateMemoryScope() 190 value != SpvScopeQueueFamilyKHR) { in ValidateMemoryScope()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_scopes.cpp | 141 if (value == SpvScopeQueueFamilyKHR) { in ValidateMemoryScope()
|
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 652 SpvScopeQueueFamilyKHR = 5, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 658 SpvScopeQueueFamilyKHR = 5, enumerator
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 639 SpvScopeQueueFamilyKHR = 5, enumerator
|