Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5261 virtual bool ResizeAllocation(const VmaAllocation alloc, VkDeviceSize newSize) { return false; } in ResizeAllocation() function
5342 virtual bool ResizeAllocation(const VmaAllocation alloc, VkDeviceSize newSize);
6658 VkResult ResizeAllocation(
8171 bool VmaBlockMetadata_Generic::ResizeAllocation(const VmaAllocation alloc, VkDeviceSize newSize) in ResizeAllocation() function
14755 VkResult VmaAllocator_T::ResizeAllocation( in ResizeAllocation() function
14773 if(alloc->GetBlock()->m_pMetadata->ResizeAllocation(alloc, newSize)) in ResizeAllocation()
16216 return allocator->ResizeAllocation(allocation, newSize); in vmaResizeAllocation()