Home
last modified time | relevance | path

Searched defs:VmaDefragmentationMove (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6863 struct VmaDefragmentationMove struct
6865 size_t srcBlockIndex;
6866 size_t dstBlockIndex;
6867 VkDeviceSize srcOffset;
6868 VkDeviceSize dstOffset;
6869 VkDeviceSize size;
6870 VmaAllocation hAllocation;
6871 VmaDeviceMemoryBlock* pSrcBlock;
6872 VmaDeviceMemoryBlock* pDstBlock;
13354 void VmaBlockVector::ApplyDefragmentationMovesCpu( in ApplyDefragmentationMovesCpu()
[all …]