Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.cpp63 const size_t memAllocationByteSize = sizeof(CommandBarrier) * reserveBarrierCountHint; in RenderBarrierList() local
64 if (memAllocationByteSize > 0) { in RenderBarrierList()
65 …linearAllocator_.allocators.push_back(make_unique<LinearAllocator>(memAllocationByteSize, MEMORY_A… in RenderBarrierList()
H A Drender_command_list.cpp316 const size_t memAllocationByteSize = GetAlignedBytesize(fullByteSize, BYTE_SIZE_ALIGNMENT); in BeginFrame() local
317 … allocator_.allocators.push_back(make_unique<LinearAllocator>(memAllocationByteSize, alignment)); in BeginFrame()