Home
last modified time | relevance | path

Searched defs:squery (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c44 static void si_query_sw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_sw_destroy()
102 static bool si_query_sw_begin(struct si_context *sctx, struct si_query *squery) in si_query_sw_begin()
256 static bool si_query_sw_end(struct si_context *sctx, struct si_query *squery) in si_query_sw_end()
413 static bool si_query_sw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_sw_get_result()
566 static void si_query_hw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_hw_destroy()
1214 struct si_query *squery = (struct si_query *)query; in si_destroy_query() local
1222 struct si_query *squery = (struct si_query *)query; in si_begin_query() local
1227 static bool si_query_hw_begin(struct si_context *sctx, struct si_query *squery) in si_query_hw_begin()
1253 struct si_query *squery = (struct si_query *)query; in si_end_query() local
1258 static bool si_query_hw_end(struct si_context *sctx, struct si_query *squery) in si_query_hw_end()
[all …]
H A Dsi_perfcounter.c236 static void si_pc_query_destroy(struct si_context *sctx, struct si_query *squery) in si_pc_query_destroy()
269 static void si_pc_query_resume(struct si_context *sctx, struct si_query *squery) in si_pc_query_resume()
306 static void si_pc_query_suspend(struct si_context *sctx, struct si_query *squery) in si_pc_query_suspend()
342 static bool si_pc_query_begin(struct si_context *ctx, struct si_query *squery) in si_pc_query_begin()
356 static bool si_pc_query_end(struct si_context *ctx, struct si_query *squery) in si_pc_query_end()
384 static bool si_pc_query_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_pc_query_get_result()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_search.c50 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()