Searched refs:ResizeAllocation (Results 1 – 1 of 1) sorted by relevance
5261 virtual bool ResizeAllocation(const VmaAllocation alloc, VkDeviceSize newSize) { return false; } in ResizeAllocation() function5342 virtual bool ResizeAllocation(const VmaAllocation alloc, VkDeviceSize newSize);6658 VkResult ResizeAllocation(8171 bool VmaBlockMetadata_Generic::ResizeAllocation(const VmaAllocation alloc, VkDeviceSize newSize) in ResizeAllocation() function14755 VkResult VmaAllocator_T::ResizeAllocation( in ResizeAllocation() function14773 if(alloc->GetBlock()->m_pMetadata->ResizeAllocation(alloc, newSize)) in ResizeAllocation()16216 return allocator->ResizeAllocation(allocation, newSize); in vmaResizeAllocation()