Home
last modified time | relevance | path

Searched refs:maxGpuAllocationsToMove (Results 1 – 6 of 6) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp608 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/
DRecording file format.md243 - defragmentationInfo2.maxGpuAllocationsToMove : uint32
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h2846 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/
Dvk_mem_alloc.h3532 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 …]
DTests.cpp1818 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/
Dvk_mem_alloc.h3536 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 …]