/external/deqp-deps/glslang/glslang/Include/ |
D | ShHandle.h | 79 virtual TInfoSink& getInfoSink() { return infoSink; } in getInfoSink() 80 TInfoSink infoSink; 91 …TCompiler(EShLanguage l, TInfoSink& sink) : infoSink(sink) , language(l), haveValidObjectCode(fals… in TCompiler() 94 virtual TInfoSink& getInfoSink() { return infoSink; } in getInfoSink() 101 TInfoSink& infoSink; 122 TLinker(EShExecutable e, TInfoSink& iSink) : in TLinker() 141 virtual TInfoSink& getInfoSink() { return infoSink; } in getInfoSink() 142 TInfoSink& infoSink;
|
/external/angle/third_party/glslang/src/glslang/Include/ |
D | ShHandle.h | 79 virtual TInfoSink& getInfoSink() { return infoSink; } in getInfoSink() 80 TInfoSink infoSink; 91 …TCompiler(EShLanguage l, TInfoSink& sink) : infoSink(sink) , language(l), haveValidObjectCode(fals… in TCompiler() 94 virtual TInfoSink& getInfoSink() { return infoSink; } in getInfoSink() 101 TInfoSink& infoSink; 122 TLinker(EShExecutable e, TInfoSink& iSink) : in TLinker() 141 virtual TInfoSink& getInfoSink() { return infoSink; } in getInfoSink() 142 TInfoSink& infoSink;
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Diagnostics.h | 20 class TInfoSink; variable 25 TDiagnostics(TInfoSink& infoSink); 29 TInfoSink& infoSink() { return mInfoSink; } in infoSink() 53 TInfoSink& mInfoSink;
|
D | Compiler.h | 89 TInfoSink& getInfoSink() { return infoSink; } in getInfoSink() 98 bool validateCallDepth(TIntermNode *root, TInfoSink &infoSink); 120 TInfoSink infoSink; // Output sink.
|
D | localintermediate.h | 28 class TInfoSink; variable 33 TIntermediate(TInfoSink& i) : infoSink(i) { } in POOL_ALLOCATOR_NEW_DELETE() 58 TInfoSink& infoSink;
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | iomapper.h | 49 class TInfoSink; variable 108 void reserverResourceSlot(TVarEntryInfo& /*ent*/, TInfoSink& /*infoSink*/) override {} in reserverResourceSlot() 109 void reserverStorageSlot(TVarEntryInfo& /*ent*/, TInfoSink& /*infoSink*/) override {} in reserverStorageSlot() 204 void reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) override; 205 void reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) override; 256 bool virtual addStage(EShLanguage, TIntermediate&, TInfoSink&, TIoMapResolver*); 257 bool virtual doMap(TIoMapResolver*, TInfoSink&) { return true; } in doMap() argument 288 bool addStage(EShLanguage, TIntermediate&, TInfoSink&, TIoMapResolver*) override; 289 bool doMap(TIoMapResolver*, TInfoSink&) override;
|
D | SymbolTable.cpp | 187 void TSymbol::dumpExtensions(TInfoSink& infoSink) const in dumpExtensions() 200 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump() 216 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump() 240 void TAnonMember::dump(TInfoSink& TInfoSink, bool) const in dump() argument 242 …TInfoSink.debug << "anonymous member " << getMemberNumber() << " of " << getAnonContainer().getNam… in dump() 246 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump() 253 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
|
D | localintermediate.h | 52 class TInfoSink; variable 501 void output(TInfoSink&, bool tree) { } in output() argument 528 void output(TInfoSink&, bool tree); 799 void addToCallGraph(TInfoSink&, const TString& caller, const TString& callee); 800 void merge(TInfoSink&, TIntermediate&); 801 void finalCheck(TInfoSink&, bool keepUncalled); 869 void error(TInfoSink& infoSink, const char*); 870 void warn(TInfoSink& infoSink, const char*); 871 void mergeCallGraphs(TInfoSink&, TIntermediate&); 872 void mergeModes(TInfoSink&, TIntermediate&); [all …]
|
D | iomapper.cpp | 187 TResolverUniformAdaptor(EShLanguage s, TIoMapResolver& r, TInfoSink& i, bool& e) in TResolverUniformAdaptor() 235 TInfoSink& infoSink; 243 TResolverInOutAdaptor(EShLanguage s, TIoMapResolver& r, TInfoSink& i, bool& e) in TResolverInOutAdaptor() 282 TInfoSink& infoSink; 293 …TSymbolValidater(TIoMapResolver& r, TInfoSink& i, TVarLiveMap* in[EShLangCount], TVarLiveMap* out[… in TSymbolValidater() 383 TInfoSink& infoSink; 391 TSlotCollector(TIoMapResolver& r, TInfoSink& i) : resolver(r), infoSink(i) { } in TSlotCollector() 398 TInfoSink& infoSink; 819 void TDefaultGlslIoResolver::reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverStorageSlot() 882 void TDefaultGlslIoResolver::reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverResourceSlot() [all …]
|
D | SymbolTable.h | 121 virtual void dump(TInfoSink& infoSink, bool complete = false) const = 0; 122 void dumpExtensions(TInfoSink& infoSink) const; 200 virtual void dump(TInfoSink& infoSink, bool complete = false) const; 323 virtual void dump(TInfoSink& infoSink, bool complete = false) const override; 385 virtual void dump(TInfoSink& infoSink, bool complete = false) const override; 555 void dump(TInfoSink& infoSink, bool complete = false) const; 858 void dump(TInfoSink& infoSink, bool complete = false) const;
|
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() 282 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees() 432 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies() 456 void TIntermediate::mergeLinkerObjects(TInfoSink& infoSink, TIntermSequence& linkerObjects, const T… in mergeLinkerObjects() 534 void TIntermediate::mergeErrorCheck(TInfoSink& infoSink, const TIntermSymbol& symbol, const TInterm… in mergeErrorCheck() 660 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck() [all …]
|
D | intermOut.cpp | 100 TOutputTraverser(TInfoSink& i) : infoSink(i), extraOutput(NoExtraOutput) { } in TOutputTraverser() 118 TInfoSink& infoSink; 130 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText() 155 TInfoSink& out = infoSink; in visitBinary() 236 TInfoSink& out = infoSink; in visitUnary() 708 TInfoSink& out = infoSink; in visitAggregate() 1133 TInfoSink& out = infoSink; in visitSelection() 1178 static void OutputDouble(TInfoSink& out, double value, TOutputTraverser::EExtraOutput extra) in OutputDouble() 1228 static void OutputConstantUnion(TInfoSink& out, const TIntermTyped* node, const TConstUnionArray& c… in OutputConstantUnion() 1356 TInfoSink& out = infoSink; in visitLoop() [all …]
|
D | ShaderLang.cpp | 84 TBuiltInParseables* CreateBuiltInParseables(TInfoSink& infoSink, EShSource source) in CreateBuiltInParseables() 101 EShLanguage language, TInfoSink& infoSink, in CreateParseContext() 235 EShSource source, TInfoSink& infoSink, TSymbolTable& symbolTable) in InitializeSymbolTable() 288 … EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, in InitializeStageSymbolTable() 310 bool InitializeSymbolTables(TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbol… in InitializeSymbolTables() 393 bool AddContextSpecificSymbols(const TBuiltInResource* resources, TInfoSink& infoSink, TSymbolTable… in AddContextSpecificSymbols() 422 TInfoSink infoSink; in SetupBuiltinSymbolTable() 488 void DumpBuiltinSymbolTable(TInfoSink& infoSink, const TSymbolTable& symbolTable) in DumpBuiltinSymbolTable() 500 bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int default… in DeduceVersionProfile() 1564 TInfoSink* infoSink; in ShGetInfoLog() [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | iomapper.h | 49 class TInfoSink; variable 108 void reserverResourceSlot(TVarEntryInfo& /*ent*/, TInfoSink& /*infoSink*/) override {} in reserverResourceSlot() 109 void reserverStorageSlot(TVarEntryInfo& /*ent*/, TInfoSink& /*infoSink*/) override {} in reserverStorageSlot() 204 void reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) override; 205 void reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) override; 257 bool virtual addStage(EShLanguage, TIntermediate&, TInfoSink&, TIoMapResolver*); 258 bool virtual doMap(TIoMapResolver*, TInfoSink&) { return true; } in doMap() argument 289 bool addStage(EShLanguage, TIntermediate&, TInfoSink&, TIoMapResolver*) override; 290 bool doMap(TIoMapResolver*, TInfoSink&) override;
|
D | SymbolTable.cpp | 187 void TSymbol::dumpExtensions(TInfoSink& infoSink) const in dumpExtensions() 200 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump() 216 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump() 240 void TAnonMember::dump(TInfoSink& TInfoSink, bool) const in dump() argument 242 …TInfoSink.debug << "anonymous member " << getMemberNumber() << " of " << getAnonContainer().getNam… in dump() 246 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump() 253 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
|
D | localintermediate.h | 52 class TInfoSink; variable 508 void output(TInfoSink&, bool tree) { } in output() argument 535 void output(TInfoSink&, bool tree); 806 void addToCallGraph(TInfoSink&, const TString& caller, const TString& callee); 807 void merge(TInfoSink&, TIntermediate&); 808 void finalCheck(TInfoSink&, bool keepUncalled); 876 void error(TInfoSink& infoSink, const char*); 877 void warn(TInfoSink& infoSink, const char*); 878 void mergeCallGraphs(TInfoSink&, TIntermediate&); 879 void mergeModes(TInfoSink&, TIntermediate&); [all …]
|
D | iomapper.cpp | 187 TResolverUniformAdaptor(EShLanguage s, TIoMapResolver& r, TInfoSink& i, bool& e) in TResolverUniformAdaptor() 235 TInfoSink& infoSink; 243 TResolverInOutAdaptor(EShLanguage s, TIoMapResolver& r, TInfoSink& i, bool& e) in TResolverInOutAdaptor() 282 TInfoSink& infoSink; 293 …TSymbolValidater(TIoMapResolver& r, TInfoSink& i, TVarLiveMap* in[EShLangCount], TVarLiveMap* out[… in TSymbolValidater() 383 TInfoSink& infoSink; 391 TSlotCollector(TIoMapResolver& r, TInfoSink& i) : resolver(r), infoSink(i) { } in TSlotCollector() 398 TInfoSink& infoSink; 819 void TDefaultGlslIoResolver::reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverStorageSlot() 882 void TDefaultGlslIoResolver::reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) { in reserverResourceSlot() [all …]
|
D | SymbolTable.h | 121 virtual void dump(TInfoSink& infoSink, bool complete = false) const = 0; 122 void dumpExtensions(TInfoSink& infoSink) const; 200 virtual void dump(TInfoSink& infoSink, bool complete = false) const; 323 virtual void dump(TInfoSink& infoSink, bool complete = false) const override; 385 virtual void dump(TInfoSink& infoSink, bool complete = false) const override; 555 void dump(TInfoSink& infoSink, bool complete = false) const; 858 void dump(TInfoSink& infoSink, bool complete = false) const;
|
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() 282 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees() 432 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies() 456 void TIntermediate::mergeLinkerObjects(TInfoSink& infoSink, TIntermSequence& linkerObjects, const T… in mergeLinkerObjects() 534 void TIntermediate::mergeErrorCheck(TInfoSink& infoSink, const TIntermSymbol& symbol, const TInterm… in mergeErrorCheck() 660 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck() [all …]
|
D | ShaderLang.cpp | 84 TBuiltInParseables* CreateBuiltInParseables(TInfoSink& infoSink, EShSource source) in CreateBuiltInParseables() 101 EShLanguage language, TInfoSink& infoSink, in CreateParseContext() 235 EShSource source, TInfoSink& infoSink, TSymbolTable& symbolTable) in InitializeSymbolTable() 288 … EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, in InitializeStageSymbolTable() 310 bool InitializeSymbolTables(TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbol… in InitializeSymbolTables() 393 bool AddContextSpecificSymbols(const TBuiltInResource* resources, TInfoSink& infoSink, TSymbolTable… in AddContextSpecificSymbols() 422 TInfoSink infoSink; in SetupBuiltinSymbolTable() 488 void DumpBuiltinSymbolTable(TInfoSink& infoSink, const TSymbolTable& symbolTable) in DumpBuiltinSymbolTable() 500 bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int default… in DeduceVersionProfile() 1564 TInfoSink* infoSink; in ShGetInfoLog() [all …]
|
D | intermOut.cpp | 100 TOutputTraverser(TInfoSink& i) : infoSink(i), extraOutput(NoExtraOutput) { } in TOutputTraverser() 118 TInfoSink& infoSink; 130 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText() 155 TInfoSink& out = infoSink; in visitBinary() 236 TInfoSink& out = infoSink; in visitUnary() 708 TInfoSink& out = infoSink; in visitAggregate() 1133 TInfoSink& out = infoSink; in visitSelection() 1178 static void OutputDouble(TInfoSink& out, double value, TOutputTraverser::EExtraOutput extra) in OutputDouble() 1228 static void OutputConstantUnion(TInfoSink& out, const TIntermTyped* node, const TConstUnionArray& c… in OutputConstantUnion() 1356 TInfoSink& out = infoSink; in visitLoop() [all …]
|
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 386 class TInfoSink; variable 646 TInfoSink* infoSink; 783 virtual void reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) = 0; 785 virtual void reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) = 0; 914 TInfoSink* infoSink;
|
/external/angle/third_party/glslang/src/glslang/Public/ |
D | ShaderLang.h | 386 class TInfoSink; variable 646 TInfoSink* infoSink; 783 virtual void reserverStorageSlot(TVarEntryInfo& ent, TInfoSink& infoSink) = 0; 785 virtual void reserverResourceSlot(TVarEntryInfo& ent, TInfoSink& infoSink) = 0; 914 TInfoSink* infoSink;
|
/external/angle/third_party/glslang/src/glslang/GenericCodeGen/ |
D | CodeGen.cpp | 46 TInfoSink infoSink;
|
/external/deqp-deps/glslang/glslang/GenericCodeGen/ |
D | CodeGen.cpp | 46 TInfoSink infoSink;
|