Searched defs:structVar (Results 1 – 7 of 7) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
| D | blocklayout.h | 119 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()
|
| D | blocklayout.cpp | 201 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()
|
| D | blocklayoutHLSL.cpp | 22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() 27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
|
| D | ShaderStorageBlockOutputHLSL.cpp | 217 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | ProgramLinkedResources.cpp | 514 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/ |
| D | RewriteStructSamplersOld.cpp | 25 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType() local
|
| D | RewriteStructSamplers.cpp | 27 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType() local
|