Searched refs:enterStructAccess (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | blocklayout.h | 200 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;
|
| D | blocklayout.cpp | 71 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()
|
| D | ShaderStorageBlockOutputHLSL.cpp | 218 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/ |
| D | ProgramLinkedResources.cpp | 531 void enterStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess() function in gl::__anon76e3117f0111::FlattenUniformVisitor 534 sh::VariableNameVisitor::enterStructAccess(structVar, isRowMajor); in enterStructAccess()
|