Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DConstants.h88 ResizeAllocation, enumerator
DVmaReplay.cpp1845 … else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::ResizeAllocation])) in ExecuteLine()
3692 m_Stats.RegisterFunctionCall(VMA_FUNCTION::ResizeAllocation); in ExecuteResizeAllocation()
/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()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h7798 VkResult ResizeAllocation(
16499 VkResult VmaAllocator_T::ResizeAllocation( in ResizeAllocation() function
18338 return allocator->ResizeAllocation(allocation, newSize); in vmaResizeAllocation()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7779 VkResult ResizeAllocation(
16470 VkResult VmaAllocator_T::ResizeAllocation( in ResizeAllocation() function
18309 return allocator->ResizeAllocation(allocation, newSize); in vmaResizeAllocation()