Searched refs:internal_usage (Results 1 – 1 of 1) sorted by relevance
2253 uint64_t internal_usage = 0, total_usage = 0; in radv_get_memory_budget_properties() local2258 internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_VRAM); in radv_get_memory_budget_properties()2262 internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_VRAM_VIS); in radv_get_memory_budget_properties()2264 internal_usage += device->ws->query_value(device->ws, RADEON_ALLOCATED_VRAM); in radv_get_memory_budget_properties()2268 internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_GTT); in radv_get_memory_budget_properties()2276 memoryBudget->heapBudget[heap] = free_space + internal_usage; in radv_get_memory_budget_properties()2277 memoryBudget->heapUsage[heap] = internal_usage; in radv_get_memory_budget_properties()