Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_query.c69 struct gfx10_sh_query { struct
187 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_destroy()
194 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_begin()
213 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_end()
248 static void gfx10_sh_query_add_result(struct gfx10_sh_query *query, in gfx10_sh_query_add_result()
285 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_get_result()
332 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_get_result_resource()
480 struct gfx10_sh_query *query = CALLOC_STRUCT(gfx10_sh_query); in gfx10_sh_query_create()