Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6867 struct VmaDefragmentationMove struct
6869 size_t srcBlockIndex;
6870 size_t dstBlockIndex;
6871 VkDeviceSize srcOffset;
6872 VkDeviceSize dstOffset;
6873 VkDeviceSize size;
6874 VmaAllocation hAllocation;
6875 VmaDeviceMemoryBlock* pSrcBlock;
6876 VmaDeviceMemoryBlock* pDstBlock;
13379 void VmaBlockVector::ApplyDefragmentationMovesCpu( in ApplyDefragmentationMovesCpu()
[all …]
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1422 typedef struct VmaDefragmentationMove struct
1425 VmaDefragmentationMoveOperation operation; argument
1435 } VmaDefragmentationMove; argument