Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:getAsAggregate

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