HomeSort by relevance Sort by last modified time
    Searched refs:EOpNull (Results 1 - 22 of 22) sorted by null

  /external/deqp-deps/glslang/hlsl/
hlslOpMap.cpp 60 return EOpNull;
89 return EOpNull;
106 default: return EOpNull; // means not a pre-unary op
123 default: return EOpNull; // means not a post-unary op
hlslParseHelper.cpp     [all...]
hlslGrammar.cpp     [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
parseConst.cpp 49 matrixCols(0), matrixRows(0) { index = 0; tOp = EOpNull; }
103 constructorType = EOpNull;
SymbolTable.h 223 TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull) :
Intermediate.cpp 429 if (aggNode == nullptr || aggNode->getOp() != EOpNull) {
499 TOperator newOp = EOpNull;
    [all...]
localintermediate.h 463 bool canImplicitlyPromote(TBasicType from, TBasicType to, TOperator op = EOpNull) const;
    [all...]
ParseHelper.cpp     [all...]
glslang.y 476 $$.function = new TFunction(&empty, TType(EbtVoid), EOpNull);
502 if ($1.op != EOpNull) {
521 : PLUS { $$.loc = $1.loc; $$.op = EOpNull; }
    [all...]
intermOut.cpp     [all...]
  /external/swiftshader/src/OpenGL/compiler/
parseConst.cpp 142 constructorType = EOpNull;
SymbolTable.h 148 TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull, const char *ext = "") :
449 insertBuiltIn(level, EOpNull, rvalue, name, ptype1, ptype2, ptype3, ptype4, ptype5);
intermediate.h 35 EOpNull, // if in a node, should only mean a node is still being built
541 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; }
OutputASM.h 332 TOperator comparator = EOpNull;
ValidateLimitations.cpp 357 TOperator op = EOpNull;
intermOut.cpp 249 if (node->getOp() == EOpNull) {
250 out.message(EPrefixError, "node is still EOpNull!");
glslang.y 406 if ($1.op != EOpNull) {
415 : PLUS { $$.op = EOpNull; }
612 if (aggNode && aggNode->getOp() == EOpNull)
    [all...]
Intermediate.cpp 190 return EOpNull;
548 if (aggNode == 0 || aggNode->getOp() != EOpNull) {
581 if (!aggNode || aggNode->getOp() != EOpNull) {
779 if (aggRoot && aggRoot->getOp() == EOpNull)
    [all...]
ParseHelper.cpp     [all...]
OutputASM.cpp     [all...]
  /external/deqp-deps/glslang/glslang/Include/
intermediate.h 67 EOpNull, // if in a node, should only mean a node is still being built
    [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 84 milliseconds