Home
last modified time | relevance | path

Searched refs:EOpNull (Results 1 - 25 of 32) sorted by relevance

12

/third_party/glslang/glslang/HLSL/
H A DhlslOpMap.cpp60 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 DhlslParseHelper.cpp3050 // 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 DhlslGrammar.cpp3162 if (assignOp == EOpNull) in acceptAssignmentExpression()
3348 if (unaryOp == EOpNull) in acceptUnaryExpression()
/third_party/glslang/glslang/MachineIndependent/
H A DparseConst.cpp49 matrixCols(0), matrixRows(0) { index = 0; tOp = EOpNull; } in TConstTraverser()
103 constructorType = EOpNull; in visitAggregate()
H A DIntermediate.cpp511 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 DInitialize.cpp260 { 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 DSymbolTable.h245 TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull) : in TFunction() argument
H A DParseHelper.cpp1325 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 Dlocalintermediate.h522 bool canImplicitlyPromote(TBasicType from, TBasicType to, TOperator op = EOpNull) const;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DMapFunctionsToDefinitions.cpp23 ASSERT(func->getBuiltInOp() == TOperator::EOpNull);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator_autogen.h21 EOpNull, // if in a node, should only mean a node is still being built
H A DValidateLimitations.cpp340 TOperator op = EOpNull; in validateForLoopExpr()
H A DSymbol.cpp196 mOp(EOpNull), in TFunction()
H A DOutputTree.cpp407 if (op == EOpNull) in visitAggregate()
410 mOut << "node is still EOpNull!\n"; in visitAggregate()
H A DOutputHLSL.cpp2975 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 DparseConst.cpp142 constructorType = EOpNull; in visitAggregate()
H A DSymbolTable.h148 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 Dintermediate.h35 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 DIntermediate.cpp190 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 DOutputASM.h334 TOperator comparator = EOpNull;
H A DValidateLimitations.cpp357 TOperator op = EOpNull; in validateForLoopExpr()
H A DintermOut.cpp249 if (node->getOp() == EOpNull) { in visitAggregate()
250 out.message(EPrefixError, "node is still EOpNull!"); in visitAggregate()
H A Dglslang.y406 if ($1.op != EOpNull) {
415 : PLUS { $$.op = EOpNull; }
612 if (aggNode && aggNode->getOp() == EOpNull)
H A DParseHelper.cpp2074 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 Dintermediate.h63 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()

Completed in 119 milliseconds

12