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

  /external/chromium_org/third_party/angle/src/compiler/
InitializeGLPosition.cpp 32 body = sequence[1]->getAsAggregate();
ForLoopUnroll.cpp 22 TIntermAggregate* decl = node->getInit()->getAsAggregate();
49 TIntermAggregate* decl = init->getAsAggregate();
OutputGLSLBase.cpp 23 if (const TIntermAggregate* aggregate = node->getAsAggregate())
270 TIntermAggregate* rightChild = node->getRight()->getAsAggregate();
510 TIntermAggregate* params = (*seqIter)->getAsAggregate();
517 (*seqIter)->getAsAggregate() : NULL;
intermediate.h 223 virtual TIntermAggregate* getAsAggregate() { return 0; }
493 virtual TIntermAggregate* getAsAggregate() { return this; }
glslang.y 457 $$->getAsAggregate()->setUserDefined();
458 $$->getAsAggregate()->setName(fnCandidate->getMangledName());
464 if (context->lValueErrorCheck($$->getLine(), "assign", $$->getAsAggregate()->getSequence()[i]->getAsTyped())) {
    [all...]
ParseContext.cpp 287 TIntermAggregate *aggrNode = rightNode->getAsAggregate();
    [all...]
Intermediate.cpp 381 aggNode = node->getAsAggregate();
535 aggNode = left->getAsAggregate();
601 commaAggregate->getAsAggregate()->setOp(EOpComma);
725 TIntermAggregate* aggRoot = root->getAsAggregate();
    [all...]
OutputHLSL.cpp     [all...]
ValidateLimitations.cpp 249 TIntermAggregate* decl = init->getAsAggregate();
glslang_tab.cpp     [all...]
  /external/chromium_org/third_party/angle/src/compiler/depgraph/
DependencyGraph.h 65 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); }
80 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); }

Completed in 35 milliseconds