Searched refs:GetAlignedBytesize (Results 1 – 1 of 1) sorted by relevance
240 size_t GetAlignedBytesize(const size_t byteSize, const size_t alignment) in GetAlignedBytesize() function256 …size_t allocatorByteSize = Math::max(MIN_ALLOCATION_SIZE, GetAlignedBytesize(byteSz, BYTE_SIZE_ALI… in AllocateRenderData()316 const size_t memAllocationByteSize = GetAlignedBytesize(fullByteSize, BYTE_SIZE_ALIGNMENT); in BeginFrame()