Searched refs:query_value (Results 1 – 13 of 13) sorted by relevance
/third_party/rust/crates/cxx/gen/build/src/ |
D | cargo.rs | 18 fn eval(&self, name: &str, query_value: Option<&str>) -> CfgResult { in eval() 21 return if let Some(query_value) = query_value { in eval() 22 CfgResult::from(env.features.contains(Lookup::new(query_value))) in eval() 28 if name == "test" && query_value.is_none() { in eval() 33 return if let Some(query_value) = query_value { in eval() 34 CfgResult::from(cargo_value.split(',').any(|value| value == query_value)) in eval() 39 if name == "debug_assertions" && query_value.is_none() { in eval()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 964 return 1000000 * sscreen->ws->query_value(sscreen->ws, RADEON_TIMESTAMP) / in si_get_timestamp() 987 vram_usage = ws->query_value(ws, RADEON_VRAM_USAGE) / 1024; in si_query_memory_info() 988 gtt_usage = ws->query_value(ws, RADEON_GTT_USAGE) / 1024; in si_query_memory_info() 995 info->device_memory_evicted = ws->query_value(ws, RADEON_NUM_BYTES_MOVED) / 1024; in si_query_memory_info() 998 info->nr_device_memory_evictions = ws->query_value(ws, RADEON_NUM_EVICTIONS); in si_query_memory_info()
|
D | si_query.c | 199 query->begin_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_begin() 204 query->begin_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_begin() 205 query->begin_time = sctx->ws->query_value(sctx->ws, RADEON_NUM_GFX_IBS); in si_query_sw_begin() 209 query->begin_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_begin() 355 query->end_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_end() 360 query->end_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_end() 361 query->end_time = sctx->ws->query_value(sctx->ws, RADEON_NUM_GFX_IBS); in si_query_sw_end() 365 query->end_result = sctx->ws->query_value(sctx->ws, ws_id); in si_query_sw_end()
|
/third_party/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 | 1066 return 1000000 * rscreen->ws->query_value(rscreen->ws, RADEON_TIMESTAMP) / in r600_get_timestamp() 1153 vram_usage = ws->query_value(ws, RADEON_REQUESTED_VRAM_MEMORY) / 1024; in r600_query_memory_info() 1154 gtt_usage = ws->query_value(ws, RADEON_REQUESTED_GTT_MEMORY) / 1024; in r600_query_memory_info() 1164 ws->query_value(ws, RADEON_NUM_BYTES_MOVED) / 1024; in r600_query_memory_info()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_radeon_winsys.h | 225 uint64_t (*query_value)(struct radeon_winsys *ws, enum radeon_value_id value); member
|
D | radv_device.c | 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() [all …]
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_winsys.c | 285 ws->base.query_value = radv_amdgpu_winsys_query_value; in radv_amdgpu_winsys_create()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.h | 330 const gchar * query_value);
|
D | gsturi.c | 2699 const gchar * query_value) in gst_uri_set_query_value() argument 2710 g_strdup (query_value)); in gst_uri_set_query_value()
|
/third_party/mesa3d/src/gallium/include/winsys/ |
D | radeon_winsys.h | 699 uint64_t (*query_value)(struct radeon_winsys *ws, enum radeon_value_id value); member
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_winsys.c | 531 ws->base.query_value = amdgpu_query_value; in amdgpu_winsys_create()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.c | 859 ws->base.query_value = radeon_query_value; in radeon_drm_winsys_create()
|