Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c60 static void si_query_sw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_sw_destroy()
129 static bool si_query_sw_begin(struct si_context *sctx, struct si_query *squery) in si_query_sw_begin()
309 static bool si_query_sw_end(struct si_context *sctx, struct si_query *squery) in si_query_sw_end()
492 static bool si_query_sw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_sw_get_result()
655 void si_query_hw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_hw_destroy()
1116 struct si_query *squery = (struct si_query *)query; in si_destroy_query() local
1124 struct si_query *squery = (struct si_query *)query; in si_begin_query() local
1129 bool si_query_hw_begin(struct si_context *sctx, struct si_query *squery) in si_query_hw_begin()
1155 struct si_query *squery = (struct si_query *)query; in si_end_query() local
1160 bool si_query_hw_end(struct si_context *sctx, struct si_query *squery) in si_query_hw_end()
[all …]
Dsi_perfcounter.c906 static void si_pc_query_destroy(struct si_context *sctx, struct si_query *squery) in si_pc_query_destroy()
933 static void si_pc_query_resume(struct si_context *sctx, struct si_query *squery) in si_pc_query_resume()
970 static void si_pc_query_suspend(struct si_context *sctx, struct si_query *squery) in si_pc_query_suspend()
1006 static bool si_pc_query_begin(struct si_context *ctx, struct si_query *squery) in si_pc_query_begin()
1020 static bool si_pc_query_end(struct si_context *ctx, struct si_query *squery) in si_pc_query_end()
1048 static bool si_pc_query_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_pc_query_get_result()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_search.c52 struct search_query *squery; in ares_search() local
148 struct search_query *squery = (struct search_query *) arg; in search_callback() local
207 static void end_squery(struct search_query *squery, int status, in end_squery()