Home
last modified time | relevance | path

Searched refs:extInst (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dassembly_grammar.cpp247 spv_ext_inst_desc* extInst) const { in lookupExtInst()
248 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst); in lookupExtInst()
253 spv_ext_inst_desc* extInst) const { in lookupExtInst()
254 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
Dassembly_grammar.h107 spv_ext_inst_desc* extInst) const;
113 spv_ext_inst_desc* extInst) const;
Dtext.cpp244 spv_ext_inst_desc extInst; in spvTextEncodeOperand() local
245 if (grammar.lookupExtInst(pInst->extInstType, textValue, &extInst)) { in spvTextEncodeOperand()
249 spvInstructionAddWord(pInst, extInst->ext_inst); in spvTextEncodeOperand()
252 spvPushOperandTypes(extInst->operandTypes, pExpectedOperands); in spvTextEncodeOperand()
/external/deqp-deps/SPIRV-Tools/source/
Dassembly_grammar.cpp247 spv_ext_inst_desc* extInst) const { in lookupExtInst()
248 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst); in lookupExtInst()
253 spv_ext_inst_desc* extInst) const { in lookupExtInst()
254 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
Dassembly_grammar.h107 spv_ext_inst_desc* extInst) const;
113 spv_ext_inst_desc* extInst) const;
Dtext.cpp244 spv_ext_inst_desc extInst; in spvTextEncodeOperand() local
245 if (grammar.lookupExtInst(pInst->extInstType, textValue, &extInst)) { in spvTextEncodeOperand()
249 spvInstructionAddWord(pInst, extInst->ext_inst); in spvTextEncodeOperand()
252 spvPushOperandTypes(extInst->operandTypes, pExpectedOperands); in spvTextEncodeOperand()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2723 Instruction extInst(0, 0, OpExtension); in dump() local
2724 extInst.addStringOperand(it->c_str()); in dump()
2725 extInst.dump(out); in dump()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp16528 const bool extInst = !(testFunc.funcName[0] == 'O' && testFunc.funcName[1] == 'p'); in createFloat16ArithmeticFuncTest() local
16643 specs["op"] = extInst ? "OpExtInst" : testFunc.funcName; in createFloat16ArithmeticFuncTest()
16644 specs["ext_inst"] = extInst ? string("%ext_import ") + testFunc.funcName : ""; in createFloat16ArithmeticFuncTest()