Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c58 struct r600_query *rquery) in r600_query_sw_destroy()
93 struct r600_query *rquery) in r600_query_sw_begin()
243 struct r600_query *rquery) in r600_query_sw_end()
395 struct r600_query *rquery, in r600_query_sw_get_result()
483 struct r600_query *rquery) in r600_query_hw_destroy()
992 struct r600_query *rquery = (struct r600_query *)query; in r600_destroy_query() local
1001 struct r600_query *rquery = (struct r600_query *)query; in r600_begin_query() local
1034 struct r600_query *rquery) in r600_query_hw_begin()
1057 struct r600_query *rquery = (struct r600_query *)query; in r600_end_query() local
1063 struct r600_query *rquery) in r600_query_hw_end()
[all …]
Dr600_perfcounter.c103 struct r600_query *rquery) in r600_pc_query_destroy()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_query.c138 static void gfx10_sh_query_destroy(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_destroy()
145 static bool gfx10_sh_query_begin(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_begin()
164 static bool gfx10_sh_query_end(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_end()
233 static bool gfx10_sh_query_get_result(struct si_context *sctx, struct si_query *rquery, bool wait, in gfx10_sh_query_get_result()
278 static void gfx10_sh_query_get_result_resource(struct si_context *sctx, struct si_query *rquery, in gfx10_sh_query_get_result_resource()