HomeSort by relevance Sort by last modified time
    Searched refs:getAsAggregate (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
ForLoopUnroll.cpp 46 TIntermSequence& declSeq = node->getInit()->getAsAggregate()->getSequence();
InitializeVariables.cpp 64 body = sequence[1]->getAsAggregate();
LoopInfo.cpp 97 node->getInit()->getAsAggregate()->getSequence();
OutputGLSLBase.cpp 24 if (const TIntermAggregate *aggregate = node->getAsAggregate())
295 TIntermAggregate *rightChild = node->getRight()->getAsAggregate();
658 TIntermAggregate *params = (*seqIter)->getAsAggregate();
665 (*seqIter)->getAsAggregate() : NULL;
877 node->getInit()->getAsAggregate()->getSequence();
glslang.y 407 $$->getAsAggregate()->setUserDefined();
408 $$->getAsAggregate()->setName(fnCandidate->getMangledName());
414 if (context->lValueErrorCheck($$->getLine(), "assign", $$->getAsAggregate()->getSequence()[i]->getAsTyped())) {
    [all...]
intermediate.h 236 virtual TIntermAggregate* getAsAggregate() { return 0; }
546 virtual TIntermAggregate* getAsAggregate() { return this; }
Intermediate.cpp 392 aggNode = node->getAsAggregate();
560 aggNode = left->getAsAggregate();
627 commaAggregate->getAsAggregate()->setOp(EOpComma);
751 TIntermAggregate* aggRoot = root->getAsAggregate();
    [all...]
ValidateLimitations.cpp 181 TIntermAggregate *decl = init->getAsAggregate();
ParseContext.cpp 288 TIntermAggregate *aggrNode = rightNode->getAsAggregate();
    [all...]
glslang_tab.cpp     [all...]
OutputHLSL.cpp     [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraph.h 65 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); }
80 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); }

Completed in 47 milliseconds