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.cpp626 …return nodePair.node1 ? setAggregateOperator(nodePair.node1, EOpSequence, nodePair.node1->getLine(… in addSelection()
628 …return nodePair.node2 ? setAggregateOperator(nodePair.node2, EOpSequence, nodePair.node2->getLine(… in addSelection()
719 TIntermAggregate* node = new TIntermAggregate(EOpSequence); in addSwizzle()
777 aggRoot->setOp(EOpSequence); in postProcess()
Dintermediate.h36 EOpSequence, // denotes a list of statements, or parameters, etc. enumerator
Dglslang.y1416 $3->setOp(EOpSequence);
1440 $2->setOp(EOpSequence);
Dglslang_tab.cpp4485 (yyvsp[-2].interm.intermAggregate)->setOp(EOpSequence); in yyparse()
4541 (yyvsp[-1].interm.intermAggregate)->setOp(EOpSequence); in yyparse()
DOutputASM.cpp1117 if(currentScope != emitScope && node->getOp() != EOpFunction && node->getOp() != EOpSequence) in visitAggregate()
1131 case EOpSequence: break; in visitAggregate()