Home
last modified time | relevance | path

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

12

/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DlinkValidate.cpp58 void TIntermediate::error(TInfoSink& infoSink, const char* message) in error()
69 void TIntermediate::warn(TInfoSink& infoSink, const char* message) in warn()
84 void TIntermediate::merge(TInfoSink& infoSink, TIntermediate& unit) in merge()
96 void TIntermediate::mergeUniformObjects(TInfoSink& infoSink, TIntermediate& unit) { in mergeUniformObjects()
119 void TIntermediate::checkStageIO(TInfoSink& infoSink, TIntermediate& unit) { in checkStageIO()
143 void TIntermediate::mergeCallGraphs(TInfoSink& infoSink, TIntermediate& unit) in mergeCallGraphs()
163 void TIntermediate::mergeModes(TInfoSink& infoSink, TIntermediate& unit) in mergeModes()
336 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
492 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
530 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.cpp118 TInfoSink& infoSink; member in glslang::TOutputTraverser
130 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText()
1487 void TIntermediate::output(TInfoSink& infoSink, bool tree) in output()
Diomapper.cpp265 TInfoSink& infoSink; member
312 TInfoSink& infoSink; member
620 TInfoSink& infoSink; member
744 TInfoSink& infoSink; member
1162 void TDefaultGlslIoResolver::reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverStorageSlot()
1222 void TDefaultGlslIoResolver::reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverResourceSlot()
1394 bool TIoMapper::addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, TIoMa… in addStage()
1493 bool TGlslIoMapper::addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, T… in addStage()
1568 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()
320 bool InitializeSymbolTables(TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbol… in InitializeSymbolTables()
408 bool AddContextSpecificSymbols(const TBuiltInResource* resources, TInfoSink& infoSink, TSymbolTable… in AddContextSpecificSymbols()
437 TInfoSink infoSink; in SetupBuiltinSymbolTable() local
503 void DumpBuiltinSymbolTable(TInfoSink& infoSink, const TSymbolTable& symbolTable) in DumpBuiltinSymbolTable()
515 bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int default… in DeduceVersionProfile()
1590 TInfoSink* infoSink; in ShGetInfoLog() local
DparseVersions.h58 const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, in TParseVersions()
223 TInfoSink& infoSink; variable
/external/deqp-deps/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()
284 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
434 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
458 void TIntermediate::mergeLinkerObjects(TInfoSink& infoSink, TIntermSequence& linkerObjects, const T… in mergeLinkerObjects()
536 void TIntermediate::mergeErrorCheck(TInfoSink& infoSink, const TIntermSymbol& symbol, const TInterm… in mergeErrorCheck()
656 void TIntermediate::sharedBlockCheck(TInfoSink& infoSink) in sharedBlockCheck()
[all …]
DSymbolTable.cpp204 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump()
220 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump()
250 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump()
257 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()
1478 void TIntermediate::output(TInfoSink& infoSink, bool tree) in output()
Diomapper.cpp265 TInfoSink& infoSink; member
312 TInfoSink& infoSink; member
615 TInfoSink& infoSink; member
739 TInfoSink& infoSink; member
1151 void TDefaultGlslIoResolver::reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverStorageSlot()
1211 void TDefaultGlslIoResolver::reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverResourceSlot()
1379 bool TIoMapper::addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, TIoMa… in addStage()
1478 bool TGlslIoMapper::addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, T… in addStage()
1542 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
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DShHandle.h80 TInfoSink infoSink; variable
101 TInfoSink& infoSink; variable
142 TInfoSink& infoSink; variable
/external/deqp-deps/glslang/glslang/Include/
DShHandle.h80 TInfoSink infoSink; variable
101 TInfoSink& infoSink; variable
142 TInfoSink& infoSink; variable
/external/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
/external/deqp-deps/glslang/glslang/GenericCodeGen/
DCodeGen.cpp46 TInfoSink infoSink; member in TGenericCompiler
DLink.cpp50 TInfoSink infoSink; member in TGenericLinker
/external/angle/third_party/vulkan-deps/glslang/src/glslang/GenericCodeGen/
DCodeGen.cpp46 TInfoSink infoSink; member in TGenericCompiler
DLink.cpp50 TInfoSink infoSink; member in TGenericLinker
/external/angle/src/tests/compiler_tests/
DWorkGroupSize_test.cpp40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
/external/angle/src/compiler/translator/
DDiagnostics.cpp17 TDiagnostics::TDiagnostics(TInfoSinkBase &infoSink) in TDiagnostics()
DShaderLang.cpp430 TInfoSink &infoSink = compiler->getInfoSink(); in GetInfoLog() local
442 TInfoSink &infoSink = compiler->getInfoSink(); in GetObjectCode() local
454 TInfoSink &infoSink = compiler->getInfoSink(); in GetObjectBinaryBlob() local
/external/angle/src/tests/test_utils/
DShaderCompileTreeTest.cpp138 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local

12