Home
last modified time | relevance | path

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

12

/third_party/glslang/glslang/MachineIndependent/
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 …]
DSymbolTable.cpp200 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump()
216 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump()
246 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump()
253 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
DintermOut.cpp118 TInfoSink& infoSink; member in glslang::TOutputTraverser
130 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText()
1467 void TIntermediate::output(TInfoSink& infoSink, bool tree) in output()
Diomapper.cpp240 TInfoSink& infoSink; member
287 TInfoSink& infoSink; member
413 TInfoSink& infoSink; member
428 TInfoSink& infoSink; member
840 void TDefaultGlslIoResolver::reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverStorageSlot()
900 void TDefaultGlslIoResolver::reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverResourceSlot()
1075 bool TIoMapper::addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, TIoMa… in addStage()
1176 bool TGlslIoMapper::addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, T… in addStage()
1235 bool TGlslIoMapper::doMap(TIoMapResolver* resolver, TInfoSink& infoSink) { in doMap()
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() local
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() local
DparseVersions.h58 const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, in TParseVersions()
223 TInfoSink& infoSink; variable
/third_party/glslang/glslang/Include/
DShHandle.h80 TInfoSink infoSink; variable
101 TInfoSink& infoSink; variable
142 TInfoSink& infoSink; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DDiagnostics.h29 TInfoSink& infoSink() { return mInfoSink; } in infoSink() function
DDiagnostics.cpp21 TDiagnostics::TDiagnostics(TInfoSink& infoSink) : in TDiagnostics()
DCompiler.cpp210 bool TCompiler::validateCallDepth(TIntermNode *root, TInfoSink &infoSink) in validateCallDepth()
DCompiler.h120 TInfoSink infoSink; // Output sink. variable
DparseConst.cpp53 TInfoSink& infoSink; member in TConstTraverser
DParseHelper.h78 TInfoSink &infoSink() { return mDiagnostics.infoSink(); } in infoSink() function
/third_party/glslang/glslang/GenericCodeGen/
DCodeGen.cpp46 TInfoSink infoSink; member in TGenericCompiler
DLink.cpp50 TInfoSink infoSink; member in TGenericLinker
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DWorkGroupSize_test.cpp40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
DRemovePow_test.cpp49 TInfoSink &infoSink = mTranslatorGLSL->getInfoSink(); in compile() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DWorkGroupSize_test.cpp40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDiagnostics.cpp17 TDiagnostics::TDiagnostics(TInfoSinkBase &infoSink) in TDiagnostics()
DShaderLang.cpp440 TInfoSink &infoSink = compiler->getInfoSink(); in GetInfoLog() local
452 TInfoSink &infoSink = compiler->getInfoSink(); in GetObjectCode() local
464 TInfoSink &infoSink = compiler->getInfoSink(); in GetObjectBinaryBlob() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DDiagnostics.cpp17 TDiagnostics::TDiagnostics(TInfoSinkBase &infoSink) in TDiagnostics()
DShaderLang.cpp390 TInfoSink &infoSink = compiler->getInfoSink(); in GetInfoLog() local
402 TInfoSink &infoSink = compiler->getInfoSink(); in GetObjectCode() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp138 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp138 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
Dcompiler_test.cpp87 TInfoSink &infoSink = translator->getInfoSink(); in compileTestShader() local

12