Home
last modified time | relevance | path

Searched refs:enterStructAccess (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.h200 virtual void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in enterStructAccess() function
225 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override;
264 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override;
Dblocklayout.cpp71 visitor->enterStructAccess(variable, isRowMajorLayout); in TraverseStructVariable()
442 void VariableNameVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess() function in sh::VariableNameVisitor
550 void BlockEncoderVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess() function in sh::BlockEncoderVisitor
560 VariableNameVisitor::enterStructAccess(structVar, isRowMajor); in enterStructAccess()
DShaderStorageBlockOutputHLSL.cpp218 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess() function in sh::__anon54a4bfa60111::BlockInfoVisitor
220 BlockEncoderVisitor::enterStructAccess(structVar, isRowMajor); in enterStructAccess()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp531 void enterStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess() function in gl::__anon76e3117f0111::FlattenUniformVisitor
534 sh::VariableNameVisitor::enterStructAccess(structVar, isRowMajor); in enterStructAccess()