Home
last modified time | relevance | path

Searched refs:GetMetalAlignmentForGLType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DblocklayoutMetal.cpp130 size_t GetMetalAlignmentForGLType(GLenum type) in GetMetalAlignmentForGLType() function
242 return mtl::GetMetalAlignmentForGLType(variableType); in GetMTLBaseAlignment()
265 baseAlignment = static_cast<int>(mtl::GetMetalAlignmentForGLType(type)); in getBlockLayoutInfo()
266 matrixStride = static_cast<int>(mtl::GetMetalAlignmentForGLType(type)); in getBlockLayoutInfo()
274 baseAlignment = static_cast<int>(mtl::GetMetalAlignmentForGLType(type)); in getBlockLayoutInfo()
279 baseAlignment = mtl::GetMetalAlignmentForGLType(type); in getBlockLayoutInfo()
H A DblocklayoutMetal.h28 size_t GetMetalAlignmentForGLType(GLenum type);
H A DProgramExecutableMtl.mm33 align = std::max(mtl::GetMetalAlignmentForGLType(layoutIter->second.type), align);