Lines Matching refs:maxCpuAllocationsToMove
2836 uint32_t maxCpuAllocationsToMove; member
5874 VkDeviceSize& maxCpuBytesToMove, uint32_t& maxCpuAllocationsToMove,
6404 VkDeviceSize maxCpuBytesToMove, uint32_t maxCpuAllocationsToMove,
12274 VkDeviceSize& maxCpuBytesToMove, uint32_t& maxCpuAllocationsToMove, in Defragment() argument
12285 const bool canDefragmentOnCpu = maxCpuBytesToMove > 0 && maxCpuAllocationsToMove > 0 && in Defragment()
12319 …int32_t maxAllocationsToMove = defragmentOnGpu ? maxGpuAllocationsToMove : maxCpuAllocationsToMove; in Defragment()
12341 maxCpuAllocationsToMove -= allocationsMoved; in Defragment()
13356 VkDeviceSize maxCpuBytesToMove, uint32_t maxCpuAllocationsToMove, in Defragment() argument
13385 maxCpuBytesToMove, maxCpuAllocationsToMove, in Defragment()
13405 maxCpuBytesToMove, maxCpuAllocationsToMove, in Defragment()
13875 info.maxCpuAllocationsToMove, in RecordDefragmentationBegin()
14860 info.maxCpuBytesToMove, info.maxCpuAllocationsToMove, in DefragmentationBegin()
16412 info2.maxCpuAllocationsToMove = pDefragmentationInfo->maxAllocationsToMove; in vmaDefragment()
16417 info2.maxCpuAllocationsToMove = UINT32_MAX; in vmaDefragment()