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

  /external/chromium_org/third_party/angle_dx11/src/compiler/
Diagnostics.h 12 class TInfoSink;
17 TDiagnostics(TInfoSink& infoSink);
20 TInfoSink& infoSink() { return mInfoSink; }
39 TInfoSink& mInfoSink;
DetectCallDepth.h 16 class TInfoSink;
28 DetectCallDepth(TInfoSink& infoSync, bool limitCallStackDepth, int maxCallStackDepth);
69 TInfoSink& getInfoSink() { return infoSink; }
73 TInfoSink& infoSink;
ShHandle.h 70 TInfoSink& getInfoSink() { return infoSink; }
87 bool detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth);
142 TInfoSink infoSink; // Output sink.
localintermediate.h 22 class TInfoSink;
26 TIntermediate(TInfoSink& i) : infoSink(i) { }
54 TInfoSink& infoSink;
Diagnostics.cpp 13 TDiagnostics::TDiagnostics(TInfoSink& infoSink) :
SymbolTable.cpp 130 void TVariable::dump(TInfoSink& infoSink) const
139 void TFunction::dump(TInfoSink &infoSink) const
144 void TSymbolTableLevel::dump(TInfoSink &infoSink) const
151 void TSymbolTable::dump(TInfoSink &infoSink) const
SymbolTable.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;
InfoSink.h 108 class TInfoSink {
intermediate.h 201 class TInfoSink;
378 TIntermTyped* fold(TOperator, TIntermTyped*, TInfoSink&);
415 bool promote(TInfoSink&);
441 bool promote(TInfoSink&);
ParseHelper.h 28 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, ShShaderType type, ShShaderSpec spec, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) :
65 TInfoSink& infoSink() { return diagnostics.infoSink(); }
ShaderLang.cpp 260 TInfoSink& infoSink = compiler->getInfoSink();
276 TInfoSink& infoSink = compiler->getInfoSink();
parseConst.cpp 15 TConstTraverser(ConstantUnion* cUnion, bool singleConstParam, TOperator constructType, TInfoSink& sink, TSymbolTable& symTable, TType& t)
46 TInfoSink& infoSink;
DetectCallDepth.cpp 72 DetectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDepth)
Compiler.cpp 262 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth)
Intermediate.cpp 805 bool TIntermUnary::promote(TInfoSink&)
844 bool TIntermBinary::promote(TInfoSink& infoSink)
1069 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink)
    [all...]

Completed in 98 milliseconds