Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx11_query.c123 struct gfx11_sh_query *query = (struct gfx11_sh_query *)rquery; in gfx11_sh_query_destroy()
130 struct gfx11_sh_query *query = (struct gfx11_sh_query *)rquery; in gfx11_sh_query_begin()
149 struct gfx11_sh_query *query = (struct gfx11_sh_query *)rquery; in gfx11_sh_query_end()
182 static void gfx11_sh_query_add_result(struct gfx11_sh_query *query, in gfx11_sh_query_add_result()
219 struct gfx11_sh_query *query = (struct gfx11_sh_query *)rquery; in gfx11_sh_query_get_result()
267 struct gfx11_sh_query *query = (struct gfx11_sh_query *)rquery; in gfx11_sh_query_get_result_resource()
426 struct gfx11_sh_query *query = CALLOC_STRUCT(gfx11_sh_query); in gfx11_sh_query_create()
Dsi_query.h230 struct gfx11_sh_query { struct
Dsi_query.c1076 struct gfx11_sh_query *gfx10_query = (struct gfx11_sh_query *)query; in si_emit_query_predication()