Lines Matching defs:VmaDefragmentationMove
5798 struct VmaDefragmentationMove struct
5800 size_t srcBlockIndex;
5801 size_t dstBlockIndex;
5802 VkDeviceSize srcOffset;
5803 VkDeviceSize dstOffset;
5804 VkDeviceSize size;
11981 void VmaBlockVector::ApplyDefragmentationMovesCpu( in ApplyDefragmentationMovesCpu()
12100 void VmaBlockVector::ApplyDefragmentationMovesGpu( in ApplyDefragmentationMovesGpu()
12533 VkResult VmaDefragmentationAlgorithm_Generic::DefragmentRound( in DefragmentRound()
12694 VkResult VmaDefragmentationAlgorithm_Generic::Defragment( in Defragment()
12792 VkResult VmaDefragmentationAlgorithm_Fast::Defragment( in Defragment()