Home
last modified time | relevance | path

Searched refs:gfx10_sh_query (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_query.c140 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_destroy()
147 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_begin()
166 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_end()
199 static void gfx10_sh_query_add_result(struct gfx10_sh_query *query, in gfx10_sh_query_add_result()
236 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_get_result()
283 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_get_result_resource()
429 struct gfx10_sh_query *query = CALLOC_STRUCT(gfx10_sh_query); in gfx10_sh_query_create()
Dsi_query.h258 struct gfx10_sh_query { struct
Dsi_query.c968 struct gfx10_sh_query *gfx10_query = (struct gfx10_sh_query *)query; in si_emit_query_predication()