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.h6812 struct VmaDefragmentationMove struct
6814 size_t srcBlockIndex;
6815 size_t dstBlockIndex;
6816 VkDeviceSize srcOffset;
6817 VkDeviceSize dstOffset;
6818 VkDeviceSize size;
6819 VmaAllocation hAllocation;
6820 VmaDeviceMemoryBlock* pSrcBlock;
6821 VmaDeviceMemoryBlock* pDstBlock;
13154 void VmaBlockVector::ApplyDefragmentationMovesCpu( in ApplyDefragmentationMovesCpu()
[all …]