Searched refs:Defragment (Results 1 – 6 of 6) sorted by relevance
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4194 VkResult Defragment( 4374 VkResult Defragment( 4463 VkResult Defragment( 6988 VkResult VmaBlockVector::Defragment( in Defragment() function 7001 VkResult result = m_pDefragmentator->Defragment(maxBytesToMove, maxAllocationsToMove); in Defragment() 7286 VkResult VmaDefragmentator::Defragment( in Defragment() function 7993 VkResult VmaAllocator_T::Defragment( in Defragment() function 8070 result = m_pBlockVectors[memTypeIndex]->Defragment( in Defragment() 8080 result = m_Pools[poolIndex]->GetBlockVector().Defragment( in Defragment() 9154 …return allocator->Defragment(pAllocations, allocationCount, pAllocationsChanged, pDefragmentationI… in vmaDefragment()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 6908 void Defragment( 7061 virtual VkResult Defragment( 7107 virtual VkResult Defragment( 7236 virtual VkResult Defragment( 7453 VkResult Defragment( 13484 void VmaBlockVector::Defragment( in Defragment() function 13544 …pCtx->res = pCtx->GetAlgorithm()->Defragment(pCtx->defragmentationMoves, maxBytesToMove, maxAlloca… in Defragment() 13990 VkResult VmaDefragmentationAlgorithm_Generic::Defragment( in Defragment() function 14089 VkResult VmaDefragmentationAlgorithm_Fast::Defragment( in Defragment() function 14663 VkResult VmaDefragmentationContext_T::Defragment( in Defragment() function [all …]
|
D | Tests.cpp | 1325 static void Defragment(AllocInfo* allocs, size_t allocCount, in Defragment() function 1431 Defragment(allocations.data(), allocations.size(), nullptr, &defragStats); in TestDefragmentationSimple() 1465 Defragment(allocations.data(), allocations.size(), &defragInfo, &defragStats); in TestDefragmentationSimple() 1510 Defragment( in TestDefragmentationSimple() 1538 Defragment(&allocInfo[1], 1, nullptr, &defragStats); in TestDefragmentationSimple()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 6889 void Defragment( 7042 virtual VkResult Defragment( 7088 virtual VkResult Defragment( 7217 virtual VkResult Defragment( 7434 VkResult Defragment( 13466 void VmaBlockVector::Defragment( in Defragment() function 13526 …pCtx->res = pCtx->GetAlgorithm()->Defragment(pCtx->defragmentationMoves, maxBytesToMove, maxAlloca… in Defragment() 13972 VkResult VmaDefragmentationAlgorithm_Generic::Defragment( in Defragment() function 14071 VkResult VmaDefragmentationAlgorithm_Fast::Defragment( in Defragment() function 14645 VkResult VmaDefragmentationContext_T::Defragment( in Defragment() function [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 5871 void Defragment( 6011 virtual VkResult Defragment( 6056 virtual VkResult Defragment( 6183 virtual VkResult Defragment( 6403 VkResult Defragment( 12271 void VmaBlockVector::Defragment( in Defragment() function 12322 pCtx->res = pCtx->GetAlgorithm()->Defragment(moves, maxBytesToMove, maxAllocationsToMove); in Defragment() 12694 VkResult VmaDefragmentationAlgorithm_Generic::Defragment( in Defragment() function 12792 VkResult VmaDefragmentationAlgorithm_Fast::Defragment( in Defragment() function 13355 VkResult VmaDefragmentationContext_T::Defragment( in Defragment() function [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 1588 void Defragment(); 2431 void Player::Defragment() in Defragment() function in Player 4117 player.Defragment(); in ProcessFile()
|