Home
last modified time | relevance | path

Searched defs:structVar (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dblocklayout.h119 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType()
120 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType()
192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct()
193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct()
195 virtual void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in enterStructAccess()
196 virtual void exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in exitStructAccess()
Dblocklayout.cpp201 size_t BlockLayoutEncoder::getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor) in getShaderVariableSize()
245 void Std140BlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType()
250 void Std140BlockEncoder::exitAggregateType(const ShaderVariable &structVar) in exitAggregateType()
387 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct()
393 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct()
399 void VariableNameVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess()
405 void VariableNameVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
507 void BlockEncoderVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess()
521 void BlockEncoderVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType()
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
DShaderStorageBlockOutputHLSL.cpp217 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgramLinkedResources.cpp514 void enterStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
520 void exitStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in exitStructAccess()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplersOld.cpp25 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType() local
DRewriteStructSamplers.cpp27 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType() local