Searched refs:EOpNull (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | SymbolTable.h | 148 …TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull, const char *ext = ""… 455 insertBuiltIn(level, EOpNull, rvalue, name, ptype1, ptype2, ptype3, ptype4, ptype5);
|
D | parseConst.cpp | 142 constructorType = EOpNull; in visitAggregate()
|
D | intermediate.h | 35 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()
|
D | intermOut.cpp | 249 if (node->getOp() == EOpNull) { in visitAggregate()
|
D | ValidateLimitations.cpp | 357 TOperator op = EOpNull; in validateForLoopExpr()
|
D | glslang.y | 405 if ($1.op != EOpNull) { 414 : PLUS { $$.op = EOpNull; } 611 if (aggNode && aggNode->getOp() == EOpNull)
|
D | Intermediate.cpp | 417 if (aggNode == 0 || aggNode->getOp() != EOpNull) { in setAggregateOperator() 450 if (!aggNode || aggNode->getOp() != EOpNull) { in growAggregate() 648 if (aggRoot && aggRoot->getOp() == EOpNull) in postProcess()
|
D | ParseHelper.cpp | 1967 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()
|
D | glslang_tab.cpp | 2660 if ((yyvsp[-1].interm).op != EOpNull) { in yyparse() 2670 { (yyval.interm).op = EOpNull; } in yyparse() 3082 if (aggNode && aggNode->getOp() == EOpNull) in yyparse()
|
D | OutputASM.cpp | 3490 TOperator comparator = EOpNull; in loopCount() 3549 if(index && comparator != EOpNull && node->getExpression()) in loopCount() 3589 if(index && comparator != EOpNull && increment != 0) in loopCount()
|