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

  /external/chromium_org/third_party/angle/src/compiler/translator/
Diagnostics.h 17 TDiagnostics(TInfoSink& infoSink);
20 TInfoSink& infoSink() { return mInfoSink; }
Compiler.cpp 160 TIntermediate intermediate(infoSink);
163 sourcePath, infoSink);
188 success = detectCallDepth(root, infoSink, (compileOptions & SH_LIMIT_CALL_STACK_DEPTH) != 0);
214 infoSink.info.prefix(EPrefixError);
215 infoSink.info << "sampler array index is float loop index";
246 infoSink.info.prefix(EPrefixError);
247 infoSink.info << "too many uniforms";
354 infoSink.info.erase();
355 infoSink.obj.erase();
356 infoSink.debug.erase()
    [all...]
DetectCallDepth.h 67 TInfoSink& getInfoSink() { return infoSink; }
71 TInfoSink& infoSink;
Diagnostics.cpp 10 #include "compiler/translator/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());
149 infoSink.info.message(EPrefixInternalError, node->getLine(), "Selection Node found in constant constructor");
159 assert(infoSink.info.size() != 0);
222 infoSink.info.message(EPrefixInternalError, node->getLine(), "Loop Node found in constant constructor")
    [all...]
ShHandle.h 20 #include "compiler/translator/InfoSink.h"
68 TInfoSink& getInfoSink() { return infoSink; }
89 bool detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth);
157 TInfoSink infoSink; // Output sink.
localintermediate.h 24 TIntermediate(TInfoSink& i) : infoSink(i) { }
52 TInfoSink& infoSink;
Intermediate.cpp 219 if (!node->promote(infoSink))
228 TIntermTyped *typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink);
257 if (! node->promote(infoSink))
293 infoSink.info.message(EPrefixInternalError, line, "Bad type in AddUnaryMath");
361 if (! node->promote(infoSink))
365 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink);
498 infoSink.info.message(EPrefixInternalError, node->getLine(), "Bad promotion node");
508 infoSink.info.message(EPrefixInternalError, node->getLine(), "Bad promotion node");
518 infoSink.info.message(EPrefixInternalError, node->getLine(), "Bad promotion node");
528 infoSink.info.message(EPrefixInternalError, node->getLine(), "Bad promotion node")
    [all...]
DetectCallDepth.cpp 8 #include "compiler/translator/InfoSink.h"
72 DetectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDepth)
75 infoSink(infoSink),
ShaderLang.cpp 271 TInfoSink& infoSink = compiler->getInfoSink();
272 strcpy(infoLog, infoSink.info.c_str());
287 TInfoSink& infoSink = compiler->getInfoSink();
288 strcpy(objCode, infoSink.obj.c_str());
ParseContext.h 72 TInfoSink& infoSink() { return diagnostics.infoSink(); }
SymbolTable.h 36 #include "compiler/translator/InfoSink.h"
395 void dump(TInfoSink &infoSink) const;
intermOut.cpp 436 TOutputTraverser it(infoSink.info);
OutputHLSL.cpp 13 #include "compiler/translator/InfoSink.h"
190 mContext.infoSink().obj << mHeader.c_str();
191 mContext.infoSink().obj << mBody.c_str();
    [all...]

Completed in 113 milliseconds