Searched refs:total_system_usage (Results 1 – 1 of 1) sorted by relevance
2436 uint64_t total_system_usage = device->ws->query_value(device->ws, RADEON_VRAM_VIS_USAGE) + in radv_get_memory_budget_properties() local2439 uint64_t total_usage = MAX2(total_internal_usage, total_system_usage); in radv_get_memory_budget_properties()