Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
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.c2079 if (info->group_id != ~(unsigned)0 && rscreen->perfcounters) in r600_get_driver_query_info()
2080 info->group_id += rscreen->perfcounters->num_groups; in r600_get_driver_query_info()
2096 if (rscreen->perfcounters) in r600_get_driver_query_group_info()
2097 num_pc_groups = rscreen->perfcounters->num_groups; in r600_get_driver_query_group_info()
Dr600_pipe_common.h374 struct r600_perfcounters *perfcounters; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c1111 if (si_pc_block_has_per_se_groups(screen->perfcounters, block)) in get_group_state()
1133 if (si_pc_block_has_per_se_groups(screen->perfcounters, block)) { in get_group_state()
1140 if (si_pc_block_has_per_instance_groups(screen->perfcounters, block)) { in get_group_state()
1156 struct si_perfcounters *pc = screen->perfcounters; in si_create_batch_query()
1269 bool per_instance_groups = si_pc_block_has_per_instance_groups(screen->perfcounters, block); in si_init_block_names()
1270 bool per_se_groups = si_pc_block_has_per_se_groups(screen->perfcounters, block); in si_init_block_names()
1355 struct si_perfcounters *pc = screen->perfcounters; in si_get_perfcounter_info()
1395 struct si_perfcounters *pc = screen->perfcounters; in si_get_perfcounter_group_info()
1420 struct si_perfcounters *pc = screen->perfcounters; in si_destroy_perfcounters()
1432 screen->perfcounters = NULL; in si_destroy_perfcounters()
[all …]
Dsi_query.c1823 if (info->group_id != ~(unsigned)0 && sscreen->perfcounters) in si_get_driver_query_info()
1824 info->group_id += sscreen->perfcounters->num_groups; in si_get_driver_query_info()
1839 if (sscreen->perfcounters) in si_get_driver_query_group_info()
1840 num_pc_groups = sscreen->perfcounters->num_groups; in si_get_driver_query_group_info()
Dsi_pipe.h572 struct si_perfcounters *perfcounters; member
/external/mesa3d/docs/relnotes/
D20.0.2.rst130 - freedreno: android: fix build of perfcounters.
D20.1.0.rst3214 - freedreno: android: fix build of perfcounters.