/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | assembly_grammar.h | 106 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,
|
D | assembly_grammar.cpp | 246 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
|
D | disassemble.cpp | 258 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst) == in EmitOperand()
|
D | text.cpp | 245 if (grammar.lookupExtInst(pInst->extInstType, textValue, &extInst) == in spvTextEncodeOperand()
|
D | binary.cpp | 490 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst) == in parseOperand()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | assembly_grammar.h | 106 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,
|
D | assembly_grammar.cpp | 246 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
|
D | disassemble.cpp | 258 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst) == in EmitOperand()
|
D | binary.cpp | 490 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst) == in parseOperand()
|
D | text.cpp | 245 if (grammar.lookupExtInst(pInst->extInstType, textValue, &extInst) == in spvTextEncodeOperand()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | assembly_grammar.h | 106 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,
|
D | assembly_grammar.cpp | 246 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
|
D | disassemble.cpp | 258 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst) == in EmitOperand()
|
D | text.cpp | 245 if (grammar.lookupExtInst(pInst->extInstType, textValue, &extInst) == in spvTextEncodeOperand()
|
D | binary.cpp | 490 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst) == in parseOperand()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 109 _.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/ |
D | validate_extensions.cpp | 110 _.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/ |
D | validate_extensions.cpp | 110 _.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()
|