Home
last modified time | relevance | path

Searched refs:lookupExtInst (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dassembly_grammar.h106 spv_result_t lookupExtInst(spv_ext_inst_type_t type, const char* textValue,
112 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
Dassembly_grammar.cpp246 spv_result_t AssemblyGrammar::lookupExtInst(spv_ext_inst_type_t type, in lookupExtInst() function in spvtools::AssemblyGrammar
252 spv_result_t AssemblyGrammar::lookupExtInst(spv_ext_inst_type_t type, in lookupExtInst() function in spvtools::AssemblyGrammar
Ddisassemble.cpp258 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst) == in EmitOperand()
Dtext.cpp245 if (grammar.lookupExtInst(pInst->extInstType, textValue, &extInst) == in spvTextEncodeOperand()
Dbinary.cpp490 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst) == in parseOperand()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dassembly_grammar.h106 spv_result_t lookupExtInst(spv_ext_inst_type_t type, const char* textValue,
112 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
Dassembly_grammar.cpp246 spv_result_t AssemblyGrammar::lookupExtInst(spv_ext_inst_type_t type, in lookupExtInst() function in spvtools::AssemblyGrammar
252 spv_result_t AssemblyGrammar::lookupExtInst(spv_ext_inst_type_t type, in lookupExtInst() function in spvtools::AssemblyGrammar
Ddisassemble.cpp258 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst) == in EmitOperand()
Dbinary.cpp490 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst) == in parseOperand()
Dtext.cpp245 if (grammar.lookupExtInst(pInst->extInstType, textValue, &extInst) == in spvTextEncodeOperand()
/external/deqp-deps/SPIRV-Tools/source/
Dassembly_grammar.h106 spv_result_t lookupExtInst(spv_ext_inst_type_t type, const char* textValue,
112 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
Dassembly_grammar.cpp246 spv_result_t AssemblyGrammar::lookupExtInst(spv_ext_inst_type_t type, in lookupExtInst() function in spvtools::AssemblyGrammar
252 spv_result_t AssemblyGrammar::lookupExtInst(spv_ext_inst_type_t type, in lookupExtInst() function in spvtools::AssemblyGrammar
Ddisassemble.cpp258 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst) == in EmitOperand()
Dtext.cpp245 if (grammar.lookupExtInst(pInst->extInstType, textValue, &extInst) == in spvTextEncodeOperand()
Dbinary.cpp490 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst) == in parseOperand()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp109 _.grammar().lookupExtInst(SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100, in ValidateDebugInfoOperand()
111 if (_.grammar().lookupExtInst(SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100, in ValidateDebugInfoOperand()
715 if (_.grammar().lookupExtInst(ext_inst_type, ext_inst_index, &desc) != in ValidateExtInst()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp110 _.grammar().lookupExtInst(SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100, in ValidateDebugInfoOperand()
112 if (_.grammar().lookupExtInst(SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100, in ValidateDebugInfoOperand()
730 if (_.grammar().lookupExtInst(ext_inst_type, ext_inst_index, &desc) != in ValidateExtInst()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp110 _.grammar().lookupExtInst(SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100, in ValidateDebugInfoOperand()
112 if (_.grammar().lookupExtInst(SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100, in ValidateDebugInfoOperand()
730 if (_.grammar().lookupExtInst(ext_inst_type, ext_inst_index, &desc) != in ValidateExtInst()