Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp671 case EOpSpirvInst: out.debug << "spirv_instruction"; break; in visitUnary()
1109 case EOpSpirvInst: out.debug << "spirv_instruction"; break; in visitAggregate()
DSymbolTable.h326 relateToOperator(EOpSpirvInst); in setSpirvInstruction()
DParseHelper.cpp1158 … if (function[i].type->getQualifier().isSpirvLiteral() && function.getBuiltInOp() != EOpSpirvInst) in handleFunctionDeclarator()
1165 if (symbol && builtIn && function.getBuiltInOp() == EOpSpirvInst) in handleFunctionDeclarator()
1445 } else if (fnCandidate->getBuiltInOp() == EOpSpirvInst) { in handleFunctionCall()
1528 if (function.getBuiltInOp() == EOpSpirvInst) { in handleBuiltInFunctionCall()
/third_party/glslang/glslang/Include/
Dintermediate.h76 EOpSpirvInst, enumerator
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2599 …(node->getOp() == glslang::EOpSpirvInst && operandNode->getAsTyped()->getQualifier().isSpirvByRefe… in visitUnary()
2629 if (node->getOp() == glslang::EOpSpirvInst) { in visitUnary()
3378 case glslang::EOpSpirvInst: in visitAggregate()
3537 } else if (node->getOp() == glslang::EOpSpirvInst) { in visitAggregate()