/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | linkValidate.cpp | 58 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 …]
|
D | SymbolTable.cpp | 205 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()
|
D | intermOut.cpp | 118 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()
|
D | iomapper.cpp | 265 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()
|
D | ShaderLang.cpp | 87 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
|
D | parseVersions.h | 58 const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, in TParseVersions() 223 TInfoSink& infoSink; variable
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 57 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 …]
|
D | SymbolTable.cpp | 204 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()
|
D | intermOut.cpp | 118 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()
|
D | iomapper.cpp | 265 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()
|
D | ShaderLang.cpp | 87 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/ |
D | ShHandle.h | 80 TInfoSink infoSink; variable 101 TInfoSink& infoSink; variable 142 TInfoSink& infoSink; variable
|
/external/deqp-deps/glslang/glslang/Include/ |
D | ShHandle.h | 80 TInfoSink infoSink; variable 101 TInfoSink& infoSink; variable 142 TInfoSink& infoSink; variable
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Diagnostics.h | 29 TInfoSink& infoSink() { return mInfoSink; } in infoSink() function
|
D | Diagnostics.cpp | 21 TDiagnostics::TDiagnostics(TInfoSink& infoSink) : in TDiagnostics()
|
D | Compiler.cpp | 210 bool TCompiler::validateCallDepth(TIntermNode *root, TInfoSink &infoSink) in validateCallDepth()
|
D | Compiler.h | 120 TInfoSink infoSink; // Output sink. variable
|
/external/deqp-deps/glslang/glslang/GenericCodeGen/ |
D | CodeGen.cpp | 46 TInfoSink infoSink; member in TGenericCompiler
|
D | Link.cpp | 50 TInfoSink infoSink; member in TGenericLinker
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/GenericCodeGen/ |
D | CodeGen.cpp | 46 TInfoSink infoSink; member in TGenericCompiler
|
D | Link.cpp | 50 TInfoSink infoSink; member in TGenericLinker
|
/external/angle/src/tests/compiler_tests/ |
D | WorkGroupSize_test.cpp | 40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
|
/external/angle/src/compiler/translator/ |
D | Diagnostics.cpp | 17 TDiagnostics::TDiagnostics(TInfoSinkBase &infoSink) in TDiagnostics()
|
D | ShaderLang.cpp | 430 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/ |
D | ShaderCompileTreeTest.cpp | 138 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
|