Searched refs:memAllocationByteSize (Results 1 – 2 of 2) sorted by relevance
63 const size_t memAllocationByteSize = sizeof(CommandBarrier) * reserveBarrierCountHint; in RenderBarrierList() local64 if (memAllocationByteSize > 0) { in RenderBarrierList()65 …linearAllocator_.allocators.push_back(make_unique<LinearAllocator>(memAllocationByteSize, MEMORY_A… in RenderBarrierList()
316 const size_t memAllocationByteSize = GetAlignedBytesize(fullByteSize, BYTE_SIZE_ALIGNMENT); in BeginFrame() local317 … allocator_.allocators.push_back(make_unique<LinearAllocator>(memAllocationByteSize, alignment)); in BeginFrame()