Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:getSequence

2048             makeFunctions(node->getAsAggregate()->getSequence());
2052 makeGlobalInitializers(node->getAsAggregate()->getSequence());
2056 visitFunctions(node->getAsAggregate()->getSequence());
2076 glslang::TIntermSequence& glslangOperands = node->getSequence();
2279 glslang::TIntermSequence& glslangOperands = node->getSequence();
2359 glslang::TIntermTyped* left = node->getSequence()[0]->getAsTyped();
2360 glslang::TIntermTyped* right = node->getSequence()[1]->getAsTyped();
2390 glslang::TIntermSequence& glslangOperands = node->getSequence();
2675 glslang::TIntermSequence& sequence = node->getBody()->getSequence();
2950 const glslang::TIntermSequence& swizzleSequence = node.getSequence();
3767 glslang::TIntermSequence& parameters = glslFunction->getSequence()[0]->getAsAggregate()->getSequence();
3842 const glslang::TIntermSequence& glslangArguments = node.getSequence();
4021 const glslang::TType &imageType = node->getAsAggregate() ? node->getAsAggregate()->getSequence()[0]->getAsTyped()->getType()
4026 ? node->getAsAggregate()->getSequence()[1]->getAsTyped()->getType().getBasicType() == glslang::EbtFloat16
4618 const glslang::TIntermSequence& glslangArgs = node->getSequence();