Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx11_query.c121 static void gfx11_sh_query_destroy(struct si_context *sctx, struct si_query *rquery) in gfx11_sh_query_destroy()
128 static bool gfx11_sh_query_begin(struct si_context *sctx, struct si_query *rquery) in gfx11_sh_query_begin()
147 static bool gfx11_sh_query_end(struct si_context *sctx, struct si_query *rquery) in gfx11_sh_query_end()
216 static bool gfx11_sh_query_get_result(struct si_context *sctx, struct si_query *rquery, bool wait, in gfx11_sh_query_get_result()
261 static void gfx11_sh_query_get_result_resource(struct si_context *sctx, struct si_query *rquery, in gfx11_sh_query_get_result_resource()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c40 struct r600_query *rquery) in r600_query_sw_destroy()
75 struct r600_query *rquery) in r600_query_sw_begin()
225 struct r600_query *rquery) in r600_query_sw_end()
377 struct r600_query *rquery, in r600_query_sw_get_result()
465 struct r600_query *rquery) in r600_query_hw_destroy()
974 struct r600_query *rquery = (struct r600_query *)query; in r600_destroy_query() local
983 struct r600_query *rquery = (struct r600_query *)query; in r600_begin_query() local
1016 struct r600_query *rquery) in r600_query_hw_begin()
1039 struct r600_query *rquery = (struct r600_query *)query; in r600_end_query() local
1045 struct r600_query *rquery) in r600_query_hw_end()
[all …]
Dr600_perfcounter.c83 struct r600_query *rquery) in r600_pc_query_destroy()