Searched refs:MEMORY_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
32 constexpr size_t MEMORY_ALIGNMENT { 16 }; variable65 …cator_.allocators.push_back(make_unique<LinearAllocator>(memAllocationByteSize, MEMORY_ALIGNMENT)); in RenderBarrierList()
44 constexpr size_t MEMORY_ALIGNMENT { 64 }; variable136 allocator.allocators.push_back(make_unique<LinearAllocator>(byteSize, MEMORY_ALIGNMENT)); in AllocateMatrixMemory()259 make_unique<LinearAllocator>(fullByteSize, MEMORY_ALIGNMENT)); in Clear()