Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:getAsAggregate

1006             glslang::TIntermSequence& swizzleSequence = node->getRight()->getAsAggregate()->getSequence();
1226 makeFunctions(node->getAsAggregate()->getSequence());
1230 makeGlobalInitializers(node->getAsAggregate()->getSequence());
1234 visitFunctions(node->getAsAggregate()->getSequence());
2295 glslang::TIntermAggregate* glslFunction = glslFunctions[f]->getAsAggregate();
2316 glslang::TIntermSequence& parameters = glslFunction->getSequence()[0]->getAsAggregate()->getSequence();
2353 glslang::TIntermAggregate* initializer = initializers[i]->getAsAggregate();
2367 glslang::TIntermAggregate* node = glslFunctions[f]->getAsAggregate();
2485 const glslang::TSampler sampler = node->getAsAggregate() ? node->getAsAggregate()->getSequence()[0]->getAsTyped()->getType().getSampler()
2488 if (node->getAsAggregate())
2489 translateArguments(*node->getAsAggregate(), arguments);