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();
Intermediate.cpp 255 aggNode = node->getAsAggregate();
294 aggNode = left->getAsAggregate();
376 commaAggregate->getAsAggregate()->setOp(EOpComma);
506 TIntermAggregate *aggRoot = root->getAsAggregate();
InitializeVariables.cpp 64 body = (*sequence)[1]->getAsAggregate();
LoopInfo.cpp 97 node->getInit()->getAsAggregate()->getSequence();
OutputGLSLBase.cpp 24 if (const TIntermAggregate *aggregate = node->getAsAggregate())
300 TIntermAggregate *rightChild = node->getRight()->getAsAggregate();
600 TIntermAggregate *params = (*seqIter)->getAsAggregate();
607 (*seqIter)->getAsAggregate() : NULL;
830 node->getInit()->getAsAggregate()->getSequence();
glslang.y 377 $$->getAsAggregate()->setUserDefined();
378 $$->getAsAggregate()->setName(fnCandidate->getMangledName());
384 if (context->lValueErrorCheck($$->getLine(), "assign", (*($$->getAsAggregate()->getSequence()))[i]->getAsTyped())) {
    [all...]
IntermNode.h 226 virtual TIntermAggregate *getAsAggregate() { return 0; }
590 virtual TIntermAggregate *getAsAggregate() { return this; }
ValidateLimitations.cpp 268 TIntermAggregate *decl = init->getAsAggregate();
OutputHLSL.cpp     [all...]
glslang_tab.cpp     [all...]
ParseContext.cpp 288 TIntermAggregate *aggrNode = rightNode->getAsAggregate();
    [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 1229 milliseconds