Home
last modified time | relevance | path

Searched refs:EOpSequence (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp257 case EOpSequence: out << "Sequence\n"; return true; in visitAggregate()
327 if (node->getOp() != EOpSequence && node->getOp() != EOpParameters) in visitAggregate()
DIntermediate.cpp629 …return nodePair.node1 ? setAggregateOperator(nodePair.node1, EOpSequence, nodePair.node1->getLine(… in addSelection()
631 …return nodePair.node2 ? setAggregateOperator(nodePair.node2, EOpSequence, nodePair.node2->getLine(… in addSelection()
722 TIntermAggregate* node = new TIntermAggregate(EOpSequence); in addSwizzle()
780 aggRoot->setOp(EOpSequence); in postProcess()
Dintermediate.h36 EOpSequence, // denotes a list of statements, or parameters, etc. enumerator
Dglslang.y1426 $3->setOp(EOpSequence);
1450 $2->setOp(EOpSequence);
Dglslang_tab.cpp4502 (yyvsp[-2].interm.intermAggregate)->setOp(EOpSequence); in yyparse()
4558 (yyvsp[-1].interm.intermAggregate)->setOp(EOpSequence); in yyparse()
DOutputASM.cpp1252 if(currentScope != emitScope && node->getOp() != EOpFunction && node->getOp() != EOpSequence) in visitAggregate()
1266 case EOpSequence: break; in visitAggregate()