Searched defs:squery (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_query.c | 61 static void si_query_sw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_sw_destroy() 119 static bool si_query_sw_begin(struct si_context *sctx, struct si_query *squery) in si_query_sw_begin() 276 static bool si_query_sw_end(struct si_context *sctx, struct si_query *squery) in si_query_sw_end() 436 static bool si_query_sw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_sw_get_result() 594 void si_query_hw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_hw_destroy() 1107 struct si_query *squery = (struct si_query *)query; in si_destroy_query() local 1115 struct si_query *squery = (struct si_query *)query; in si_begin_query() local 1120 bool si_query_hw_begin(struct si_context *sctx, struct si_query *squery) in si_query_hw_begin() 1146 struct si_query *squery = (struct si_query *)query; in si_end_query() local 1151 bool si_query_hw_end(struct si_context *sctx, struct si_query *squery) in si_query_hw_end() [all …]
|
D | si_perfcounter.c | 207 static void si_pc_query_destroy(struct si_context *sctx, struct si_query *squery) in si_pc_query_destroy() 237 static void si_pc_query_resume(struct si_context *sctx, struct si_query *squery) in si_pc_query_resume() 274 static void si_pc_query_suspend(struct si_context *sctx, struct si_query *squery) in si_pc_query_suspend() 310 static bool si_pc_query_begin(struct si_context *ctx, struct si_query *squery) in si_pc_query_begin() 324 static bool si_pc_query_end(struct si_context *ctx, struct si_query *squery) in si_pc_query_end() 352 static bool si_pc_query_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_pc_query_get_result()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_search.c | 50 struct search_query *squery; in ares_search() local 146 struct search_query *squery = (struct search_query *) arg; in search_callback() local 205 static void end_squery(struct search_query *squery, int status, in end_squery()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 327 GstQuery *squery; in gst_ogg_pad_src_query() local
|