Home
last modified time | relevance | path

Searched refs:structVar (Results 1 – 25 of 91) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A Dblocklayout.h84 size_t getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor);
87 virtual void enterAggregateType(const ShaderVariable &structVar) = 0;
88 virtual void exitAggregateType(const ShaderVariable &structVar) = 0;
119 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType() argument
120 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType() argument
145 void enterAggregateType(const ShaderVariable &structVar) override;
146 void exitAggregateType(const ShaderVariable &structVar) override;
192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() argument
193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() argument
218 void enterStruct(const ShaderVariable &structVar) override;
[all …]
H A Dblocklayout.cpp207 enterAggregateType(structVar); in getShaderVariableSize()
208 TraverseShaderVariables(structVar.fields, isRowMajor, &visitor); in getShaderVariableSize()
209 exitAggregateType(structVar); in getShaderVariableSize()
248 align(getBaseAlignment(structVar)); in enterAggregateType()
253 align(getBaseAlignment(structVar)); in exitAggregateType()
390 mNameStack.push_back(structVar.name); in enterStruct()
391 mMappedNameStack.push_back(structVar.mappedName); in enterStruct()
518 VariableNameVisitor::enterStructAccess(structVar, isRowMajor); in enterStructAccess()
519 mEncoder->enterAggregateType(structVar); in enterStructAccess()
525 mEncoder->exitAggregateType(structVar); in exitStructAccess()
[all …]
H A DblocklayoutHLSL.h38 void enterAggregateType(const ShaderVariable &structVar) override;
39 void exitAggregateType(const ShaderVariable &structVar) override;
H A DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() argument
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A Dblocklayout.h84 size_t getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor);
87 virtual void enterAggregateType(const ShaderVariable &structVar) = 0;
88 virtual void exitAggregateType(const ShaderVariable &structVar) = 0;
119 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType() argument
120 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType() argument
145 void enterAggregateType(const ShaderVariable &structVar) override;
146 void exitAggregateType(const ShaderVariable &structVar) override;
192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() argument
193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() argument
218 void enterStruct(const ShaderVariable &structVar) override;
[all …]
H A Dblocklayout.cpp206 enterAggregateType(structVar); in getShaderVariableSize()
207 TraverseShaderVariables(structVar.fields, isRowMajor, &visitor); in getShaderVariableSize()
208 exitAggregateType(structVar); in getShaderVariableSize()
247 align(getBaseAlignment(structVar)); in enterAggregateType()
252 align(getBaseAlignment(structVar)); in exitAggregateType()
389 mNameStack.push_back(structVar.name); in enterStruct()
390 mMappedNameStack.push_back(structVar.mappedName); in enterStruct()
517 VariableNameVisitor::enterStructAccess(structVar, isRowMajor); in enterStructAccess()
518 mEncoder->enterAggregateType(structVar); in enterStructAccess()
524 mEncoder->exitAggregateType(structVar); in exitStructAccess()
[all …]
H A DblocklayoutHLSL.h38 void enterAggregateType(const ShaderVariable &structVar) override;
39 void exitAggregateType(const ShaderVariable &structVar) override;
H A DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() argument
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType() argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h84 size_t getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor);
87 virtual void enterAggregateType(const ShaderVariable &structVar) = 0;
88 virtual void exitAggregateType(const ShaderVariable &structVar) = 0;
119 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType() argument
120 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType() argument
145 void enterAggregateType(const ShaderVariable &structVar) override;
146 void exitAggregateType(const ShaderVariable &structVar) override;
192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() argument
193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() argument
218 void enterStruct(const ShaderVariable &structVar) override;
[all …]
H A Dblocklayout.cpp207 enterAggregateType(structVar); in getShaderVariableSize()
208 TraverseShaderVariables(structVar.fields, isRowMajor, &visitor); in getShaderVariableSize()
209 exitAggregateType(structVar); in getShaderVariableSize()
248 align(getBaseAlignment(structVar)); in enterAggregateType()
253 align(getBaseAlignment(structVar)); in exitAggregateType()
390 mNameStack.push_back(structVar.name); in enterStruct()
391 mMappedNameStack.push_back(structVar.mappedName); in enterStruct()
518 VariableNameVisitor::enterStructAccess(structVar, isRowMajor); in enterStructAccess()
519 mEncoder->enterAggregateType(structVar); in enterStructAccess()
525 mEncoder->exitAggregateType(structVar); in exitStructAccess()
[all …]
H A DblocklayoutHLSL.h38 void enterAggregateType(const ShaderVariable &structVar) override;
39 void exitAggregateType(const ShaderVariable &structVar) override;
H A DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() argument
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType() argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h84 size_t getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor);
87 virtual void enterAggregateType(const ShaderVariable &structVar) = 0;
88 virtual void exitAggregateType(const ShaderVariable &structVar) = 0;
119 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType() argument
120 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType() argument
145 void enterAggregateType(const ShaderVariable &structVar) override;
146 void exitAggregateType(const ShaderVariable &structVar) override;
192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() argument
193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() argument
218 void enterStruct(const ShaderVariable &structVar) override;
[all …]
H A Dblocklayout.cpp206 enterAggregateType(structVar); in getShaderVariableSize()
207 TraverseShaderVariables(structVar.fields, isRowMajor, &visitor); in getShaderVariableSize()
208 exitAggregateType(structVar); in getShaderVariableSize()
247 align(getBaseAlignment(structVar)); in enterAggregateType()
252 align(getBaseAlignment(structVar)); in exitAggregateType()
389 mNameStack.push_back(structVar.name); in enterStruct()
390 mMappedNameStack.push_back(structVar.mappedName); in enterStruct()
517 VariableNameVisitor::enterStructAccess(structVar, isRowMajor); in enterStructAccess()
518 mEncoder->enterAggregateType(structVar); in enterStructAccess()
524 mEncoder->exitAggregateType(structVar); in exitStructAccess()
[all …]
H A DblocklayoutHLSL.h38 void enterAggregateType(const ShaderVariable &structVar) override;
39 void exitAggregateType(const ShaderVariable &structVar) override;
H A DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() argument
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType() argument
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h84 size_t getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor);
87 virtual void enterAggregateType(const ShaderVariable &structVar) = 0;
88 virtual void exitAggregateType(const ShaderVariable &structVar) = 0;
119 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType() argument
120 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType() argument
145 void enterAggregateType(const ShaderVariable &structVar) override;
146 void exitAggregateType(const ShaderVariable &structVar) override;
192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() argument
193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() argument
218 void enterStruct(const ShaderVariable &structVar) override;
[all …]
H A Dblocklayout.cpp207 enterAggregateType(structVar); in getShaderVariableSize()
208 TraverseShaderVariables(structVar.fields, isRowMajor, &visitor); in getShaderVariableSize()
209 exitAggregateType(structVar); in getShaderVariableSize()
248 align(getBaseAlignment(structVar)); in enterAggregateType()
253 align(getBaseAlignment(structVar)); in exitAggregateType()
390 mNameStack.push_back(structVar.name); in enterStruct()
391 mMappedNameStack.push_back(structVar.mappedName); in enterStruct()
518 VariableNameVisitor::enterStructAccess(structVar, isRowMajor); in enterStructAccess()
519 mEncoder->enterAggregateType(structVar); in enterStructAccess()
525 mEncoder->exitAggregateType(structVar); in exitStructAccess()
[all …]
H A DblocklayoutHLSL.h38 void enterAggregateType(const ShaderVariable &structVar) override;
39 void exitAggregateType(const ShaderVariable &structVar) override;
H A DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() argument
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h84 size_t getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor);
87 virtual void enterAggregateType(const ShaderVariable &structVar) = 0;
88 virtual void exitAggregateType(const ShaderVariable &structVar) = 0;
119 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType() argument
120 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType() argument
145 void enterAggregateType(const ShaderVariable &structVar) override;
146 void exitAggregateType(const ShaderVariable &structVar) override;
192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() argument
193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() argument
218 void enterStruct(const ShaderVariable &structVar) override;
[all …]
H A Dblocklayout.cpp207 enterAggregateType(structVar); in getShaderVariableSize()
208 TraverseShaderVariables(structVar.fields, isRowMajor, &visitor); in getShaderVariableSize()
209 exitAggregateType(structVar); in getShaderVariableSize()
248 align(getBaseAlignment(structVar)); in enterAggregateType()
253 align(getBaseAlignment(structVar)); in exitAggregateType()
390 mNameStack.push_back(structVar.name); in enterStruct()
391 mMappedNameStack.push_back(structVar.mappedName); in enterStruct()
518 VariableNameVisitor::enterStructAccess(structVar, isRowMajor); in enterStructAccess()
519 mEncoder->enterAggregateType(structVar); in enterStructAccess()
525 mEncoder->exitAggregateType(structVar); in exitStructAccess()
[all …]
H A DblocklayoutHLSL.h38 void enterAggregateType(const ShaderVariable &structVar) override;
39 void exitAggregateType(const ShaderVariable &structVar) override;
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/
H A DMAKE_.ML126 lookupStruct = dbEnvLookup gEnv STRUCTVALS.structVar,
133 enterStruct = dbEnvEnter gEnv STRUCTVALS.structVar,
146 lookupStruct = dbEnvLookup gEnv STRUCTVALS.structVar,
153 enterStruct = dbEnvEnter gEnv STRUCTVALS.structVar,
160 allStruct = dbEnvAll gEnv STRUCTVALS.structVar,
177 lookupStruct = dbEnvLookup globalEnv STRUCTVALS.structVar,
182 enterStruct = dbEnvEnter globalEnv STRUCTVALS.structVar,
189 allStruct = dbEnvAll globalEnv STRUCTVALS.structVar,
H A DCOPIER.sml82 if tagIs structVar dVal
85 … val Struct { signat = Signatures { tab, typeIdMap, ...}, ...} = tagProject structVar dVal
162 if tagIs structVar dVal
165 …al Struct { signat, name=structName, access, locations=structLocs, ...} = tagProject structVar dVal
182 … enterStruct = fn (s,v) => univEnter (newTab, structVar, s, v),
275 enterStruct = fn (s,v) => univEnter (tab, structVar, s, v),
293 else if tagIs structVar dVal
294 then case tagProject structVar dVal of

1234