Home
last modified time | relevance | path

Searched refs:defragInfo (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/VmaReplay/
H A DVmaReplay.cpp2470 VmaDefragmentationInfo2 defragInfo = {}; in Defragment() local
2472 defragInfo.pAllocations = allocations.data(); in Defragment()
2474 defragInfo.maxCpuAllocationsToMove = UINT32_MAX; in Defragment()
2475 defragInfo.maxCpuBytesToMove = VK_WHOLE_SIZE; in Defragment()
2476 defragInfo.maxGpuAllocationsToMove = UINT32_MAX; in Defragment()
2477 defragInfo.maxGpuBytesToMove = VK_WHOLE_SIZE; in Defragment()
2478 defragInfo.flags = g_DefragmentationFlags; in Defragment()
2479 defragInfo.commandBuffer = m_CommandBuffer; in Defragment()
3735 VmaDefragmentationInfo2 defragInfo = {}; in ExecuteDefragmentationBegin() local
3782 defragInfo.pPools = pools.data(); in ExecuteDefragmentationBegin()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/
H A DTests.cpp1388 VmaDefragmentationInfo2 defragInfo = {}; in TestDefragmentationSimple() local
1391 defragInfo.poolCount = 1; in TestDefragmentationSimple()
1392 defragInfo.pPools = &pool; in TestDefragmentationSimple()
1459 defragInfo.maxAllocationsToMove = 1; in TestDefragmentationSimple()
1595 VmaDefragmentationInfo2 defragInfo = {}; in TestDefragmentationWholePool() local
1601 defragInfo.poolCount = 1; in TestDefragmentationWholePool()
1602 defragInfo.pPools = &pool; in TestDefragmentationWholePool()
1812 VmaDefragmentationInfo2 defragInfo = {}; in TestDefragmentationGpu() local
1813 defragInfo.flags = 0; in TestDefragmentationGpu()
2146 VmaDefragmentationInfo2 defragInfo = {}; in TestDefragmentationIncrementalBasic() local
[all …]