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

  /external/deqp-deps/glslang/glslang/MachineIndependent/
LiveTraverser.h 73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence();
75 TIntermAggregate* candidate = globals[f]->getAsAggregate();
linkValidate.cpp 293 TIntermSequence& globals = treeRoot->getAsAggregate()->getSequence();
294 TIntermSequence& unitGlobals = unit.treeRoot->getAsAggregate()->getSequence();
417 TIntermAggregate* body = globals[child]->getAsAggregate();
418 TIntermAggregate* unitBody = unitGlobals[unitChild]->getAsAggregate();
421 infoSink.info << " " << globals[child]->getAsAggregate()->getName() << "\n";
    [all...]
attribute.cpp 212 TIntermAggregate* agg = node->getAsAggregate();
glslang.y 792 if ($1.intermNode && $1.intermNode->getAsAggregate())
793 $1.intermNode->getAsAggregate()->setOperator(EOpSequence);
    [all...]
Intermediate.cpp 428 aggNode = node->getAsAggregate();
    [all...]
ParseHelper.cpp     [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp 156 const TIntermAggregate* lhsAsAggregate = node->getAsAggregate();
162 lhsAsAggregate = lhsAsBinary->getLeft()->getAsAggregate();
225 TIntermAggregate* lhsAsAggregate = node->getAsAggregate();
337 const TIntermAggregate* asAggregate = swizzle->getRight()->getAsAggregate();
364 TIntermAggregate* lhsAsAggregate = lhs->getAsAggregate();
369 lhsAsAggregate = lhsAsBinary->getLeft()->getAsAggregate();
    [all...]
hlslGrammar.cpp 136 if (unitNode && !unitNode->getAsAggregate())
    [all...]
  /external/deqp-deps/glslang/glslang/Include/
intermediate.h 1026 virtual glslang::TIntermAggregate* getAsAggregate() { return 0; }
1039 virtual const glslang::TIntermAggregate* getAsAggregate() const { return 0; }
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 279 virtual TIntermAggregate* getAsAggregate() { return 0; }
545 TIntermAggregate* getAsAggregate() override { return this; }
ValidateLimitations.cpp 242 TIntermAggregate* decl = init->getAsAggregate();
ParseHelper.cpp 322 TIntermAggregate *aggrNode = rightNode->getAsAggregate();
    [all...]
Intermediate.cpp 547 aggNode = node->getAsAggregate();
580 aggNode = left->getAsAggregate();
647 commaAggregate->getAsAggregate()->setOp(EOpComma);
778 TIntermAggregate* aggRoot = root->getAsAggregate();
    [all...]
OutputASM.cpp 800 TIntermAggregate *components = right->getAsAggregate();
    [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 140 milliseconds