Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_buffer_vk.cpp44 constexpr uint32_t GetAlignedByteSize(const uint32_t byteSize, const uint32_t alignment) in GetAlignedByteSize() function
201 …plat_.bindMemoryByteSize = GetAlignedByteSize(desc_.byteSize, Math::max(minBufferAlignment, minMap… in CreateBufferImpl()