/third_party/glslang/glslang/HLSL/ |
H A D | hlslOpMap.cpp | 60 return EOpNull; in assignment() 89 return EOpNull; in binary() 106 default: return EOpNull; // means not a pre-unary op in preUnary() 123 default: return EOpNull; // means not a post-unary op in postUnary()
|
H A D | hlslParseHelper.cpp | 3050 // Index operator if it's an aggregate, else EOpNull in handleAssign() 3053 : EOpNull; in handleAssign() 3054 if (accessOp == EOpNull) { in handleAssign() 3314 return EOpNull; in mapAtomicOp() 3556 TOperator constructOp = EOpNull; in decomposeStructBufferMethods() 4013 TOperator constructOp = EOpNull; in decomposeSampleMethods() 4053 TOperator constructOp = EOpNull; in decomposeSampleMethods() 4317 TOperator constructOp = EOpNull; in decomposeSampleMethods() 4611 TIntermAggregate* initList = new TIntermAggregate(EOpNull); in decomposeSampleMethods() 5246 TOperator constructOp = EOpNull; in decomposeIntrinsic() [all...] |
H A D | hlslGrammar.cpp | 3162 if (assignOp == EOpNull) in acceptAssignmentExpression() 3348 if (unaryOp == EOpNull) in acceptUnaryExpression()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | parseConst.cpp | 49 matrixCols(0), matrixRows(0) { index = 0; tOp = EOpNull; } in TConstTraverser() 103 constructorType = EOpNull; in visitAggregate()
|
H A D | Intermediate.cpp | 511 if (aggNode == nullptr || aggNode->getOp() != EOpNull) { in setAggregateOperator() 834 TOperator newOp = EOpNull; in createConversion() 1967 TOperator op = EOpNull; in mapTypeToConstructorOp() 2299 if (aggNode == nullptr || aggNode->getOp() != EOpNull) { in growAggregate() 2328 if (aggNode == nullptr || aggNode->getOp() != EOpNull) { in mergeAggregate() 2335 if (rhsagg == nullptr || rhsagg->getOp() != EOpNull) in mergeAggregate() 2764 loopSequence->setOp(EOpNull); in addForLoop() 2814 if (aggRoot && aggRoot->getOp() == EOpNull) in postProcess()
|
H A D | Initialize.cpp | 260 { EOpNull } 267 { EOpNull } 321 { EOpNull } 428 while (functions->op != EOpNull) { in RelateTabledBuiltins() 440 while (function->op != EOpNull) { in addTabledBuiltins() 9646 symbolTable.relateToOperator("atomicCounterIncrement", EOpNull); in identifyBuiltIns() 9647 symbolTable.relateToOperator("atomicCounterDecrement", EOpNull); in identifyBuiltIns() 9648 symbolTable.relateToOperator("atomicCounter", EOpNull); in identifyBuiltIns()
|
H A D | SymbolTable.h | 245 TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull) : in TFunction() argument
|
H A D | ParseHelper.cpp | 1325 else if (function->getBuiltInOp() != EOpNull) { in handleFunctionCall() 1434 if (builtIn && fnCandidate->getBuiltInOp() != EOpNull) { in handleFunctionCall() 1449 // if builtIn == true, it's definitely a built-in function with EOpNull in handleFunctionCall() 2969 if (op == EOpNull) { in handleConstructorCall() 3230 intermediate.canImplicitlyPromote(from_type, EbtInt, EOpNull) || in integerCheck() 3231 intermediate.canImplicitlyPromote(from_type, EbtUint, EOpNull)) && node->isScalar()) in integerCheck() 7259 if (function->getBuiltInOp() != EOpNull) { in vkRelaxedRemapFunctionCall() 7938 // (still EOpNull, no relation to nullInit), and has no children. in executeInitializer() 7939 bool nullInit = initializer->getAsAggregate() && initializer->getAsAggregate()->getOp() == EOpNull && in executeInitializer() 8117 if (! initList || initList->getOp() != EOpNull) in convertInitializerList() [all...] |
H A D | localintermediate.h | 522 bool canImplicitlyPromote(TBasicType from, TBasicType to, TOperator op = EOpNull) const;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | MapFunctionsToDefinitions.cpp | 23 ASSERT(func->getBuiltInOp() == TOperator::EOpNull);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Operator_autogen.h | 21 EOpNull, // if in a node, should only mean a node is still being built
|
H A D | ValidateLimitations.cpp | 340 TOperator op = EOpNull; in validateForLoopExpr()
|
H A D | Symbol.cpp | 196 mOp(EOpNull), in TFunction()
|
H A D | OutputTree.cpp | 407 if (op == EOpNull) in visitAggregate() 410 mOut << "node is still EOpNull!\n"; in visitAggregate()
|
H A D | OutputHLSL.cpp | 2975 TOperator comparator = EOpNull; in handleExcessiveLoop() 3033 if (index != nullptr && comparator != EOpNull && node->getExpression()) in handleExcessiveLoop() 3087 if (index != nullptr && comparator != EOpNull && increment != 0) in handleExcessiveLoop()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | parseConst.cpp | 142 constructorType = EOpNull; in visitAggregate()
|
H A D | SymbolTable.h | 148 TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull, const char *ext = "") : in TFunction() argument 449 insertBuiltIn(level, EOpNull, rvalue, name, ptype1, ptype2, ptype3, ptype4, ptype5); in insertBuiltIn()
|
H A D | intermediate.h | 35 EOpNull, // if in a node, should only mean a node is still being built enumerator 541 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; } in TIntermAggregate()
|
H A D | Intermediate.cpp | 190 return EOpNull; in TypeToConstructorOperator() 546 if (aggNode == 0 || aggNode->getOp() != EOpNull) { in setAggregateOperator() 579 if (!aggNode || aggNode->getOp() != EOpNull) { in growAggregate() 777 if (aggRoot && aggRoot->getOp() == EOpNull) in postProcess()
|
H A D | OutputASM.h | 334 TOperator comparator = EOpNull;
|
H A D | ValidateLimitations.cpp | 357 TOperator op = EOpNull; in validateForLoopExpr()
|
H A D | intermOut.cpp | 249 if (node->getOp() == EOpNull) { in visitAggregate() 250 out.message(EPrefixError, "node is still EOpNull!"); in visitAggregate()
|
H A D | glslang.y | 406 if ($1.op != EOpNull) { 415 : PLUS { $$.op = EOpNull; } 612 if (aggNode && aggNode->getOp() == EOpNull)
|
H A D | ParseHelper.cpp | 2074 TOperator op = EOpNull; in addConstructorFunc() 2082 if(op == EOpNull) in addConstructorFunc() 3557 else if(op != EOpNull) in addFunctionCallOrMethod() 3598 if(builtIn && op != EOpNull) in addFunctionCallOrMethod() 3695 // if builtIn == true, it's definitely a builtIn function with EOpNull in addFunctionCallOrMethod()
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 63 EOpNull, // if in a node, should only mean a node is still being built enumerator 1683 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { } in TIntermAggregate()
|