Searched defs:squery (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares_search.c | 64 struct search_query *squery; in ares_search_int() local 175 struct search_query *squery = (struct search_query *)arg; search_callback() local 231 end_squery(struct search_query *squery, ares_status_t status, unsigned char *abuf, size_t alen) end_squery() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_perfcounter.c | 261 static void si_pc_query_destroy(struct si_context *sctx, struct si_query *squery) in si_pc_query_destroy() argument 294 static void si_pc_query_resume(struct si_context *sctx, struct si_query *squery) in si_pc_query_resume() argument 331 static void si_pc_query_suspend(struct si_context *sctx, struct si_query *squery) in si_pc_query_suspend() argument 367 static bool si_pc_query_begin(struct si_context *ctx, struct si_query *squery) in si_pc_query_begin() argument 381 static bool si_pc_query_end(struct si_context *ctx, struct si_query *squery) in si_pc_query_end() argument 409 si_pc_query_get_result(struct si_context *sctx, struct si_query *squery, bool wait, union pipe_query_result *result) si_pc_query_get_result() argument [all...] |
H A D | si_query.c | 61 static void si_query_sw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_sw_destroy() argument 119 static bool si_query_sw_begin(struct si_context *sctx, struct si_query *squery) in si_query_sw_begin() argument 276 static bool si_query_sw_end(struct si_context *sctx, struct si_query *squery) in si_query_sw_end() argument 436 static bool si_query_sw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_sw_get_result() argument 594 void si_query_hw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_hw_destroy() argument 1213 struct si_query *squery = (struct si_query *)query; si_destroy_query() local 1221 struct si_query *squery = (struct si_query *)query; si_begin_query() local 1226 si_query_hw_begin(struct si_context *sctx, struct si_query *squery) si_query_hw_begin() argument 1252 struct si_query *squery = (struct si_query *)query; si_end_query() local 1257 si_query_hw_end(struct si_context *sctx, struct si_query *squery) si_query_hw_end() argument 1277 si_get_hw_query_params(struct si_context *sctx, struct si_query_hw *squery, int index, struct si_hw_query_params *params) si_get_hw_query_params() argument 1468 struct si_query *squery = (struct si_query *)query; si_get_query_result() local 1478 struct si_query *squery = (struct si_query *)query; si_get_query_result_resource() local 1488 si_query_hw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, union pipe_query_result *result) si_query_hw_get_result() argument 1524 si_query_hw_get_result_resource(struct si_context *sctx, struct si_query *squery, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) si_query_hw_get_result_resource() argument 1670 struct si_query_hw *squery = (struct si_query_hw *)query; si_render_condition() local [all...] |
Completed in 4 milliseconds