HomeSort by relevance Sort by last modified time
    Searched full:infosink (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/angle_dx11/src/compiler/
Compiler.cpp 123 TIntermediate intermediate(infoSink);
126 sourcePath, infoSink);
134 infoSink.info.prefix(EPrefixInternalError);
135 infoSink.info << "Wrong symbol table level";
147 success = detectCallDepth(root, infoSink, (compileOptions & SH_LIMIT_CALL_STACK_DEPTH) != 0);
186 infoSink.info.prefix(EPrefixError);
187 infoSink.info << "too many uniforms";
250 infoSink.info.erase();
251 infoSink.obj.erase();
252 infoSink.debug.erase()
    [all...]
Diagnostics.h 17 TDiagnostics(TInfoSink& infoSink);
20 TInfoSink& infoSink() { return mInfoSink; }
Diagnostics.cpp 10 #include "compiler/InfoSink.h"
13 TDiagnostics::TDiagnostics(TInfoSink& infoSink) :
14 mInfoSink(infoSink),
parseConst.cpp 22 infoSink(sink),
46 TInfoSink& infoSink;
64 infoSink.info.message(EPrefixInternalError, node->getLine(), "Symbol Node found in constant constructor");
77 infoSink.info.message(EPrefixError, node->getLine(), buf.c_str());
82 infoSink.info.message(EPrefixInternalError, node->getLine(), "Binary Node found in constant constructor");
92 infoSink.info.message(EPrefixError, node->getLine(), buf.c_str());
103 infoSink.info.message(EPrefixError, node->getLine(), buf.c_str());
147 infoSink.info.message(EPrefixInternalError, node->getLine(), "Selection Node found in constant constructor");
157 assert(infoSink.info.size() != 0);
216 infoSink.info.message(EPrefixInternalError, node->getLine(), "Loop Node found in constant constructor")
    [all...]
SymbolTable.cpp 130 void TVariable::dump(TInfoSink& infoSink) const
132 infoSink.debug << getName().c_str() << ": " << type.getQualifierString() << " " << type.getPrecisionString() << " " << type.getBasicString();
134 infoSink.debug << "[0]";
136 infoSink.debug << "\n";
139 void TFunction::dump(TInfoSink &infoSink) const
141 infoSink.debug << getName().c_str() << ": " << returnType.getBasicString() << " " << getMangledName().c_str() << "\n";
144 void TSymbolTableLevel::dump(TInfoSink &infoSink) const
148 (*it).second->dump(infoSink);
151 void TSymbolTable::dump(TInfoSink &infoSink) const
154 infoSink.debug << "LEVEL " << level << "\n"
    [all...]
DetectCallDepth.h 69 TInfoSink& getInfoSink() { return infoSink; }
73 TInfoSink& infoSink;
DetectCallDepth.cpp 8 #include "compiler/InfoSink.h"
72 DetectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDepth)
75 infoSink(infoSink),
SearchSymbol.cpp 11 #include "compiler/InfoSink.h"
localintermediate.h 26 TIntermediate(TInfoSink& i) : infoSink(i) { }
54 TInfoSink& infoSink;
InfoSink.cpp 7 #include "compiler/InfoSink.h"
ShHandle.h 22 #include "compiler/InfoSink.h"
70 TInfoSink& getInfoSink() { return infoSink; }
87 bool detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth);
142 TInfoSink infoSink; // Output sink.
Intermediate.cpp 207 if (!node->promote(infoSink))
217 typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink);
246 if (! node->promote(infoSink))
282 infoSink.info.message(EPrefixInternalError, line, "Bad type in AddUnaryMath");
348 if (! node->promote(infoSink))
352 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink);
483 infoSink.info.message(EPrefixInternalError, node->getLine(), "Bad promotion node");
492 infoSink.info.message(EPrefixInternalError, node->getLine(), "Bad promotion node");
501 infoSink.info.message(EPrefixInternalError, node->getLine(), "Bad promotion node");
506 infoSink.info.message(EPrefixInternalError, node->getLine(), "Bad promotion type")
    [all...]
SymbolTable.h 36 #include "compiler/InfoSink.h"
54 virtual void dump(TInfoSink &infoSink) const = 0;
86 virtual void dump(TInfoSink &infoSink) const;
169 virtual void dump(TInfoSink &infoSink) const;
231 void dump(TInfoSink &infoSink) const;
349 void dump(TInfoSink &infoSink) const;
ShaderLang.cpp 260 TInfoSink& infoSink = compiler->getInfoSink();
261 strcpy(infoLog, infoSink.info.c_str());
276 TInfoSink& infoSink = compiler->getInfoSink();
277 strcpy(objCode, infoSink.obj.c_str());
BuiltInFunctionEmulator.h 12 #include "compiler/InfoSink.h"
ParseHelper.h 65 TInfoSink& infoSink() { return diagnostics.infoSink(); }
UnfoldShortCircuit.cpp 13 #include "compiler/InfoSink.h"
translator_common.vcxproj.filters 53 <ClCompile Include="InfoSink.cpp">
169 <ClInclude Include="InfoSink.h">
translator_common.vcxproj 148 <ClCompile Include="InfoSink.cpp" />
239 <ClInclude Include="InfoSink.h" />
  /external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
DependencyGraphOutput.h 11 #include "compiler/InfoSink.h"
  /external/chromium_org/third_party/angle_dx11/src/compiler/timing/
RestrictVertexShaderTiming.h 13 #include "compiler/InfoSink.h"
RestrictFragmentShaderTiming.cpp 7 #include "compiler/InfoSink.h"
  /external/chromium_org/third_party/angle_dx11/src/third_party/compiler/
ArrayBoundsClamper.h 31 #include "compiler/InfoSink.h"
  /external/chromium_org/third_party/angle_dx11/src/
build_angle.gypi 89 'compiler/InfoSink.cpp',
90 'compiler/InfoSink.h',
translator_common.target.darwin-mips.mk 34 third_party/angle_dx11/src/compiler/InfoSink.cpp \

Completed in 274 milliseconds

1 2