Home
last modified time | relevance | path

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

12345678910>>...12

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A DSymbolTable.cpp87 case EbtUint: mangledName += "u"; break; in CreateBuiltInParseables()
88 case EbtInt64: mangledName += "i64"; break;
104 if (sampler.isExternal())
238 << getMangledName().c_str() << "n"; in InitializeSymbolTable()
293 tLevel::const_iterator candidate = level.lower_bound(name); in InitializeStageSymbolTable()
316 symbol->setExtensions(num, extensions); in InitializeSymbolTables()
404 // Anonymous members of a given block should be cloned at a higher level, in AddContextSpecificSymbols()
405 // where they can all be assured to still end up pointing to a single in AddContextSpecificSymbols()
433 symTableLevel->insert(*iter->second->clone(), false); in SetupBuiltinSymbolTable()
H A 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()
656 void TIntermediate::sharedBlockCheck(TInfoSink& infoSink) in sharedBlockCheck()
681 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
863 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
945 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
H A DSymbolTable.h204 explicit TVariable(const TVariable&); in buildMangledName()
220 // The function sub-class of symbols and the parser will need to in buildMangledName()
250 mangledName(*name + '('), in buildMangledName()
251 op(tOp), in buildMangledName()
257 virtual TFunction* clone() const override; in buildMangledName()
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/glslang/MachineIndependent/
H A DlinkValidate.cpp56 void TIntermediate::error(TInfoSink& infoSink, const char* message) in error()
65 void TIntermediate::warn(TInfoSink& infoSink, const char* message) in warn()
78 void TIntermediate::merge(TInfoSink& infoSink, TIntermediate& unit) in merge()
207 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
231 void TIntermediate::mergeLinkerObjects(TInfoSink& infoSink, TIntermSequence& linkerObjects, const T… in mergeLinkerObjects()
294 void TIntermediate::mergeErrorCheck(TInfoSink& infoSink, const TIntermSymbol& symbol, const TInterm… in mergeErrorCheck()
392 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
535 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
617 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
694 void TIntermediate::inOutLocationCheck(TInfoSink& infoSink) in inOutLocationCheck()
/dports/devel/love/love-11.3/src/libraries/glslang/glslang/MachineIndependent/
H A DlinkValidate.cpp57 void TIntermediate::error(TInfoSink& infoSink, const char* message) in error()
66 void TIntermediate::warn(TInfoSink& infoSink, const char* message) in warn()
79 void TIntermediate::merge(TInfoSink& infoSink, TIntermediate& unit) in merge()
86 void TIntermediate::mergeCallGraphs(TInfoSink& infoSink, TIntermediate& unit) in mergeCallGraphs()
104 void TIntermediate::mergeModes(TInfoSink& infoSink, TIntermediate& unit) in mergeModes()
279 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
416 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
606 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
796 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
878 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
H A DSymbolTable.cpp192 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump()
208 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump()
238 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump()
245 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/glslang/MachineIndependent/
H A 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()
282 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
432 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
660 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
840 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
922 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
H A DSymbolTable.cpp200 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump()
216 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump()
246 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump()
253 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/glslang/MachineIndependent/
H A 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()
278 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
412 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
604 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
784 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
866 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
H A DSymbolTable.cpp198 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump()
214 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump()
244 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump()
251 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A 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()
276 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
410 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
602 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
782 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
864 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
H A DSymbolTable.cpp196 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump()
212 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump()
242 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump()
249 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A 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()
276 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
410 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
602 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
782 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
864 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
H A DSymbolTable.cpp196 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump()
212 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump()
242 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump()
249 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/glslang/MachineIndependent/
H A 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()
282 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
432 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequenc… in mergeBodies()
660 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
840 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
922 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
H A DSymbolTable.cpp200 void TVariable::dump(TInfoSink& infoSink, bool complete) const in dump()
216 void TFunction::dump(TInfoSink& infoSink, bool complete) const in dump()
246 void TSymbolTableLevel::dump(TInfoSink& infoSink, bool complete) const in dump()
253 void TSymbolTable::dump(TInfoSink& infoSink, bool complete) const in dump()
/dports/graphics/glslang/glslang-11.7.1/glslang/MachineIndependent/
H A 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()
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()
337 void TIntermediate::mergeTrees(TInfoSink& infoSink, TIntermediate& unit) in mergeTrees()
998 void TIntermediate::sharedBlockCheck(TInfoSink& infoSink) in sharedBlockCheck()
1023 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
1205 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A 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()
656 void TIntermediate::sharedBlockCheck(TInfoSink& infoSink) in sharedBlockCheck()
681 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
863 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
945 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
H A 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()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A 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()
656 void TIntermediate::sharedBlockCheck(TInfoSink& infoSink) in sharedBlockCheck()
681 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
863 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
945 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
H A 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()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/glslang/MachineIndependent/
H A 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()
656 void TIntermediate::sharedBlockCheck(TInfoSink& infoSink) in sharedBlockCheck()
681 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
863 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
945 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
H A 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()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/MachineIndependent/
H A 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()
656 void TIntermediate::sharedBlockCheck(TInfoSink& infoSink) in sharedBlockCheck()
681 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
863 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
945 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/MachineIndependent/
H A 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()
656 void TIntermediate::sharedBlockCheck(TInfoSink& infoSink) in sharedBlockCheck()
681 void TIntermediate::finalCheck(TInfoSink& infoSink, bool keepUncalled) in finalCheck()
863 void TIntermediate::checkCallGraphCycles(TInfoSink& infoSink) in checkCallGraphCycles()
945 void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled) in checkCallGraphBodies()
[all …]

12345678910>>...12