Searched refs:perfcounters (Results 1 – 8 of 8) sorted by relevance
130 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()
2079 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()
374 struct r600_perfcounters *perfcounters; member
1111 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 …]
1823 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()
572 struct si_perfcounters *perfcounters; member
130 - freedreno: android: fix build of perfcounters.
3214 - freedreno: android: fix build of perfcounters.