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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslOpMap.cpp 60 return EOpNull;
89 return EOpNull;
106 default: return EOpNull; // means not a pre-unary op
121 default: return EOpNull; // means not a post-unary op
hlslParseHelper.cpp 812 return EOpNull;
    [all...]
hlslGrammar.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
parseConst.cpp 49 matrixCols(0), matrixRows(0) { index = 0; tOp = EOpNull; }
109 constructorType = EOpNull;
Intermediate.cpp 385 if (aggNode == 0 || aggNode->getOp() != EOpNull) {
577 TOperator newOp = EOpNull;
769 if (! aggNode || aggNode->getOp() != EOpNull) {
    [all...]
SymbolTable.h 209 TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull) :
glslang.y 407 $$.function = new TFunction(&empty, TType(EbtVoid), EOpNull);
428 if ($1.op != EOpNull) {
447 : PLUS { $$.loc = $1.loc; $$.op = EOpNull; }
    [all...]
intermOut.cpp 382 if (node->getOp() == EOpNull) {
383 out.debug.message(EPrefixError, "node is still EOpNull!");
    [all...]
ParseHelper.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 = "") :
455 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
539 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; }
ValidateLimitations.cpp 357 TOperator op = EOpNull;
intermOut.cpp 249 if (node->getOp() == EOpNull) {
250 out.message(EPrefixError, "node is still EOpNull!");
Intermediate.cpp 417 if (aggNode == 0 || aggNode->getOp() != EOpNull) {
450 if (!aggNode || aggNode->getOp() != EOpNull) {
648 if (aggRoot && aggRoot->getOp() == EOpNull)
    [all...]
glslang.y 405 if ($1.op != EOpNull) {
414 : PLUS { $$.op = EOpNull; }
611 if (aggNode && aggNode->getOp() == EOpNull)
    [all...]
ParseHelper.cpp     [all...]
OutputASM.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 59 EOpNull, // if in a node, should only mean a node is still being built
962 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(0) { }
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 788 milliseconds