Searched refs:TInfoSink (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDetectCallDepth.h14 class TInfoSink;
26 DetectCallDepth(TInfoSink& infoSync, bool limitCallStackDepth, int maxCallStackDepth);
67 TInfoSink& getInfoSink() { return infoSink; }
71 TInfoSink& infoSink;
H A DDiagnostics.h12 class TInfoSink;
17 TDiagnostics(TInfoSink& infoSink);
20 TInfoSink& infoSink() { return mInfoSink; }
39 TInfoSink& mInfoSink;
H A DIntermediate.h21 class TInfoSink;
26 TIntermediate(TInfoSink &i)
64 TInfoSink & mInfoSink;
H A DDiagnostics.cpp13 TDiagnostics::TDiagnostics(TInfoSink& infoSink) :
H A DCompiler.h69 TInfoSink& getInfoSink() { return infoSink; }
98 bool detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth);
172 TInfoSink infoSink; // Output sink.
H A DInfoSink.h109 class TInfoSink { class
H A DparseConst.cpp17 TOperator constructType, TInfoSink &sink, TType &t)
49 TInfoSink &mInfoSink;
H A DDetectCallDepth.cpp72 DetectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDepth)
H A DIntermNode.h201 class TInfoSink;
458 TIntermTyped *fold(TOperator, TIntermTyped *, TInfoSink &);
515 bool promote(TInfoSink &);
557 bool promote(TInfoSink &);
H A DParseContext.h28 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, sh::GLenum type, ShShaderSpec spec, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) :
72 TInfoSink& infoSink() { return diagnostics.infoSink(); }
H A DShaderLang.cpp378 TInfoSink& infoSink = compiler->getInfoSink();
394 TInfoSink& infoSink = compiler->getInfoSink();
H A DSymbolTable.h393 void dump(TInfoSink &infoSink) const;
H A DIntermNode.cpp330 bool TIntermUnary::promote(TInfoSink &)
370 bool TIntermBinary::promote(TInfoSink &infoSink)
634 TOperator op, TIntermTyped *constantNode, TInfoSink &infoSink)
H A DCompiler.cpp388 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth)

Completed in 572 milliseconds