Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h1630 const TSpirvInstruction& getSpirvInstruction() const { return spirvInst; } in getSpirvInstruction() function
1670 const TSpirvInstruction& getSpirvInstruction() const { return spirvInst; } in getSpirvInstruction() function
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h329 virtual const TSpirvInstruction& getSpirvInstruction() const { return spirvInst; } in getSpirvInstruction() function
DParseHelper.cpp1175 if (prevDec->getSpirvInstruction() != function.getSpirvInstruction()) { in handleFunctionDeclarator()
1540 agg->setSpirvInstruction(function.getSpirvInstruction()); in handleBuiltInFunctionCall()
1549 unaryNode->setSpirvInstruction(function.getSpirvInstruction()); in handleBuiltInFunctionCall()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2630 const auto& spirvInst = node->getSpirvInstruction(); in visitUnary()
3538 const auto& spirvInst = node->getSpirvInstruction(); in visitAggregate()