Home
last modified time | relevance | path

Searched defs:enterAggregateType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() function in sh::HLSLBlockEncoder
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DblocklayoutMetal.cpp331 void BlockLayoutEncoderMTL::enterAggregateType(const sh::ShaderVariable &structVar) in enterAggregateType() function in rx::mtl::BlockLayoutEncoderMTL
/aosp_15_r20/external/angle/src/compiler/translator/
H A Dblocklayout.h167 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType() function
H A Dblocklayout.cpp296 void Std140BlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() function in sh::Std140BlockEncoder