Lines Matching refs:getAsAggregate
1781 convertSwizzle(*node->getRight()->getAsAggregate(), swizzle); in visitBinary()
2048 makeFunctions(node->getAsAggregate()->getSequence()); in visitAggregate()
2052 makeGlobalInitializers(node->getAsAggregate()->getSequence()); in visitAggregate()
2056 visitFunctions(node->getAsAggregate()->getSequence()); in visitAggregate()
2943 convertSwizzle(*node.getAsBinaryNode()->getRight()->getAsAggregate(), swizzle); in createInvertedSwizzle()
3747 glslang::TIntermAggregate* glslFunction = glslFunctions[f]->getAsAggregate(); in makeFunctions()
3767 …glslang::TIntermSequence& parameters = glslFunction->getSequence()[0]->getAsAggregate()->getSequen… in makeFunctions()
3811 glslang::TIntermAggregate* initializer = initializers[i]->getAsAggregate(); in makeGlobalInitializers()
3825 glslang::TIntermAggregate* node = glslFunctions[f]->getAsAggregate(); in visitFunctions()
4021 …const glslang::TType &imageType = node->getAsAggregate() ? node->getAsAggregate()->getSequence()[0…
4025 bool f16ShadowCompare = (sampler.shadow && node->getAsAggregate())
4026 …? node->getAsAggregate()->getSequence()[1]->getAsTyped()->getType().getBasicType() == glslang::Ebt…
4031 if (node->getAsAggregate())
4032 translateArguments(*node->getAsAggregate(), arguments);