Home
last modified time | relevance | path

Searched refs:lookupOperand (Results 1 – 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/
Dassembly_grammar.h60 spv_result_t lookupOperand(spv_operand_type_t type, const char* name,
66 spv_result_t lookupOperand(spv_operand_type_t type, uint32_t operand,
74 if (lookupOperand(type, operand, &desc) != SPV_SUCCESS || !desc) { in lookupOperandName()
Dassembly_grammar.cpp180 if (SPV_SUCCESS == lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, in filterCapsAgainstTargetEnv()
202 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type, in lookupOperand() function in spvtools::AssemblyGrammar
209 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type, in lookupOperand() function in spvtools::AssemblyGrammar
Ddisassemble.cpp333 if (grammar_.lookupOperand(operand.type, word, &entry)) in EmitOperand()
364 if (grammar_.lookupOperand(type, mask, &entry)) in EmitMaskOperand()
375 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) in EmitMaskOperand()
Dbinary.cpp668 if (grammar_.lookupOperand(type, word, &entry)) { in parseOperand()
704 if (grammar_.lookupOperand(type, mask, &entry)) { in parseOperand()
717 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) { in parseOperand()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dassembly_grammar.h60 spv_result_t lookupOperand(spv_operand_type_t type, const char* name,
66 spv_result_t lookupOperand(spv_operand_type_t type, uint32_t operand,
74 if (lookupOperand(type, operand, &desc) != SPV_SUCCESS || !desc) { in lookupOperandName()
Dassembly_grammar.cpp180 if (SPV_SUCCESS == lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, in filterCapsAgainstTargetEnv()
202 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type, in lookupOperand() function in spvtools::AssemblyGrammar
209 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type, in lookupOperand() function in spvtools::AssemblyGrammar
Ddisassemble.cpp335 if (grammar_.lookupOperand(operand.type, word, &entry)) in EmitOperand()
354 if (grammar_.lookupOperand(operand.type, word, &entry)) in EmitOperand()
376 if (grammar_.lookupOperand(type, mask, &entry)) in EmitMaskOperand()
387 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) in EmitMaskOperand()
Dbinary.cpp674 if (grammar_.lookupOperand(type, word, &entry)) { in parseOperand()
710 if (grammar_.lookupOperand(type, mask, &entry)) { in parseOperand()
723 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) { in parseOperand()
/external/deqp-deps/SPIRV-Tools/source/
Dassembly_grammar.h60 spv_result_t lookupOperand(spv_operand_type_t type, const char* name,
66 spv_result_t lookupOperand(spv_operand_type_t type, uint32_t operand,
74 if (lookupOperand(type, operand, &desc) != SPV_SUCCESS || !desc) { in lookupOperandName()
Dassembly_grammar.cpp180 if (SPV_SUCCESS == lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, in filterCapsAgainstTargetEnv()
202 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type, in lookupOperand() function in spvtools::AssemblyGrammar
209 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type, in lookupOperand() function in spvtools::AssemblyGrammar
Ddisassemble.cpp333 if (grammar_.lookupOperand(operand.type, word, &entry)) in EmitOperand()
364 if (grammar_.lookupOperand(type, mask, &entry)) in EmitMaskOperand()
375 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) in EmitMaskOperand()
Dbinary.cpp668 if (grammar_.lookupOperand(type, word, &entry)) { in parseOperand()
704 if (grammar_.lookupOperand(type, mask, &entry)) { in parseOperand()
717 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) { in parseOperand()
Dname_mapper.cpp324 if (SPV_SUCCESS == grammar_.lookupOperand(type, word, &desc)) { in NameForEnumOperand()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_capability.cpp216 _.grammar().lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, capability, in IsEnabledByExtension()
280 if (_.grammar().lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, capability, in CapabilityPass()
Dvalidate_instruction.cpp50 grammar.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) in ToString()
177 state.grammar().lookupOperand(operand.type, word, &operand_desc); in CheckRequiredCapabilities()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_capability.cpp216 _.grammar().lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, capability, in IsEnabledByExtension()
280 if (_.grammar().lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, capability, in CapabilityPass()
Dvalidate_instruction.cpp50 grammar.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) in ToString()
177 state.grammar().lookupOperand(operand.type, word, &operand_desc); in CheckRequiredCapabilities()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_capability.cpp216 _.grammar().lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, capability, in IsEnabledByExtension()
280 if (_.grammar().lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, capability, in CapabilityPass()
Dvalidate_instruction.cpp50 grammar.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) in ToString()
177 state.grammar().lookupOperand(operand.type, word, &operand_desc); in CheckRequiredCapabilities()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/link/
Dlinker.cpp257 grammar.lookupOperand(SPV_OPERAND_TYPE_ADDRESSING_MODEL, in MergeModules()
259 grammar.lookupOperand(SPV_OPERAND_TYPE_ADDRESSING_MODEL, in MergeModules()
268 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, memory_model, in MergeModules()
270 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, in MergeModules()
297 grammar.lookupOperand(SPV_OPERAND_TYPE_EXECUTION_MODEL, model, &desc); in MergeModules()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp257 grammar.lookupOperand(SPV_OPERAND_TYPE_ADDRESSING_MODEL, in MergeModules()
259 grammar.lookupOperand(SPV_OPERAND_TYPE_ADDRESSING_MODEL, in MergeModules()
268 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, memory_model, in MergeModules()
270 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, in MergeModules()
297 grammar.lookupOperand(SPV_OPERAND_TYPE_EXECUTION_MODEL, model, &desc); in MergeModules()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp257 grammar.lookupOperand(SPV_OPERAND_TYPE_ADDRESSING_MODEL, in MergeModules()
259 grammar.lookupOperand(SPV_OPERAND_TYPE_ADDRESSING_MODEL, in MergeModules()
268 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, memory_model, in MergeModules()
270 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, in MergeModules()
297 grammar.lookupOperand(SPV_OPERAND_TYPE_EXECUTION_MODEL, model, &desc); in MergeModules()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfeature_manager.cpp62 grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) { in AddCapability()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfeature_manager.cpp62 grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) { in AddCapability()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfeature_manager.cpp62 grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) { in AddCapability()

12