Home
last modified time | relevance | path

Searched refs:GetScopeConstant (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp142 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(scope)}}); in UpgradeInstructions()
149 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeInstructions()
153 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(dst_scope)}}); in UpgradeInstructions()
432 uint32_t UpgradeMemoryModel::GetScopeConstant(SpvScope scope) { in GetScopeConstant() function in spvtools::opt::UpgradeMemoryModel
546 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
550 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
554 inst->SetInOperand(0, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
Dupgrade_memory_model.h99 uint32_t GetScopeConstant(SpvScope scope);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp159 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(scope)}}); in UpgradeInstructions()
166 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(dst_scope)}}); in UpgradeInstructions()
170 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeInstructions()
449 uint32_t UpgradeMemoryModel::GetScopeConstant(SpvScope scope) { in GetScopeConstant() function in spvtools::opt::UpgradeMemoryModel
563 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
567 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
571 inst->SetInOperand(0, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
Dupgrade_memory_model.h99 uint32_t GetScopeConstant(SpvScope scope);