Searched refs:extInst (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | assembly_grammar.cpp | 247 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()
|
D | assembly_grammar.h | 107 spv_ext_inst_desc* extInst) const; 113 spv_ext_inst_desc* extInst) const;
|
D | text.cpp | 244 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/ |
D | assembly_grammar.cpp | 247 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()
|
D | assembly_grammar.h | 107 spv_ext_inst_desc* extInst) const; 113 spv_ext_inst_desc* extInst) const;
|
D | text.cpp | 244 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/ |
D | SpvBuilder.cpp | 2723 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/ |
D | vktSpvAsmInstructionTests.cpp | 16528 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()
|