Lines Matching defs:squery
61 static void si_query_sw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_sw_destroy()
119 static bool si_query_sw_begin(struct si_context *sctx, struct si_query *squery) in si_query_sw_begin()
276 static bool si_query_sw_end(struct si_context *sctx, struct si_query *squery) in si_query_sw_end()
436 static bool si_query_sw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_sw_get_result()
594 void si_query_hw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_hw_destroy()
1107 struct si_query *squery = (struct si_query *)query; in si_destroy_query() local
1115 struct si_query *squery = (struct si_query *)query; in si_begin_query() local
1120 bool si_query_hw_begin(struct si_context *sctx, struct si_query *squery) in si_query_hw_begin()
1146 struct si_query *squery = (struct si_query *)query; in si_end_query() local
1151 bool si_query_hw_end(struct si_context *sctx, struct si_query *squery) in si_query_hw_end()
1171 static void si_get_hw_query_params(struct si_context *sctx, struct si_query_hw *squery, int index, in si_get_hw_query_params()
1369 struct si_query *squery = (struct si_query *)query; in si_get_query_result() local
1379 struct si_query *squery = (struct si_query *)query; in si_get_query_result_resource() local
1389 bool si_query_hw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_hw_get_result()
1425 static void si_query_hw_get_result_resource(struct si_context *sctx, struct si_query *squery, in si_query_hw_get_result_resource()
1569 struct si_query_hw *squery = (struct si_query_hw *)query; in si_render_condition() local