Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2945 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
2946 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
2947 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
2950 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
2959 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
2960 sourceInst.dump(out); in dumpSourceInstructions()
2970 sourceInst.dump(out); in dumpSourceInstructions()
2972 sourceInst.dump(out); in dumpSourceInstructions()