Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_perfcounter.c130 struct r600_perfcounters *pc = ctx->screen->perfcounters; in r600_pc_query_emit_start()
161 struct r600_perfcounters *pc = ctx->screen->perfcounters; in r600_pc_query_emit_stop()
264 shaders = screen->perfcounters->shader_type_bits[shader_id]; in get_group_state()
306 struct r600_perfcounters *pc = screen->perfcounters; in r600_create_batch_query()
444 groups_shader = screen->perfcounters->num_shader_types; in r600_init_block_names()
468 const char *shader_suffix = screen->perfcounters->shader_type_suffixes[i]; in r600_init_block_names()
518 struct r600_perfcounters *pc = screen->perfcounters; in r600_get_perfcounter_info()
560 struct r600_perfcounters *pc = screen->perfcounters; in r600_get_perfcounter_group_info()
585 if (rscreen->perfcounters) in r600_perfcounters_destroy()
586 rscreen->perfcounters->cleanup(rscreen); in r600_perfcounters_destroy()
Dr600_query.c1782 if (info->group_id != ~(unsigned)0 && rscreen->perfcounters) in r600_get_driver_query_info()
1783 info->group_id += rscreen->perfcounters->num_groups; in r600_get_driver_query_info()
1799 if (rscreen->perfcounters) in r600_get_driver_query_group_info()
1800 num_pc_groups = rscreen->perfcounters->num_groups; in r600_get_driver_query_group_info()
Dr600_pipe_common.h405 struct r600_perfcounters *perfcounters; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c654 r600_perfcounters_do_destroy(rscreen->perfcounters); in si_pc_cleanup()
655 rscreen->perfcounters = NULL; in si_pc_cleanup()
729 screen->b.perfcounters = pc; in si_init_perfcounters()