Home
last modified time | relevance | path

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

12

/third_party/glslang/glslang/Include/
DShHandle.h79 virtual TInfoSink& getInfoSink() { return infoSink; } in getInfoSink()
80 TInfoSink infoSink;
91 …TCompiler(EShLanguage l, TInfoSink& sink) : infoSink(sink) , language(l), haveValidObjectCode(fals… in TCompiler()
94 virtual TInfoSink& getInfoSink() { return infoSink; } in getInfoSink()
101 TInfoSink& infoSink;
122 TLinker(EShExecutable e, TInfoSink& iSink) : in TLinker()
141 virtual TInfoSink& getInfoSink() { return infoSink; } in getInfoSink()
142 TInfoSink& infoSink;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DDiagnostics.h20 class TInfoSink; variable
25 TDiagnostics(TInfoSink& infoSink);
29 TInfoSink& infoSink() { return mInfoSink; } in infoSink()
53 TInfoSink& mInfoSink;
DCompiler.h89 TInfoSink& getInfoSink() { return infoSink; } in getInfoSink()
98 bool validateCallDepth(TIntermNode *root, TInfoSink &infoSink);
120 TInfoSink infoSink; // Output sink.
Dlocalintermediate.h28 class TInfoSink; variable
33 TIntermediate(TInfoSink& i) : infoSink(i) { } in POOL_ALLOCATOR_NEW_DELETE()
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.h117 class TInfoSink {
/third_party/glslang/glslang/MachineIndependent/
Diomapper.h49 class TInfoSink; variable
108 void reserverResourceSlot(TVarEntryInfo& /*ent*/, TInfoSink& /*infoSink*/) override {} in reserverResourceSlot()
109 void reserverStorageSlot(TVarEntryInfo& /*ent*/, TInfoSink& /*infoSink*/) override {} in reserverStorageSlot()
204 void reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) override;
205 void reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) override;
258 bool virtual addStage(EShLanguage, TIntermediate&, TInfoSink&, TIoMapResolver*);
259 bool virtual doMap(TIoMapResolver*, TInfoSink&) { return true; } in doMap() argument
290 bool addStage(EShLanguage, TIntermediate&, TInfoSink&, TIoMapResolver*) override;
291 bool doMap(TIoMapResolver*, TInfoSink&) override;
DSymbolTable.cpp187 void TSymbol::dumpExtensions(TInfoSink& infoSink) const in dumpExtensions()
200 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump()
216 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump()
240 void TAnonMember::dump(TInfoSink& TInfoSink, bool) const in dump() argument
242TInfoSink.debug << "anonymous member " << getMemberNumber() << " of " << getAnonContainer().getNam… in dump()
246 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump()
253 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
Dlocalintermediate.h52 class TInfoSink; variable
557 void output(TInfoSink&, bool tree) { } in output() argument
584 void output(TInfoSink&, bool tree);
857 void addToCallGraph(TInfoSink&, const TString& caller, const TString& callee);
858 void merge(TInfoSink&, TIntermediate&);
859 void finalCheck(TInfoSink&, bool keepUncalled);
930 void error(TInfoSink& infoSink, const char*);
931 void warn(TInfoSink& infoSink, const char*);
932 void mergeCallGraphs(TInfoSink&, TIntermediate&);
933 void mergeModes(TInfoSink&, TIntermediate&);
[all …]
Diomapper.cpp192 TResolverUniformAdaptor(EShLanguage s, TIoMapResolver& r, TInfoSink& i, bool& e) in TResolverUniformAdaptor()
240 TInfoSink& infoSink;
248 TResolverInOutAdaptor(EShLanguage s, TIoMapResolver& r, TInfoSink& i, bool& e) in TResolverInOutAdaptor()
287 TInfoSink& infoSink;
298 …TSymbolValidater(TIoMapResolver& r, TInfoSink& i, TVarLiveMap* in[EShLangCount], TVarLiveMap* out[… in TSymbolValidater()
413 TInfoSink& infoSink;
421 TSlotCollector(TIoMapResolver& r, TInfoSink& i) : resolver(r), infoSink(i) { } in TSlotCollector()
428 TInfoSink& infoSink;
840 void TDefaultGlslIoResolver::reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverStorageSlot()
900 void TDefaultGlslIoResolver::reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverResourceSlot()
[all …]
DSymbolTable.h121 virtual void dump(TInfoSink& infoSink, bool complete = false) const = 0;
122 void dumpExtensions(TInfoSink& infoSink) const;
200 virtual void dump(TInfoSink& infoSink, bool complete = false) const;
323 virtual void dump(TInfoSink& infoSink, bool complete = false) const override;
385 virtual void dump(TInfoSink& infoSink, bool complete = false) const override;
555 void dump(TInfoSink& infoSink, bool complete = false) const;
858 void dump(TInfoSink& infoSink, bool complete = false) const;
DlinkValidate.cpp57 void TIntermediate::error(TInfoSink& infoSink, const char* message) in error()
68 void TIntermediate::warn(TInfoSink& infoSink, const char* message) in warn()
83 void TIntermediate::merge(TInfoSink& infoSink, TIntermediate& unit) in merge()
92 void TIntermediate::mergeCallGraphs(TInfoSink& infoSink, TIntermediate& unit) in mergeCallGraphs()
112 void TIntermediate::mergeModes(TInfoSink& infoSink, TIntermediate& unit) in mergeModes()
282 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
432 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
456 void TIntermediate::mergeLinkerObjects(TInfoSink& infoSink, TIntermSequence& linkerObjects, const T… in mergeLinkerObjects()
534 void TIntermediate::mergeErrorCheck(TInfoSink& infoSink, const TIntermSymbol& symbol, const TInterm… in mergeErrorCheck()
660 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
[all …]
DintermOut.cpp100 TOutputTraverser(TInfoSink& i) : infoSink(i), extraOutput(NoExtraOutput) { } in TOutputTraverser()
118 TInfoSink& infoSink;
130 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText()
155 TInfoSink& out = infoSink; in visitBinary()
236 TInfoSink& out = infoSink; in visitUnary()
708 TInfoSink& out = infoSink; in visitAggregate()
1133 TInfoSink& out = infoSink; in visitSelection()
1178 static void OutputDouble(TInfoSink& out, double value, TOutputTraverser::EExtraOutput extra) in OutputDouble()
1228 static void OutputConstantUnion(TInfoSink& out, const TIntermTyped* node, const TConstUnionArray& c… in OutputConstantUnion()
1359 TInfoSink& out = infoSink; in visitLoop()
[all …]
DShaderLang.cpp87 TBuiltInParseables* CreateBuiltInParseables(TInfoSink& infoSink, EShSource source) in CreateBuiltInParseables()
104 EShLanguage language, TInfoSink& infoSink, in CreateParseContext()
238 EShSource source, TInfoSink& infoSink, TSymbolTable& symbolTable) in InitializeSymbolTable()
291 … EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, in InitializeStageSymbolTable()
316 bool InitializeSymbolTables(TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbol… in InitializeSymbolTables()
404 bool AddContextSpecificSymbols(const TBuiltInResource* resources, TInfoSink& infoSink, TSymbolTable… in AddContextSpecificSymbols()
433 TInfoSink infoSink; in SetupBuiltinSymbolTable()
499 void DumpBuiltinSymbolTable(TInfoSink& infoSink, const TSymbolTable& symbolTable) in DumpBuiltinSymbolTable()
511 bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int default… in DeduceVersionProfile()
1580 TInfoSink* infoSink; in ShGetInfoLog()
[all …]
DparseVersions.h58 const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, in TParseVersions()
223 TInfoSink& infoSink;
/third_party/glslang/glslang/Public/
DShaderLang.h393 class TInfoSink; variable
666 TInfoSink* infoSink;
804 virtual void reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) = 0;
806 virtual void reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) = 0;
935 TInfoSink* infoSink;
/third_party/glslang/glslang/GenericCodeGen/
DCodeGen.cpp46 TInfoSink infoSink;
DLink.cpp50 TInfoSink infoSink;
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h99 TInfoSink &getInfoSink() { return mInfoSink; } in getInfoSink()
261 TInfoSink mInfoSink; // Output sink.
DInfoSink.h119 class TInfoSink
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h112 TInfoSink &getInfoSink() { return mInfoSink; } in getInfoSink()
312 TInfoSink mInfoSink; // Output sink.
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DWorkGroupSize_test.cpp40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DWorkGroupSize_test.cpp40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile()

12