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.cpp204 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(scope)}}); in UpgradeMemoryAndImages()
223 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(dst_scope)}}); in UpgradeMemoryAndImages()
233 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeMemoryAndImages()
243 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(dst_scope)}}); in UpgradeMemoryAndImages()
247 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeMemoryAndImages()
571 uint32_t UpgradeMemoryModel::GetScopeConstant(SpvScope scope) { in GetScopeConstant() function in spvtools::opt::UpgradeMemoryModel
685 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
689 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
693 inst->SetInOperand(0, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
Dupgrade_memory_model.h111 uint32_t GetScopeConstant(SpvScope scope);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp204 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(scope)}}); in UpgradeMemoryAndImages()
223 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(dst_scope)}}); in UpgradeMemoryAndImages()
233 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeMemoryAndImages()
243 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(dst_scope)}}); in UpgradeMemoryAndImages()
247 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeMemoryAndImages()
571 uint32_t UpgradeMemoryModel::GetScopeConstant(SpvScope scope) { in GetScopeConstant() function in spvtools::opt::UpgradeMemoryModel
685 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
689 inst->SetInOperand(1, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
693 inst->SetInOperand(0, {GetScopeConstant(SpvScopeQueueFamilyKHR)}); in UpgradeMemoryScope()
Dupgrade_memory_model.h111 uint32_t GetScopeConstant(SpvScope scope);