Searched defs:VmaDefragmentationMove (Results 1 – 2 of 2) sorted by relevance
6867 struct VmaDefragmentationMove struct6869 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 …]
1422 typedef struct VmaDefragmentationMove struct1425 VmaDefragmentationMoveOperation operation; argument1435 } VmaDefragmentationMove; argument