Home
last modified time | relevance | path

Searched refs:EOpNull (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h148 …TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull, const char *ext = ""…
455 insertBuiltIn(level, EOpNull, rvalue, name, ptype1, ptype2, ptype3, ptype4, ptype5);
DparseConst.cpp142 constructorType = EOpNull; in visitAggregate()
Dintermediate.h35 EOpNull, // if in a node, should only mean a node is still being built enumerator
539 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; } in TIntermAggregate()
DintermOut.cpp249 if (node->getOp() == EOpNull) { in visitAggregate()
DValidateLimitations.cpp357 TOperator op = EOpNull; in validateForLoopExpr()
Dglslang.y405 if ($1.op != EOpNull) {
414 : PLUS { $$.op = EOpNull; }
611 if (aggNode && aggNode->getOp() == EOpNull)
DIntermediate.cpp417 if (aggNode == 0 || aggNode->getOp() != EOpNull) { in setAggregateOperator()
450 if (!aggNode || aggNode->getOp() != EOpNull) { in growAggregate()
648 if (aggRoot && aggRoot->getOp() == EOpNull) in postProcess()
DParseHelper.cpp1967 TOperator op = EOpNull; in addConstructorFunc()
2052 if(op == EOpNull) in addConstructorFunc()
3519 else if(op != EOpNull) in addFunctionCallOrMethod()
3560 if(builtIn && op != EOpNull) in addFunctionCallOrMethod()
Dglslang_tab.cpp2660 if ((yyvsp[-1].interm).op != EOpNull) { in yyparse()
2670 { (yyval.interm).op = EOpNull; } in yyparse()
3082 if (aggNode && aggNode->getOp() == EOpNull) in yyparse()
DOutputASM.cpp3490 TOperator comparator = EOpNull; in loopCount()
3549 if(index && comparator != EOpNull && node->getExpression()) in loopCount()
3589 if(index && comparator != EOpNull && increment != 0) in loopCount()