Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h12781 VkDeviceSize bestRequestCost = VK_WHOLE_SIZE; in AllocatePage() local
12806 currRequestCost < bestRequestCost) in AllocatePage()
12810 bestRequestCost = currRequestCost; in AllocatePage()
12812 if(bestRequestCost == 0) in AllocatePage()
12842 currRequestCost < bestRequestCost || in AllocatePage()
12847 bestRequestCost = currRequestCost; in AllocatePage()
12849 if(bestRequestCost == 0 || in AllocatePage()