Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:TIntermSequence

134     void makeFunctions(const glslang::TIntermSequence&);
135 void makeGlobalInitializers(const glslang::TIntermSequence&);
136 void visitFunctions(const glslang::TIntermSequence&);
1006 glslang::TIntermSequence& swizzleSequence = node->getRight()->getAsAggregate()->getSequence();
1254 glslang::TIntermSequence& glslangOperands = node->getSequence();
1398 glslang::TIntermSequence& glslangOperands = node->getSequence();
1471 glslang::TIntermSequence& glslangOperands = node->getSequence();
1611 glslang::TIntermSequence& sequence = node->getBody()->getSequence();
1614 for (glslang::TIntermSequence::iterator c = sequence.begin(); c != sequence.end(); ++c) {
2292 void TGlslangToSpvTraverser::makeFunctions(const glslang::TIntermSequence& glslFunctions)
2316 glslang::TIntermSequence& parameters = glslFunction->getSequence()[0]->getAsAggregate()->getSequence();
2349 void TGlslangToSpvTraverser::makeGlobalInitializers(const glslang::TIntermSequence& initializers)
2364 void TGlslangToSpvTraverser::visitFunctions(const glslang::TIntermSequence& glslFunctions)
2384 const glslang::TIntermSequence& glslangArguments = node.getSequence();
2758 const glslang::TIntermSequence& glslangArgs = node->getSequence();