Searched refs:perfcounters (Results 1 – 7 of 7) sorted by relevance
126 struct r600_perfcounters *pc = ctx->screen->perfcounters; in r600_pc_query_emit_start()157 struct r600_perfcounters *pc = ctx->screen->perfcounters; in r600_pc_query_emit_stop()260 shaders = screen->perfcounters->shader_type_bits[shader_id]; in get_group_state()302 struct r600_perfcounters *pc = screen->perfcounters; in si_create_batch_query()440 groups_shader = screen->perfcounters->num_shader_types; in r600_init_block_names()464 const char *shader_suffix = screen->perfcounters->shader_type_suffixes[i]; in r600_init_block_names()514 struct r600_perfcounters *pc = screen->perfcounters; in si_get_perfcounter_info()556 struct r600_perfcounters *pc = screen->perfcounters; in si_get_perfcounter_group_info()581 if (sscreen->perfcounters) in si_perfcounters_destroy()582 sscreen->perfcounters->cleanup(sscreen); in si_perfcounters_destroy()
2041 if (info->group_id != ~(unsigned)0 && sscreen->perfcounters) in r600_get_driver_query_info()2042 info->group_id += sscreen->perfcounters->num_groups; in r600_get_driver_query_info()2058 if (sscreen->perfcounters) in r600_get_driver_query_group_info()2059 num_pc_groups = sscreen->perfcounters->num_groups; in r600_get_driver_query_group_info()
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()
2059 if (info->group_id != ~(unsigned)0 && rscreen->perfcounters) in r600_get_driver_query_info()2060 info->group_id += rscreen->perfcounters->num_groups; in r600_get_driver_query_info()2076 if (rscreen->perfcounters) in r600_get_driver_query_group_info()2077 num_pc_groups = rscreen->perfcounters->num_groups; in r600_get_driver_query_group_info()
380 struct r600_perfcounters *perfcounters; member
675 si_perfcounters_do_destroy(sscreen->perfcounters); in si_pc_cleanup()676 sscreen->perfcounters = NULL; in si_pc_cleanup()754 screen->perfcounters = pc; in si_init_perfcounters()
155 struct r600_perfcounters *perfcounters; member