Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2436 uint64_t total_system_usage = device->ws->query_value(device->ws, RADEON_VRAM_VIS_USAGE) + in radv_get_memory_budget_properties() local
2439 uint64_t total_usage = MAX2(total_internal_usage, total_system_usage); in radv_get_memory_budget_properties()