Home
last modified time | relevance | path

Searched defs:infoSink (Results 1 - 25 of 27) sorted by relevance

12

/third_party/glslang/glslang/GenericCodeGen/
H A DCodeGen.cpp46 TInfoSink infoSink; member in TGenericCompiler
H A DLink.cpp50 TInfoSink infoSink; member in TGenericLinker
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dlocalintermediate.h58 TInfoSink& infoSink; member in TIntermediate
H A DDiagnostics.h29 TInfoSink& infoSink() { return mInfoSink; } in infoSink() function in TDiagnostics
H A DDiagnostics.cpp21 TDiagnostics::TDiagnostics(TInfoSink& infoSink) : in TDiagnostics() argument
H A DCompiler.cpp210 bool TCompiler::validateCallDepth(TIntermNode *root, TInfoSink &infoSink) in validateCallDepth() argument
[all...]
H A DparseConst.cpp53 TInfoSink& infoSink; member in TConstTraverser
[all...]
H A DCompiler.h120 TInfoSink infoSink; // Output sink. member in TCompiler
H A DParseHelper.h78 TInfoSink &infoSink() { return mDiagnostics.infoSink(); } in infoSink() function in TParseContext
H A DIntermediate.cpp939 bool TIntermBinary::promote(TInfoSink& infoSink) in promote() argument
1402 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink) in fold() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DWorkGroupSize_test.cpp40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
H A DTypeTracking_test.cpp40 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDiagnostics.cpp17 TDiagnostics::TDiagnostics(TInfoSinkBase &infoSink) in TDiagnostics() argument
H A 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/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderCompileTreeTest.cpp138 TInfoSink &infoSink = mTranslator->getInfoSink(); in compile() local
H A Dcompiler_test.cpp83 TInfoSink &infoSink = translator->getInfoSink(); in compileTestShader() local
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp85 TInfoSink& infoSink; member in glslang::TOutputTraverser
97 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText() argument
1501 output(TInfoSink& infoSink, bool tree) output() argument
[all...]
H A DparseVersions.h158 TInfoSink& infoSink; member in glslang::TParseVersions
57 TParseVersions(TIntermediate& interm, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, bool forwardCompatible, EShMessages messages) TParseVersions() argument
H A DSymbolTable.cpp198 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump() argument
214 dump(TInfoSink& infoSink, bool complete) const dump() argument
244 dump(TInfoSink& infoSink, bool complete) const dump() argument
251 dump(TInfoSink& infoSink, bool complete) const dump() argument
[all...]
H A Diomapper.cpp261 TInfoSink& infoSink; member
304 TInfoSink& infoSink; member
630 TInfoSink& infoSink; global() member
754 TInfoSink& infoSink; global() member
1173 reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) reserverStorageSlot() argument
1233 reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) reserverResourceSlot() argument
1405 addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, TIoMapResolver* resolver) addStage() argument
1504 addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, TIoMapResolver* resolver) addStage() argument
1579 doMap(TIoMapResolver* resolver, TInfoSink& infoSink) doMap() argument
[all...]
H A DParseHelper.h79 TParseContextBase(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBuiltins, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, bool forwardCompatible, EShMessages messages, const TString* entryPoint = nullptr) TParseContextBase() argument
H A DShaderLang.cpp90 TBuiltInParseables* CreateBuiltInParseables(TInfoSink& infoSink, EShSource source) in CreateBuiltInParseables() argument
105 CreateParseContext(TSymbolTable& symbolTable, TIntermediate& intermediate, int version, EProfile profile, EShSource source, EShLanguage language, TInfoSink& infoSink, SpvVersion spvVersion, bool forwardCompatible, EShMessages messages, bool parsingBuiltIns, std::string sourceEntryPointName = �) CreateParseContext() argument
297 InitializeStageSymbolTable(TBuiltInParseables& builtInParseables, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbolTables) InitializeStageSymbolTable() argument
315 InitializeSymbolTables(TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbolTables, int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) InitializeSymbolTables() argument
391 AddContextSpecificSymbols(const TBuiltInResource* resources, TInfoSink& infoSink, TSymbolTable& symbolTable, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source) AddContextSpecificSymbols() argument
420 TInfoSink infoSink; SetupBuiltinSymbolTable() local
481 DumpBuiltinSymbolTable(TInfoSink& infoSink, const TSymbolTable& symbolTable) DumpBuiltinSymbolTable() argument
491 DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion, EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) DeduceVersionProfile() argument
1546 TInfoSink* infoSink; ShGetInfoLog() local
[all...]
H A DlinkValidate.cpp58 void TIntermediate::error(TInfoSink& infoSink, const char* message, EShLanguage unitStage) in error() argument
70 void TIntermediate::warn(TInfoSink& infoSink, const char* message, EShLanguage unitStage) in warn() argument
86 void TIntermediate::merge(TInfoSink& infoSink, TIntermediate& unit) in merge() argument
96 mergeUniformObjects(TInfoSink& infoSink, TIntermediate& unit) mergeUniformObjects() argument
119 checkStageIO(TInfoSink& infoSink, TIntermediate& unit) checkStageIO() argument
143 mergeCallGraphs(TInfoSink& infoSink, TIntermediate& unit) mergeCallGraphs() argument
161 mergeModes(TInfoSink& infoSink, TIntermediate& unit) mergeModes() argument
340 mergeTrees(TInfoSink& infoSink, TIntermediate& unit) mergeTrees() argument
494 mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequence& unitGlobals) mergeBodies() argument
532 mergeGlobalUniformBlocks(TInfoSink& infoSink, TIntermediate& unit, bool mergeExistingOnly) mergeGlobalUniformBlocks() argument
582 mergeBlockDefinitions(TInfoSink& infoSink, TIntermSymbol* block, TIntermSymbol* unitBlock, TIntermediate* unit) mergeBlockDefinitions() argument
705 mergeLinkerObjects(TInfoSink& infoSink, TIntermSequence& linkerObjects, const TIntermSequence& unitLinkerObjects, EShLanguage unitStage) mergeLinkerObjects() argument
850 mergeErrorCheck(TInfoSink& infoSink, const TIntermSymbol& symbol, const TIntermSymbol& unitSymbol, EShLanguage unitStage) mergeErrorCheck() argument
1181 sharedBlockCheck(TInfoSink& infoSink) sharedBlockCheck() argument
1206 finalCheck(TInfoSink& infoSink, bool keepUncalled) finalCheck() argument
1388 checkCallGraphCycles(TInfoSink& infoSink) checkCallGraphCycles() argument
1470 checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) checkCallGraphBodies() argument
1550 inOutLocationCheck(TInfoSink& infoSink) inOutLocationCheck() argument
[all...]
/third_party/glslang/glslang/Include/
H A DShHandle.h80 TInfoSink infoSink; member in TUniformMap
101 TInfoSink& infoSink; member in TCompiler
142 TInfoSink& infoSink; member in TLinker
/third_party/glslang/glslang/Public/
H A DShaderLang.h699 TInfoSink* infoSink; member in glslang::TShader
968 TInfoSink* infoSink; member in glslang::TProgram

Completed in 20 milliseconds

12