Searched refs:query_value (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 841 return 1000000 * sscreen->ws->query_value(sscreen->ws, RADEON_TIMESTAMP) / in si_get_timestamp() 864 vram_usage = ws->query_value(ws, RADEON_VRAM_USAGE) / 1024; in si_query_memory_info() 865 gtt_usage = ws->query_value(ws, RADEON_GTT_USAGE) / 1024; in si_query_memory_info() 872 info->device_memory_evicted = ws->query_value(ws, RADEON_NUM_BYTES_MOVED) / 1024; in si_query_memory_info() 875 info->nr_device_memory_evictions = ws->query_value(ws, RADEON_NUM_EVICTIONS); in si_query_memory_info()
|
D | si_query.c | 223 query->begin_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_begin() 228 query->begin_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_begin() 229 query->begin_time = sctx->ws->query_value(sctx->ws, RADEON_NUM_GFX_IBS); in si_query_sw_begin() 233 query->begin_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_begin() 402 query->end_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_end() 407 query->end_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_end() 408 query->end_time = sctx->ws->query_value(sctx->ws, RADEON_NUM_GFX_IBS); in si_query_sw_end() 412 query->end_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_end()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.c | 176 query->begin_result = rctx->ws->query_value(rctx->ws, ws_id); in r600_query_sw_begin() 181 query->begin_result = rctx->ws->query_value(rctx->ws, ws_id); in r600_query_sw_begin() 182 query->begin_time = rctx->ws->query_value(rctx->ws, in r600_query_sw_begin() 187 query->begin_result = rctx->ws->query_value(rctx->ws, ws_id); in r600_query_sw_begin() 326 query->end_result = rctx->ws->query_value(rctx->ws, ws_id); in r600_query_sw_end() 331 query->end_result = rctx->ws->query_value(rctx->ws, ws_id); in r600_query_sw_end() 332 query->end_time = rctx->ws->query_value(rctx->ws, in r600_query_sw_end() 337 query->end_result = rctx->ws->query_value(rctx->ws, ws_id); in r600_query_sw_end()
|
D | r600_pipe_common.c | 1067 return 1000000 * rscreen->ws->query_value(rscreen->ws, RADEON_TIMESTAMP) / in r600_get_timestamp() 1154 vram_usage = ws->query_value(ws, RADEON_REQUESTED_VRAM_MEMORY) / 1024; in r600_query_memory_info() 1155 gtt_usage = ws->query_value(ws, RADEON_REQUESTED_GTT_MEMORY) / 1024; in r600_query_memory_info() 1165 ws->query_value(ws, RADEON_NUM_BYTES_MOVED) / 1024; in r600_query_memory_info()
|
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_winsys.c | 208 ws->base.query_value = radv_amdgpu_winsys_query_value; in radv_amdgpu_winsys_create()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_radeon_winsys.h | 218 uint64_t (*query_value)(struct radeon_winsys *ws, member
|
D | radv_device.c | 2258 internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_VRAM); in radv_get_memory_budget_properties() 2259 total_usage = device->ws->query_value(device->ws, RADEON_VRAM_USAGE); 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() 2265 total_usage = device->ws->query_value(device->ws, RADEON_VRAM_VIS_USAGE); in radv_get_memory_budget_properties() 2268 internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_GTT); in radv_get_memory_budget_properties() 2269 total_usage = device->ws->query_value(device->ws, RADEON_GTT_USAGE); in radv_get_memory_budget_properties() 8064 pTimestamps[d] = device->ws->query_value(device->ws, in radv_GetCalibratedTimestampsEXT()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_winsys.h | 695 uint64_t (*query_value)(struct radeon_winsys *ws, enum radeon_value_id value); member
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_winsys.c | 507 ws->base.query_value = amdgpu_query_value; in amdgpu_winsys_create()
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.c | 883 ws->base.query_value = radeon_query_value; in radeon_drm_winsys_create()
|