Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.cpp3172 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3173 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3174 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3177 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3186 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3187 sourceInst.dump(out); in dumpSourceInstructions()
3197 sourceInst.dump(out); in dumpSourceInstructions()
3199 sourceInst.dump(out); in dumpSourceInstructions()