Searched refs:SpvScopeQueueFamilyKHR (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_scopes.cpp | 34 case SpvScopeQueueFamilyKHR: in IsValidScope() 179 if (value == SpvScopeQueueFamilyKHR) { in ValidateMemoryScope() 247 if (value != SpvScopeQueueFamilyKHR) { in ValidateMemoryScope() 256 value != SpvScopeQueueFamilyKHR) { in ValidateMemoryScope()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_scopes.cpp | 34 case SpvScopeQueueFamilyKHR: in IsValidScope() 194 if (value == SpvScopeQueueFamilyKHR) { in ValidateMemoryScope() 262 if (value != SpvScopeQueueFamilyKHR) { in ValidateMemoryScope() 271 value != SpvScopeQueueFamilyKHR) { in ValidateMemoryScope()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_scopes.cpp | 34 case SpvScopeQueueFamilyKHR: in IsValidScope() 194 if (value == SpvScopeQueueFamilyKHR) { in ValidateMemoryScope() 262 if (value != SpvScopeQueueFamilyKHR) { in ValidateMemoryScope() 271 value != SpvScopeQueueFamilyKHR) { in ValidateMemoryScope()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | upgrade_memory_model.cpp | 134 SpvScope scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() 135 SpvScope src_scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() 136 SpvScope dst_scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() 260 SpvScope unused_scope = SpvScopeQueueFamilyKHR; in UpgradeAtomics() 318 return std::make_tuple(is_coherent, is_volatile, SpvScopeQueueFamilyKHR); in GetInstructionAttributes() 685 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope() 689 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope() 693 inst->SetInOperand(0, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 134 SpvScope scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() 135 SpvScope src_scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() 136 SpvScope dst_scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() 260 SpvScope unused_scope = SpvScopeQueueFamilyKHR; in UpgradeAtomics() 318 return std::make_tuple(is_coherent, is_volatile, SpvScopeQueueFamilyKHR); in GetInstructionAttributes() 685 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope() 689 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope() 693 inst->SetInOperand(0, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 134 SpvScope scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() 135 SpvScope src_scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() 136 SpvScope dst_scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() 260 SpvScope unused_scope = SpvScopeQueueFamilyKHR; in UpgradeAtomics() 318 return std::make_tuple(is_coherent, is_volatile, SpvScopeQueueFamilyKHR); in GetInstructionAttributes() 685 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope() 689 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope() 693 inst->SetInOperand(0, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 715 SpvScopeQueueFamilyKHR = 5, enumerator
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 688 SpvScopeQueueFamilyKHR = 5, enumerator
|
/external/angle/third_party/spirv-headers/src/include/spirv/unified1/ |
D | spirv.h | 742 SpvScopeQueueFamilyKHR = 5, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 742 SpvScopeQueueFamilyKHR = 5, enumerator
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv.h | 778 SpvScopeQueueFamilyKHR = 5, enumerator
|