Searched refs:maxGpuAllocationsToMove (Results 1 – 6 of 6) sorted by relevance
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 608 BitMask<uint32_t> maxGpuAllocationsToMove; member 622 maxGpuAllocationsToMove.PostValue(info.maxGpuAllocationsToMove); in PostValue() 642 PRINT_FIELD(maxGpuAllocationsToMove); in Print() 2476 defragInfo.maxGpuAllocationsToMove = UINT32_MAX; in Defragment() 3747 … StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 6), defragInfo.maxGpuAllocationsToMove) && in ExecuteDefragmentationBegin()
|
/external/angle/third_party/vulkan_memory_allocator/docs/ |
D | Recording file format.md | 243 - defragmentationInfo2.maxGpuAllocationsToMove : uint32
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 2846 uint32_t maxGpuAllocationsToMove; member 5875 VkDeviceSize& maxGpuBytesToMove, uint32_t& maxGpuAllocationsToMove, 6405 VkDeviceSize maxGpuBytesToMove, uint32_t maxGpuAllocationsToMove, 12275 VkDeviceSize& maxGpuBytesToMove, uint32_t& maxGpuAllocationsToMove, in Defragment() argument 12287 const bool canDefragmentOnGpu = maxGpuBytesToMove > 0 && maxGpuAllocationsToMove > 0 && in Defragment() 12319 …const uint32_t maxAllocationsToMove = defragmentOnGpu ? maxGpuAllocationsToMove : maxCpuAllocation… in Defragment() 12336 maxGpuAllocationsToMove -= allocationsMoved; in Defragment() 13357 VkDeviceSize maxGpuBytesToMove, uint32_t maxGpuAllocationsToMove, in Defragment() argument 13368 maxGpuAllocationsToMove = 0; in Defragment() 13386 maxGpuBytesToMove, maxGpuAllocationsToMove, in Defragment() [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 3532 uint32_t maxGpuAllocationsToMove; member 6912 VkDeviceSize& maxGpuBytesToMove, uint32_t& maxGpuAllocationsToMove, 7455 VkDeviceSize maxGpuBytesToMove, uint32_t maxGpuAllocationsToMove, 13488 VkDeviceSize& maxGpuBytesToMove, uint32_t& maxGpuAllocationsToMove, in Defragment() argument 13499 const bool canDefragmentOnGpu = maxGpuBytesToMove > 0 && maxGpuAllocationsToMove > 0 && in Defragment() 13543 …const uint32_t maxAllocationsToMove = defragmentOnGpu ? maxGpuAllocationsToMove : maxCpuAllocation… in Defragment() 13558 maxGpuAllocationsToMove -= allocationsMoved; in Defragment() 14665 VkDeviceSize maxGpuBytesToMove, uint32_t maxGpuAllocationsToMove, in Defragment() argument 14681 m_MaxGpuAllocationsToMove = maxGpuAllocationsToMove; in Defragment() 14693 maxGpuAllocationsToMove = 0; in Defragment() [all …]
|
D | Tests.cpp | 1818 defragInfo.maxGpuAllocationsToMove = UINT32_MAX; in TestDefragmentationGpu() 2151 defragInfo.maxGpuAllocationsToMove = UINT32_MAX; in TestDefragmentationIncrementalBasic() 2356 defragInfo.maxGpuAllocationsToMove = UINT32_MAX; in TestDefragmentationIncrementalComplex()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3536 uint32_t maxGpuAllocationsToMove; member 6893 VkDeviceSize& maxGpuBytesToMove, uint32_t& maxGpuAllocationsToMove, 7436 VkDeviceSize maxGpuBytesToMove, uint32_t maxGpuAllocationsToMove, 13470 VkDeviceSize& maxGpuBytesToMove, uint32_t& maxGpuAllocationsToMove, in Defragment() argument 13481 const bool canDefragmentOnGpu = maxGpuBytesToMove > 0 && maxGpuAllocationsToMove > 0 && in Defragment() 13525 …const uint32_t maxAllocationsToMove = defragmentOnGpu ? maxGpuAllocationsToMove : maxCpuAllocation… in Defragment() 13540 maxGpuAllocationsToMove -= allocationsMoved; in Defragment() 14647 VkDeviceSize maxGpuBytesToMove, uint32_t maxGpuAllocationsToMove, in Defragment() argument 14663 m_MaxGpuAllocationsToMove = maxGpuAllocationsToMove; in Defragment() 14675 maxGpuAllocationsToMove = 0; in Defragment() [all …]
|