Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp233 constexpr size_t BYTE_SIZE_ALIGNMENT { 64 }; variable
256 …llocatorByteSize = Math::max(MIN_ALLOCATION_SIZE, GetAlignedBytesize(byteSz, BYTE_SIZE_ALIGNMENT)); in AllocateRenderData()
312 …onst size_t extraBytes = Math::max(fullByteSize / FRAME_RESERVE_EXTRA_DIVIDE, BYTE_SIZE_ALIGNMENT); in BeginFrame()
316 const size_t memAllocationByteSize = GetAlignedBytesize(fullByteSize, BYTE_SIZE_ALIGNMENT); in BeginFrame()