• Home
  • Raw
  • Download

Lines Matching refs:query_value

2713 …uint64_t vram_vis_internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_VRAM_VIS) +  in radv_get_memory_budget_properties()
2714 device->ws->query_value(device->ws, RADEON_ALLOCATED_VRAM); in radv_get_memory_budget_properties()
2715 uint64_t gtt_internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_GTT); in radv_get_memory_budget_properties()
2720 uint64_t total_system_usage = device->ws->query_value(device->ws, RADEON_VRAM_VIS_USAGE) + in radv_get_memory_budget_properties()
2721 device->ws->query_value(device->ws, RADEON_GTT_USAGE); in radv_get_memory_budget_properties()
2751 internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_VRAM); in radv_get_memory_budget_properties()
2752 system_usage = device->ws->query_value(device->ws, RADEON_VRAM_USAGE); in radv_get_memory_budget_properties()
2755 internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_VRAM_VIS); in radv_get_memory_budget_properties()
2757 internal_usage += device->ws->query_value(device->ws, RADEON_ALLOCATED_VRAM); in radv_get_memory_budget_properties()
2758 system_usage = device->ws->query_value(device->ws, RADEON_VRAM_VIS_USAGE); in radv_get_memory_budget_properties()
2761 internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_GTT); in radv_get_memory_budget_properties()
2762 system_usage = device->ws->query_value(device->ws, RADEON_GTT_USAGE); in radv_get_memory_budget_properties()
7246 pTimestamps[d] = device->ws->query_value(device->ws, RADEON_TIMESTAMP); in radv_GetCalibratedTimestampsEXT()