Home
last modified time | relevance | path

Searched refs:TInfoSink (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DDiagnostics.h20 class TInfoSink; variable
25 TDiagnostics(TInfoSink& infoSink);
29 TInfoSink& infoSink() { return mInfoSink; } in infoSink()
52 TInfoSink& mInfoSink;
DCompiler.h87 TInfoSink& getInfoSink() { return infoSink; } in getInfoSink()
96 bool validateCallDepth(TIntermNode *root, TInfoSink &infoSink);
118 TInfoSink infoSink; // Output sink.
Dlocalintermediate.h28 class TInfoSink; variable
33 TIntermediate(TInfoSink& i) : infoSink(i) { } in TIntermediate()
58 TInfoSink& infoSink;
DparseConst.cpp23 …TConstTraverser(ConstantUnion* cUnion, bool singleConstParam, TOperator constructType, TInfoSink& … in TConstTraverser()
53 TInfoSink& infoSink;
Dintermediate.h254 class TInfoSink; variable
450 TIntermTyped* fold(TOperator, TIntermTyped*, TInfoSink&);
497 bool promote(TInfoSink&);
527 bool promote(TInfoSink&, const TType *funcReturnType);
DDiagnostics.cpp21 TDiagnostics::TDiagnostics(TInfoSink& infoSink) : in TDiagnostics()
DInfoSink.h116 class TInfoSink {
DParseHelper.h37 …& interm, GLenum type, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) : in TParseContext()
78 TInfoSink &infoSink() { return mDiagnostics.infoSink(); } in infoSink()
DCompiler.cpp209 bool TCompiler::validateCallDepth(TIntermNode *root, TInfoSink &infoSink) in validateCallDepth()
DIntermediate.cpp876 bool TIntermUnary::promote(TInfoSink&, const TType *funcReturnType) in promote() argument
938 bool TIntermBinary::promote(TInfoSink& infoSink) in promote()
1401 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoS… in fold()