Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DspvIR.h419 void mapInstruction(Instruction *instruction) in mapInstruction() function
469 parent.mapInstruction(&functionInstruction); in Function()
477 parent.mapInstruction(param); in Function()
486 parent.mapInstruction(raw_instruction); in addLocalVariable()
493 parent.getParent().mapInstruction(instructions.back().get()); in Block()
502 parent.getParent().mapInstruction(raw_instruction); in addInstruction()
DSpvBuilder.cpp88 module.mapInstruction(import); in import()
143 module.mapInstruction(type); in makeVoidType()
157 module.mapInstruction(type); in makeBoolType()
171 module.mapInstruction(type); in makeSamplerType()
195 module.mapInstruction(type); in makePointer()
208 module.mapInstruction(type); in makeForwardPointer()
229 module.mapInstruction(type); in makePointerFromForwardPointer()
256 module.mapInstruction(type); in makeIntegerType()
294 module.mapInstruction(type); in makeFloatType()
326 module.mapInstruction(type); in makeStructType()
[all …]
DSpvBuilder.h98 module.mapInstruction(fileString); in getStringId()