Home
last modified time | relevance | path

Searched defs:infoSink (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DDiagnostics.h20 TInfoSink& infoSink() { return mInfoSink; } in infoSink() function
Dlocalintermediate.h54 TInfoSink& infoSink; variable
DDetectCallDepth.h73 TInfoSink& infoSink; variable
DDiagnostics.cpp13 TDiagnostics::TDiagnostics(TInfoSink& infoSink) : in TDiagnostics()
DShaderLang.cpp225 TInfoSink& infoSink = compiler->getInfoSink(); in ShGetInfoLog() local
241 TInfoSink& infoSink = compiler->getInfoSink(); in ShGetObjectCode() local
DShHandle.h143 TInfoSink infoSink; // Output sink. variable
DDetectCallDepth.cpp72 DetectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDep… in DetectCallDepth()
DParseContext.h65 TInfoSink& infoSink() { return diagnostics.infoSink(); } in infoSink() function
DparseConst.cpp46 TInfoSink& infoSink; member in TConstTraverser
DCompiler.cpp294 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth) in detectCallDepth()
DIntermediate.cpp902 bool TIntermBinary::promote(TInfoSink& infoSink) in promote()
1127 …ermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink) in fold()