Searched refs:squery (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_search.c | 44 static void end_squery(struct search_query *squery, int status, 52 struct search_query *squery; in ares_search() local 83 squery = ares_malloc(sizeof(struct search_query)); in ares_search() 84 if (!squery) in ares_search() 89 squery->channel = channel; in ares_search() 90 squery->name = ares_strdup(name); in ares_search() 91 if (!squery->name) in ares_search() 93 ares_free(squery); in ares_search() 97 squery->dnsclass = dnsclass; in ares_search() 98 squery->type = type; in ares_search() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_query.c | 60 static void si_query_sw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_sw_destroy() argument 62 struct si_query_sw *query = (struct si_query_sw *)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() argument 131 struct si_query_sw *query = (struct si_query_sw *)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() argument 311 struct si_query_sw *query = (struct si_query_sw *)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() argument 495 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_get_result() 505 struct pipe_context *ctx = squery->b.flushed ? NULL : &sctx->b; 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() argument [all …]
|
D | si_query.h | 219 void si_query_hw_destroy(struct si_context *sctx, struct si_query *squery); 220 bool si_query_hw_begin(struct si_context *sctx, struct si_query *squery); 221 bool si_query_hw_end(struct si_context *sctx, struct si_query *squery); 222 bool si_query_hw_get_result(struct si_context *sctx, struct si_query *squery, bool wait,
|
D | si_perfcounter.c | 906 static void si_pc_query_destroy(struct si_context *sctx, struct si_query *squery) in si_pc_query_destroy() argument 908 struct si_query_pc *query = (struct si_query_pc *)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() argument 938 struct si_query_pc *query = (struct si_query_pc *)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() argument 972 struct si_query_pc *query = (struct si_query_pc *)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() argument 1008 struct si_query_pc *query = (struct si_query_pc *)squery; in si_pc_query_begin() 1015 si_pc_query_resume(ctx, 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() argument [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 1809 - radeonsi: rename rquery -> squery
|