/third_party/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 58 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 …]
|
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 | 87 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()
|
D | iomapper.cpp | 261 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()
|
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() 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
|
D | parseVersions.h | 58 const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, in TParseVersions() 218 TInfoSink& infoSink; variable
|
/third_party/glslang/glslang/Include/ |
D | ShHandle.h | 80 TInfoSink infoSink; variable 101 TInfoSink& infoSink; variable 142 TInfoSink& infoSink; variable
|
/third_party/skia/third_party/externals/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
|
D | parseConst.cpp | 53 TInfoSink& infoSink; member in TConstTraverser
|
D | ParseHelper.h | 78 TInfoSink &infoSink() { return mDiagnostics.infoSink(); } in infoSink() function
|
/third_party/glslang/glslang/GenericCodeGen/ |
D | CodeGen.cpp | 46 TInfoSink infoSink; member in TGenericCompiler
|
D | Link.cpp | 50 TInfoSink infoSink; member in TGenericLinker
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | WorkGroupSize_test.cpp | 40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | WorkGroupSize_test.cpp | 40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
|
D | RemovePow_test.cpp | 49 TInfoSink &infoSink = mTranslatorGLSL->getInfoSink(); in compile() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Diagnostics.cpp | 17 TDiagnostics::TDiagnostics(TInfoSinkBase &infoSink) in TDiagnostics()
|
D | ShaderLang.cpp | 390 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/ |
D | Diagnostics.cpp | 17 TDiagnostics::TDiagnostics(TInfoSinkBase &infoSink) in TDiagnostics()
|
D | ShaderLang.cpp | 440 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/ |
D | ShaderCompileTreeTest.cpp | 138 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
|
D | compiler_test.cpp | 87 TInfoSink &infoSink = translator->getInfoSink(); in compileTestShader() local
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ShaderCompileTreeTest.cpp | 138 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
|