Searched refs:heap_proportion (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c1684 double heap_proportion = (double) heap_size / total_heaps_size; local in function:anv_get_memory_budget
1685 VkDeviceSize sys_available_prop = sys_available * heap_proportion;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c2597 double heap_proportion = (double) heap_size / total_heaps_size; local in function:anv_get_memory_budget
2598 VkDeviceSize available_prop = mem_available * heap_proportion;

Completed in 12 milliseconds