Lines Matching defs:rquery
138 static void gfx10_sh_query_destroy(struct si_context *sctx, struct si_query *rquery)
140 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery;
145 static bool gfx10_sh_query_begin(struct si_context *sctx, struct si_query *rquery)
147 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery;
164 static bool gfx10_sh_query_end(struct si_context *sctx, struct si_query *rquery)
166 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery;
233 static bool gfx10_sh_query_get_result(struct si_context *sctx, struct si_query *rquery, bool wait,
236 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery;
249 if (rquery->b.flushed)
278 static void gfx10_sh_query_get_result_resource(struct si_context *sctx, struct si_query *rquery,
284 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery;