Home
last modified time | relevance | path

Searched refs:TSymbolTable (Results 151 – 175 of 2594) sorted by relevance

12345678910>>...104

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/glslang/MachineIndependent/
H A DInitialize.h69 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) =…
70 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, c…
90 …, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable);
91 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, c…
95 …dBuiltins(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage, TSymbolTable&);
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DExpandIntegerPowExpressions.cpp25 static void Apply(TIntermNode *root, TSymbolTable *symbolTable);
28 Traverser(TSymbolTable *symbolTable);
36 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply()
50 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
148 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DExpandIntegerPowExpressions.cpp25 static void Apply(TIntermNode *root, TSymbolTable *symbolTable);
28 Traverser(TSymbolTable *symbolTable);
36 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply()
50 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
148 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DExpandIntegerPowExpressions.cpp25 static void Apply(TIntermNode *root, TSymbolTable *symbolTable);
28 Traverser(TSymbolTable *symbolTable);
36 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply()
50 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
148 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/dports/graphics/glslang/glslang-11.7.1/glslang/MachineIndependent/
H A DInitialize.h69 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) =…
70 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, c…
90 …, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable);
91 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, c…
95 …dBuiltins(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage, TSymbolTable&);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DExpandIntegerPowExpressions.cpp26 static void Apply(TIntermNode *root, TSymbolTable *symbolTable);
29 Traverser(TSymbolTable *symbolTable);
37 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply()
51 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
142 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
H A DSymbolTable.cpp27 class TSymbolTable::TSymbolTableLevel
61 class TSymbolTable::TSymbolTableBuiltInLevel
144 TSymbolTable::TSymbolTable() : mUniqueIdCounter(0), mUserDefinedUniqueIdsStart(-1) in TSymbolTable() function in sh::TSymbolTable
148 TSymbolTable::~TSymbolTable() = default;
150 void TSymbolTable::pushBuiltInLevel() in pushBuiltInLevel()
156 void TSymbolTable::push() in push()
162 void TSymbolTable::pop() in pop()
342 bool TSymbolTable::declareStructType(TStructure *str) in declareStructType()
474 void TSymbolTable::insertBuiltIn(ESymbolLevel level, in insertBuiltIn()
784 void TSymbolTable::clearCompilationResults() in clearCompilationResults()
[all …]
H A DIntermNode_util.cpp22 const TSymbolTable &symbolTable, in LookUpBuiltInFunction()
148 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable()
156 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable()
202 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
212 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
237 TIntermSymbol *ReferenceGlobalVariable(const ImmutableString &name, const TSymbolTable &symbolTable) in ReferenceGlobalVariable()
245 const TSymbolTable &symbolTable, in ReferenceBuiltInVariable()
256 const TSymbolTable &symbolTable, in CreateBuiltInFunctionCallNode()
H A DPruneNoOps.cpp43 static void apply(TIntermBlock *root, TSymbolTable *symbolTable);
46 PruneNoOpsTraverser(TSymbolTable *symbolTable);
52 void PruneNoOpsTraverser::apply(TIntermBlock *root, TSymbolTable *symbolTable) in apply()
59 PruneNoOpsTraverser::PruneNoOpsTraverser(TSymbolTable *symbolTable) in PruneNoOpsTraverser()
162 void PruneNoOps(TIntermBlock *root, TSymbolTable *symbolTable) in PruneNoOps()
H A DSymbol.cpp33 TSymbol::TSymbol(TSymbolTable *symbolTable, in TSymbol()
67 TVariable::TVariable(TSymbolTable *symbolTable, in TVariable()
77 TStructure::TStructure(TSymbolTable *symbolTable, in TStructure()
89 TSymbolTable *symbolTable) const in createSamplerSymbols()
113 TInterfaceBlock::TInterfaceBlock(TSymbolTable *symbolTable, in TInterfaceBlock()
127 TFunction::TFunction(TSymbolTable *symbolTable, in TFunction()
148 TFunction::TFunction(TSymbolTable *symbolTable, in TFunction()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/MachineIndependent/
H A DInitialize.h69 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) =…
70 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, c…
90 …, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable);
91 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, c…
95 …dBuiltins(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage, TSymbolTable&);
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DExpandIntegerPowExpressions.cpp25 static void Apply(TIntermNode *root, TSymbolTable *symbolTable);
28 Traverser(TSymbolTable *symbolTable);
36 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply()
50 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
148 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DExpandIntegerPowExpressions.cpp25 static void Apply(TIntermNode *root, TSymbolTable *symbolTable);
28 Traverser(TSymbolTable *symbolTable);
36 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply()
50 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
148 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DExpandIntegerPowExpressions.cpp25 static void Apply(TIntermNode *root, TSymbolTable *symbolTable);
28 Traverser(TSymbolTable *symbolTable);
36 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply()
50 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
148 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DExpandIntegerPowExpressions.cpp25 static void Apply(TIntermNode *root, TSymbolTable *symbolTable);
28 Traverser(TSymbolTable *symbolTable);
36 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply()
50 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
148 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DExpandIntegerPowExpressions.cpp25 static void Apply(TIntermNode *root, TSymbolTable *symbolTable);
28 Traverser(TSymbolTable *symbolTable);
36 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply()
50 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
148 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/MachineIndependent/
H A DInitialize.h69 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) =…
70 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, c…
90 …, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable);
91 …EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, c…
95 …dBuiltins(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage, TSymbolTable&);
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DExpandIntegerPowExpressions.cpp25 static void Apply(TIntermNode *root, TSymbolTable *symbolTable);
28 Traverser(TSymbolTable *symbolTable);
36 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply()
50 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
148 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp22 const TSymbolTable &symbolTable, in LookUpBuiltInFunction()
143 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable()
151 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable()
197 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
207 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
219 TSymbolTable *symbolTable, in DeclareInterfaceBlock()
270 TIntermSymbol *ReferenceGlobalVariable(const ImmutableString &name, const TSymbolTable &symbolTable) in ReferenceGlobalVariable()
278 const TSymbolTable &symbolTable, in ReferenceBuiltInVariable()
289 const TSymbolTable &symbolTable, in CreateBuiltInFunctionCallNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp22 const TSymbolTable &symbolTable, in LookUpBuiltInFunction()
152 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable()
160 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable()
206 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
216 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
228 TSymbolTable *symbolTable, in DeclareInterfaceBlock()
279 TIntermSymbol *ReferenceGlobalVariable(const ImmutableString &name, const TSymbolTable &symbolTable) in ReferenceGlobalVariable()
287 const TSymbolTable &symbolTable, in ReferenceBuiltInVariable()
298 const TSymbolTable &symbolTable, in CreateBuiltInFunctionCallNode()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp22 const TSymbolTable &symbolTable, in LookUpBuiltInFunction()
152 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable()
160 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable()
206 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
216 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
228 TSymbolTable *symbolTable, in DeclareInterfaceBlock()
280 TIntermSymbol *ReferenceGlobalVariable(const ImmutableString &name, const TSymbolTable &symbolTable) in ReferenceGlobalVariable()
288 const TSymbolTable &symbolTable, in ReferenceBuiltInVariable()
299 const TSymbolTable &symbolTable, in CreateBuiltInFunctionCallNode()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp22 const TSymbolTable &symbolTable, in LookUpBuiltInFunction()
152 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable()
160 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable()
206 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
216 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
228 TSymbolTable *symbolTable, in DeclareInterfaceBlock()
279 TIntermSymbol *ReferenceGlobalVariable(const ImmutableString &name, const TSymbolTable &symbolTable) in ReferenceGlobalVariable()
287 const TSymbolTable &symbolTable, in ReferenceBuiltInVariable()
298 const TSymbolTable &symbolTable, in CreateBuiltInFunctionCallNode()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp22 const TSymbolTable &symbolTable, in LookUpBuiltInFunction()
152 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable()
160 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable()
206 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
216 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
228 TSymbolTable *symbolTable, in DeclareInterfaceBlock()
280 TIntermSymbol *ReferenceGlobalVariable(const ImmutableString &name, const TSymbolTable &symbolTable) in ReferenceGlobalVariable()
288 const TSymbolTable &symbolTable, in ReferenceBuiltInVariable()
299 const TSymbolTable &symbolTable, in CreateBuiltInFunctionCallNode()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp22 const TSymbolTable &symbolTable, in LookUpBuiltInFunction()
152 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable()
160 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable()
206 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
216 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
228 TSymbolTable *symbolTable, in DeclareInterfaceBlock()
280 TIntermSymbol *ReferenceGlobalVariable(const ImmutableString &name, const TSymbolTable &symbolTable) in ReferenceGlobalVariable()
288 const TSymbolTable &symbolTable, in ReferenceBuiltInVariable()
299 const TSymbolTable &symbolTable, in CreateBuiltInFunctionCallNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_ops/
H A DPruneNoOps.cpp45 TSymbolTable *symbolTable);
48 PruneNoOpsTraverser(TSymbolTable *symbolTable);
54 bool PruneNoOpsTraverser::apply(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in apply()
61 PruneNoOpsTraverser::PruneNoOpsTraverser(TSymbolTable *symbolTable) in PruneNoOpsTraverser()
163 bool PruneNoOps(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in PruneNoOps()

12345678910>>...104