Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/depgraph/
DDependencyGraph.h65 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); } in getIntermFunctionCall()
80 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); } in getIntermFunctionCall()
/external/chromium_org/third_party/angle/src/compiler/
DForLoopUnroll.cpp22 TIntermAggregate* decl = node->getInit()->getAsAggregate(); in visitLoop()
49 TIntermAggregate* decl = init->getAsAggregate(); in FillLoopIndexInfo()
DInitializeGLPosition.cpp32 body = sequence[1]->getAsAggregate(); in visitAggregate()
DOutputGLSLBase.cpp23 if (const TIntermAggregate* aggregate = node->getAsAggregate()) in isSingleStatement()
270 TIntermAggregate* rightChild = node->getRight()->getAsAggregate(); in visitBinary()
510 TIntermAggregate* params = (*seqIter)->getAsAggregate(); in visitAggregate()
517 (*seqIter)->getAsAggregate() : NULL; in visitAggregate()
DParseContext.cpp287 TIntermAggregate *aggrNode = rightNode->getAsAggregate(); in lValueErrorCheck()
1057 TIntermAggregate* aggrNode = node->getAsAggregate(); in addConstructor()
1087 if (newNode && newNode->getAsAggregate()) { in addConstructor()
1088 TIntermTyped* constConstructor = foldConstConstructor(newNode->getAsAggregate(), *type); in addConstructor()
1124 TIntermTyped* constConstructor = foldConstConstructor(constructor->getAsAggregate(), *type); in addConstructor()
Dglslang.y457 $$->getAsAggregate()->setUserDefined();
458 $$->getAsAggregate()->setName(fnCandidate->getMangledName());
464 …if (context->lValueErrorCheck($$->getLine(), "assign", $$->getAsAggregate()->getSequence()[i]->get…
1986 $$->getAsAggregate()->setName($1.function->getMangledName().c_str());
1987 $$->getAsAggregate()->setType($1.function->getReturnType());
1991 $$->getAsAggregate()->setOptimize(context->pragma().optimize);
1992 $$->getAsAggregate()->setDebug(context->pragma().debug);
Dintermediate.h223 virtual TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function
493 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function
DIntermediate.cpp381 aggNode = node->getAsAggregate(); in setAggregateOperator()
535 aggNode = left->getAsAggregate(); in growAggregate()
601 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()
725 TIntermAggregate* aggRoot = root->getAsAggregate(); in postProcess()
DOutputHLSL.cpp1205 TIntermAggregate *swizzle = node->getRight()->getAsAggregate(); in visitBinary()
1614 TIntermSequence &arguments = sequence[0]->getAsAggregate()->getSequence(); in visitAggregate()
2167 TIntermAggregate *aggregate = node->getAsAggregate(); in isSingleStatement()
2210 TIntermAggregate *init = node->getInit()->getAsAggregate(); in handleExcessiveLoop()
DValidateLimitations.cpp249 TIntermAggregate* decl = init->getAsAggregate(); in validateForLoopInit()
Dglslang_tab.cpp2562 (yyval.interm.intermTypedNode)->getAsAggregate()->setUserDefined();
2563 … (yyval.interm.intermTypedNode)->getAsAggregate()->setName(fnCandidate->getMangledName());
2569 …termTypedNode)->getLine(), "assign", (yyval.interm.intermTypedNode)->getAsAggregate()->getSequence…
4614 …(yyval.interm.intermNode)->getAsAggregate()->setName((yyvsp[(1) - (3)].interm).function->getMangle…
4615 …(yyval.interm.intermNode)->getAsAggregate()->setType((yyvsp[(1) - (3)].interm).function->getReturn…
4619 (yyval.interm.intermNode)->getAsAggregate()->setOptimize(context->pragma().optimize);
4620 (yyval.interm.intermNode)->getAsAggregate()->setDebug(context->pragma().debug);