Home
last modified time | relevance | path

Searched refs:getAsAggregate (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h278 virtual TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function
543 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function
DIntermediate.cpp416 aggNode = node->getAsAggregate(); in setAggregateOperator()
449 aggNode = left->getAsAggregate(); in growAggregate()
516 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()
647 TIntermAggregate* aggRoot = root->getAsAggregate(); in postProcess()
DValidateLimitations.cpp242 TIntermAggregate* decl = init->getAsAggregate(); in validateForLoopInit()
DParseHelper.cpp292 TIntermAggregate *aggrNode = rightNode->getAsAggregate(); in lValueErrorCheck()
1805 if(functionBody && functionBody->getAsAggregate()) in addFunctionDefinition()
1806 aggregate->setEndLine(functionBody->getAsAggregate()->getEndLine()); in addFunctionDefinition()
2073 TIntermAggregate *aggregateArguments = arguments->getAsAggregate(); in addConstructor()
3594 TIntermSequence &parameters = paramNode->getAsAggregate()->getSequence(); in addFunctionCallOrMethod()
DOutputASM.cpp657 TIntermAggregate *components = right->getAsAggregate(); in visitBinary()
1161 TIntermSequence &arguments = node->getSequence()[0]->getAsAggregate()->getSequence(); in visitAggregate()
2476 TIntermSequence &sequence = right->getAsAggregate()->getSequence(); in lvalue()
3498 TIntermAggregate *init = node->getInit()->getAsAggregate(); in loopCount()