| /third_party/gstreamer/gstreamer/gst/ |
| D | gstquery.c | 73 GstQuery query; member 188 _gst_query_free (GstQuery * query) in _gst_query_free() 207 _gst_query_copy (GstQuery * query) in _gst_query_copy() 236 GstQuery *query; in gst_query_new_position() local 257 gst_query_set_position (GstQuery * query, GstFormat format, gint64 cur) in gst_query_set_position() 283 gst_query_parse_position (GstQuery * query, GstFormat * format, gint64 * cur) in gst_query_parse_position() 315 GstQuery *query; in gst_query_new_duration() local 336 gst_query_set_duration (GstQuery * query, GstFormat format, gint64 duration) in gst_query_set_duration() 360 gst_query_parse_duration (GstQuery * query, GstFormat * format, in gst_query_parse_duration() 392 GstQuery *query; in gst_query_new_latency() local [all …]
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
| D | gstglquery.c | 116 GstGLQuery *query = user_data; in _log_time() local 133 gst_gl_query_init (GstGLQuery * query, GstGLContext * context, in gst_gl_query_init() 170 gst_gl_query_unset (GstGLQuery * query) in gst_gl_query_unset() 206 GstGLQuery *query = g_new0 (GstGLQuery, 1); in gst_gl_query_new() local 222 gst_gl_query_free (GstGLQuery * query) in gst_gl_query_free() 239 gst_gl_query_start (GstGLQuery * query) in gst_gl_query_start() 270 gst_gl_query_end (GstGLQuery * query) in gst_gl_query_end() 300 gst_gl_query_counter (GstGLQuery * query) in gst_gl_query_counter() 328 gst_gl_query_result (GstGLQuery * query) in gst_gl_query_result()
|
| D | gstglquery.h | 82 #define gst_gl_query_start_log_valist(query,cat,level,object,format,varargs) \ argument 90 #define gst_gl_query_counter_log_valist(query,cat,level,object,format,varargs) \ argument 100 #define gst_gl_query_start_log(query,cat,level,object,format,...) \ argument 107 #define gst_gl_query_counter_log(query,cat,level,object,format,...) \ argument 118 #define gst_gl_query_start_log(query,cat,level,object,format,args...) \ argument 125 #define gst_gl_query_counter_log(query,cat,level,object,format,args...) \ argument 136 gst_gl_query_start_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_start_log() 147 gst_gl_query_counter_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_counter_log()
|
| /third_party/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_queryobj.c | 126 struct brw_query_object *query) in brw_queryobj_get_results() 221 struct brw_query_object *query; in brw_new_query_object() local 239 struct brw_query_object *query = (struct brw_query_object *)q; in brw_delete_query() local 255 struct brw_query_object *query = (struct brw_query_object *)q; in brw_begin_query() local 328 struct brw_query_object *query = (struct brw_query_object *)q; in brw_end_query() local 381 struct brw_query_object *query = (struct brw_query_object *)q; in brw_wait_query() local 400 struct brw_query_object *query = (struct brw_query_object *)q; in brw_check_query() local 428 ensure_bo_has_space(struct gl_context *ctx, struct brw_query_object *query) in ensure_bo_has_space() 474 struct brw_query_object *query = brw->query.obj; in brw_emit_query_begin() local 498 struct brw_query_object *query = brw->query.obj; in brw_emit_query_end() local [all …]
|
| D | gfx6_queryobj.c | 42 set_query_availability(struct brw_context *brw, struct brw_query_object *query, in set_query_availability() 223 struct brw_query_object *query) in gfx6_queryobj_get_results() 327 struct brw_query_object *query = (struct brw_query_object *)q; in gfx6_begin_query() local 416 struct brw_query_object *query = (struct brw_query_object *)q; in gfx6_end_query() local 480 flush_batch_if_needed(struct brw_context *brw, struct brw_query_object *query) in flush_batch_if_needed() 501 struct brw_query_object *query = (struct brw_query_object *)q; in gfx6_wait_query() local 521 struct brw_query_object *query = (struct brw_query_object *)q; in gfx6_check_query() local 547 struct brw_query_object *query = (struct brw_query_object *)q; in gfx6_query_counter() local
|
| D | brw_conditional_render.c | 51 struct brw_query_object *query, in set_predicate_for_overflow_query() 74 struct brw_query_object *query) in set_predicate_for_occlusion_query() 95 struct brw_query_object *query, in set_predicate_for_result() 134 struct brw_query_object *query = (struct brw_query_object *) q; in brw_begin_conditional_render() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| D | i915_query.c | 38 unsigned query; member 44 struct i915_query *query = CALLOC_STRUCT(i915_query); in i915_create_query() local 50 i915_destroy_query(struct pipe_context *ctx, struct pipe_query *query) in i915_destroy_query() 56 i915_begin_query(struct pipe_context *ctx, struct pipe_query *query) in i915_begin_query() 62 i915_end_query(struct pipe_context *ctx, struct pipe_query *query) in i915_end_query() 68 i915_get_query_result(struct pipe_context *ctx, struct pipe_query *query, in i915_get_query_result()
|
| /third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
| D | radeon_queryobj.c | 38 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonQueryGetResult() local 60 struct radeon_query_object *query; in radeonNewQueryObject() local 76 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonDeleteQuery() local 90 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonWaitQuery() local 107 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonBeginQuery() local 130 struct radeon_query_object *query = radeon->query.current; in radeonEmitQueryEnd() local 167 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonCheckQuery() local 197 struct radeon_query_object *query = radeon->query.current; in radeon_check_query_active() local
|
| /third_party/mesa3d/src/mesa/drivers/dri/r200/ |
| D | radeon_queryobj.c | 38 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonQueryGetResult() local 60 struct radeon_query_object *query; in radeonNewQueryObject() local 76 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonDeleteQuery() local 90 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonWaitQuery() local 107 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonBeginQuery() local 130 struct radeon_query_object *query = radeon->query.current; in radeonEmitQueryEnd() local 167 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonCheckQuery() local 197 struct radeon_query_object *query = radeon->query.current; in radeon_check_query_active() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| D | lima_query.c | 45 struct lima_query *query = calloc(1, sizeof(*query)); in lima_create_query() local 52 lima_destroy_query(struct pipe_context *ctx, struct pipe_query *query) in lima_destroy_query() 58 lima_begin_query(struct pipe_context *ctx, struct pipe_query *query) in lima_begin_query() 64 lima_end_query(struct pipe_context *ctx, struct pipe_query *query) in lima_end_query() 70 lima_get_query_result(struct pipe_context *ctx, struct pipe_query *query, in lima_get_query_result()
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| D | vmw_query.c | 43 struct svga_winsys_gb_query *query; in vmw_svga_winsys_query_create() local 67 struct svga_winsys_gb_query *query) in vmw_svga_winsys_query_destroy() 77 struct svga_winsys_gb_query *query, in vmw_svga_winsys_query_init() 104 struct svga_winsys_gb_query *query, in vmw_svga_winsys_query_get_result() 138 struct svga_winsys_gb_query *query, in vmw_swc_query_bind()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_query.c | 63 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_destroy() local 121 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_begin() local 278 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_end() local 439 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_get_result() local 505 struct si_query_sw *query; in si_query_sw_create() local 596 struct si_query_hw *query = (struct si_query_hw *)squery; in si_query_hw_destroy() local 605 struct si_query_hw *query = container_of(qbuf, struct si_query_hw, buffer); in si_query_hw_prepare_buffer() local 664 struct si_query_hw *query = CALLOC_STRUCT(si_query_hw); in si_query_hw_create() local 768 static void si_query_hw_do_emit_start(struct si_context *sctx, struct si_query_hw *query, in si_query_hw_do_emit_start() 815 static void si_query_hw_emit_start(struct si_context *sctx, struct si_query_hw *query) in si_query_hw_emit_start() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | OcclusionQueriesTest.cpp | 60 GLQueryEXT query; in TEST_P() local 99 GLQueryEXT query; in TEST_P() local 134 GLQueryEXT query[2]; in TEST_P() local 198 GLQueryEXT query; in TEST_P() local 226 GLQueryEXT query; in TEST_P() local 276 GLQueryEXT query; in TEST_P() local 333 GLQueryEXT query; in TEST_P() local 386 GLQueryEXT query; in TEST_P() local 422 GLQueryEXT query[5]; in TEST_P() local 532 GLuint query = 0; in TEST_P() local [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | r600_query.c | 60 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_destroy() local 95 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_begin() local 245 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_end() local 399 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_get_result() local 470 struct r600_query_sw *query; in r600_query_sw_create() local 485 struct r600_query_hw *query = (struct r600_query_hw *)rquery; in r600_query_hw_destroy() local 501 struct r600_query_hw *query) in r600_new_query_buffer() 525 struct r600_query_hw *query, in r600_query_hw_prepare_buffer() 600 struct r600_query_hw *query) in r600_query_hw_init() 613 struct r600_query_hw *query = CALLOC_STRUCT(r600_query_hw); in r600_query_hw_create() local [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| D | r300_query.c | 75 struct pipe_query* query) in r300_destroy_query() 84 struct r300_query *query) in r300_resume_query() 91 struct pipe_query* query) in r300_begin_query() 118 struct pipe_query* query) in r300_end_query() 142 struct pipe_query* query, in r300_get_query_result() 186 struct pipe_query *query, in r300_render_condition()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| D | gas_query.c | 136 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() 156 struct gas_query_pending *query, in gas_query_done() 183 struct gas_query_pending *query, *next; in gas_query_deinit() local 209 static int gas_query_append(struct gas_query_pending *query, const u8 *data, in gas_query_append() 227 struct gas_query_pending *query; in gas_query_tx_status() local 276 static int gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, in gas_query_tx() 318 struct gas_query_pending *query) in gas_query_tx_comeback_req() 345 struct gas_query_pending *query = user_ctx; in gas_query_rx_comeback_timeout() local 374 struct gas_query_pending *query = user_ctx; in gas_query_tx_comeback_timeout() local 383 struct gas_query_pending *query, in gas_query_tx_comeback_req_delay() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | gas_query.c | 135 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() 155 struct gas_query_pending *query, in gas_query_done() 182 struct gas_query_pending *query, *next; in gas_query_deinit() local 208 static int gas_query_append(struct gas_query_pending *query, const u8 *data, in gas_query_append() 226 struct gas_query_pending *query; in gas_query_tx_status() local 285 static int gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, in gas_query_tx() 327 struct gas_query_pending *query) in gas_query_tx_comeback_req() 354 struct gas_query_pending *query = user_ctx; in gas_query_rx_comeback_timeout() local 383 struct gas_query_pending *query = user_ctx; in gas_query_tx_comeback_timeout() local 392 struct gas_query_pending *query, in gas_query_tx_comeback_req_delay() [all …]
|
| /third_party/boost/boost/geometry/index/adaptors/ |
| D | query.hpp | 50 struct query struct 52 inline explicit query(Predicates const& pred) in query() argument 56 Predicates const& predicates;
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| D | v3d_query_pipe.c | 49 v3d_destroy_query_pipe(struct v3d_context *v3d, struct v3d_query *query) in v3d_destroy_query_pipe() 58 v3d_begin_query_pipe(struct v3d_context *v3d, struct v3d_query *query) in v3d_begin_query_pipe() 100 v3d_end_query_pipe(struct v3d_context *v3d, struct v3d_query *query) in v3d_end_query_pipe() 138 v3d_get_query_result_pipe(struct v3d_context *v3d, struct v3d_query *query, in v3d_get_query_result_pipe() 195 struct v3d_query *query = &pquery->base; in v3d_create_query_pipe() local
|
| /third_party/mesa3d/src/intel/perf/ |
| D | intel_perf_mdapi.c | 37 const struct intel_perf_query_info *query, in intel_perf_query_result_write_mdapi() 146 struct intel_perf_query_info *query = in intel_perf_register_mdapi_statistic_query() local 196 fill_mdapi_perf_query_counter(struct intel_perf_query_info *query, in fill_mdapi_perf_query_counter() 217 #define MDAPI_QUERY_ADD_COUNTER(query, struct_name, field_name, type_name) \ argument 223 #define MDAPI_QUERY_ADD_ARRAY_COUNTER(ctx, query, struct_name, field_name, idx, type_name) \ argument 235 struct intel_perf_query_info *query = NULL; in intel_perf_register_mdapi_oa_query() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| D | gas_query_ap.c | 130 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() 143 struct gas_query_pending *query, in gas_query_done() 168 struct gas_query_pending *query, *next; in gas_query_ap_deinit() local 194 static int gas_query_append(struct gas_query_pending *query, const u8 *data, in gas_query_append() 209 struct gas_query_pending *query; in gas_query_ap_tx_status() local 259 struct gas_query_pending *query, in gas_query_tx() 281 struct gas_query_pending *query) in gas_query_tx_comeback_req() 308 struct gas_query_pending *query = user_ctx; in gas_query_rx_comeback_timeout() local 337 struct gas_query_pending *query = user_ctx; in gas_query_tx_comeback_timeout() local 346 struct gas_query_pending *query, in gas_query_tx_comeback_req_delay() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| D | gas_query_ap.c | 130 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() 143 struct gas_query_pending *query, in gas_query_done() 168 struct gas_query_pending *query, *next; in gas_query_ap_deinit() local 194 static int gas_query_append(struct gas_query_pending *query, const u8 *data, in gas_query_append() 209 struct gas_query_pending *query; in gas_query_ap_tx_status() local 259 struct gas_query_pending *query, in gas_query_tx() 281 struct gas_query_pending *query) in gas_query_tx_comeback_req() 308 struct gas_query_pending *query = user_ctx; in gas_query_rx_comeback_timeout() local 337 struct gas_query_pending *query = user_ctx; in gas_query_tx_comeback_timeout() local 346 struct gas_query_pending *query, in gas_query_tx_comeback_req_delay() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_query.c | 158 needs_stats_list(struct zink_query *query) in needs_stats_list() 166 is_time_query(struct zink_query *query) in is_time_query() 172 is_so_overflow_query(struct zink_query *query) in is_so_overflow_query() 178 is_bool_query(struct zink_query *query) in is_bool_query() 187 qbo_sync_from_prev(struct zink_context *ctx, struct zink_query *query, unsigned id_offset, unsigned… in qbo_sync_from_prev() 203 qbo_append(struct pipe_screen *screen, struct zink_query *query) in qbo_append() 248 destroy_query(struct zink_screen *screen, struct zink_query *query) in destroy_query() 280 struct zink_query *query = CALLOC_STRUCT(zink_query); in zink_create_query() local 349 struct zink_query *query = (struct zink_query *)q; in zink_destroy_query() local 363 zink_prune_query(struct zink_screen *screen, struct zink_batch_state *bs, struct zink_query *query) in zink_prune_query() [all …]
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_query.c | 113 #define query_iova(type, pool, query, field) \ argument 116 #define occlusion_query_iova(pool, query, field) \ argument 119 #define pipeline_stat_query_iova(pool, query, field) \ argument 123 #define primitive_query_iova(pool, query, field, i) \ argument 127 #define perf_query_iova(pool, query, field, i) \ argument 133 #define query_available_iova(pool, query) \ argument 136 #define query_result_iova(pool, query, type, i) \ argument 140 #define query_result_addr(pool, query, type, i) \ argument 186 static void* slot_address(struct tu_query_pool *pool, uint32_t query) in slot_address() 417 uint32_t query) in wait_for_available() [all …]
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares_private.h | 204 struct query { struct 210 * Links for the doubly-linked lists in which we insert a query. argument 231 int try_count; /* Number of times we tried this query already. */ argument 232 int server; /* Server this query has last been sent to. */ argument 233 struct query_server_info *server_info; /* per-server state */ argument 239 /* Per-server state for a query */ argument
|