Home
last modified time | relevance | path

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

12

/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp58 void TIntermediate::error(TInfoSink& infoSink, const char* message, EShLanguage unitStage) in error()
72 void TIntermediate::warn(TInfoSink& infoSink, const char* message, EShLanguage unitStage) in warn()
90 void TIntermediate::merge(TInfoSink& infoSink, TIntermediate& unit) in merge()
102 void TIntermediate::mergeUniformObjects(TInfoSink& infoSink, TIntermediate& unit) { in mergeUniformObjects()
125 void TIntermediate::checkStageIO(TInfoSink& infoSink, TIntermediate& unit) { in checkStageIO()
149 void TIntermediate::mergeCallGraphs(TInfoSink& infoSink, TIntermediate& unit) in mergeCallGraphs()
169 void TIntermediate::mergeModes(TInfoSink& infoSink, TIntermediate& unit) in mergeModes()
345 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
501 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
539 void TIntermediate::mergeGlobalUniformBlocks(TInfoSink& infoSink, TIntermediate& unit, bool mergeEx… in mergeGlobalUniformBlocks()
[all …]
DSymbolTable.cpp205 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump()
221 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump()
251 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump()
258 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
DintermOut.cpp87 TInfoSink& infoSink; member in glslang::TOutputTraverser
99 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText()
1462 void TIntermediate::output(TInfoSink& infoSink, bool tree) in output()
Diomapper.cpp261 TInfoSink& infoSink; member
304 TInfoSink& infoSink; member
630 TInfoSink& infoSink; member
754 TInfoSink& infoSink; member
1173 void TDefaultGlslIoResolver::reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverStorageSlot()
1233 void TDefaultGlslIoResolver::reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverResourceSlot()
1405 bool TIoMapper::addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, TIoMa… in addStage()
1504 bool TGlslIoMapper::addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, T… in addStage()
1579 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()
242 EShSource source, TInfoSink& infoSink, TSymbolTable& symbolTable) in InitializeSymbolTable()
295 … EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, in InitializeStageSymbolTable()
317 bool InitializeSymbolTables(TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbol… in InitializeSymbolTables()
400 bool AddContextSpecificSymbols(const TBuiltInResource* resources, TInfoSink& infoSink, TSymbolTable… in AddContextSpecificSymbols()
429 TInfoSink infoSink; in SetupBuiltinSymbolTable() local
495 void DumpBuiltinSymbolTable(TInfoSink& infoSink, const TSymbolTable& symbolTable) in DumpBuiltinSymbolTable()
507 bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int default… in DeduceVersionProfile()
1585 TInfoSink* infoSink; in ShGetInfoLog() local
DparseVersions.h58 const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, in TParseVersions()
218 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/skia/third_party/externals/angle2/src/tests/compiler_tests/
DWorkGroupSize_test.cpp40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
/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/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/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/tests/test_utils/
DShaderCompileTreeTest.cpp138 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
Dcompiler_test.cpp87 TInfoSink &infoSink = translator->getInfoSink(); in compileTestShader() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp138 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local

12