Searched refs:perfcounters (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c394 struct si_perfcounters *pc = screen->perfcounters;
461 struct si_perfcounters *pc = screen->perfcounters;
575 struct si_perfcounters *pc = screen->perfcounters;
615 struct si_perfcounters *pc = screen->perfcounters;
640 struct si_perfcounters *pc = screen->perfcounters;
647 screen->perfcounters = NULL;
657 screen->perfcounters = CALLOC_STRUCT(si_perfcounters);
658 if (!screen->perfcounters)
661 screen->perfcounters->num_stop_cs_dwords = 14 + si_cp_write_fence_dwords(screen);
662 screen->perfcounters
[all...]
H A Dsi_query.c1803 if (info->group_id != ~(unsigned)0 && sscreen->perfcounters)
1804 info->group_id += sscreen->perfcounters->base.num_groups;
1819 if (sscreen->perfcounters)
1820 num_pc_groups = sscreen->perfcounters->base.num_groups;
H A Dsi_pipe.h593 struct si_perfcounters *perfcounters; member in struct:si_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_perfcounter.c130 struct r600_perfcounters *pc = ctx->screen->perfcounters;
161 struct r600_perfcounters *pc = ctx->screen->perfcounters;
264 shaders = screen->perfcounters->shader_type_bits[shader_id];
306 struct r600_perfcounters *pc = screen->perfcounters;
444 groups_shader = screen->perfcounters->num_shader_types;
468 const char *shader_suffix = screen->perfcounters->shader_type_suffixes[i];
518 struct r600_perfcounters *pc = screen->perfcounters;
560 struct r600_perfcounters *pc = screen->perfcounters;
585 if (rscreen->perfcounters)
586 rscreen->perfcounters
[all...]
H A Dr600_query.c2078 if (info->group_id != ~(unsigned)0 && rscreen->perfcounters)
2079 info->group_id += rscreen->perfcounters->num_groups;
2095 if (rscreen->perfcounters)
2096 num_pc_groups = rscreen->perfcounters->num_groups;
H A Dr600_pipe_common.h380 struct r600_perfcounters *perfcounters; member in struct:r600_common_screen
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_perfcounter.c130 struct r600_perfcounters *pc = ctx->screen->perfcounters;
161 struct r600_perfcounters *pc = ctx->screen->perfcounters;
264 shaders = screen->perfcounters->shader_type_bits[shader_id];
306 struct r600_perfcounters *pc = screen->perfcounters;
444 groups_shader = screen->perfcounters->num_shader_types;
468 const char *shader_suffix = screen->perfcounters->shader_type_suffixes[i];
518 struct r600_perfcounters *pc = screen->perfcounters;
560 struct r600_perfcounters *pc = screen->perfcounters;
585 if (rscreen->perfcounters)
586 rscreen->perfcounters
[all...]
H A Dr600_query.c2076 if (info->group_id != ~(unsigned)0 && rscreen->perfcounters)
2077 info->group_id += rscreen->perfcounters->num_groups;
2093 if (rscreen->perfcounters)
2094 num_pc_groups = rscreen->perfcounters->num_groups;
H A Dr600_pipe_common.h376 struct r600_perfcounters *perfcounters; member in struct:r600_common_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c44 /* Non-shader block with perfcounters windowed by shaders. */
947 if (si_pc_block_has_per_se_groups(screen->perfcounters, block))
969 if (si_pc_block_has_per_se_groups(screen->perfcounters, block)) {
976 if (si_pc_block_has_per_instance_groups(screen->perfcounters, block)) {
994 struct si_perfcounters *pc = screen->perfcounters;
1110 bool per_instance_groups = si_pc_block_has_per_instance_groups(screen->perfcounters, block);
1111 bool per_se_groups = si_pc_block_has_per_se_groups(screen->perfcounters, block);
1197 struct si_perfcounters *pc = screen->perfcounters;
1239 struct si_perfcounters *pc = screen->perfcounters;
1264 struct si_perfcounters *pc = screen->perfcounters;
[all...]
H A Dsi_query.c1844 if (info->group_id != ~(unsigned)0 && sscreen->perfcounters)
1845 info->group_id += sscreen->perfcounters->num_groups;
1861 if (sscreen->perfcounters)
1862 num_pc_groups = sscreen->perfcounters->num_groups;
H A Dsi_pipe.h519 struct si_perfcounters *perfcounters; member in struct:si_screen
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.2.rst130 - freedreno: android: fix build of perfcounters.
H A D21.2.0.rst4817 - ac/perfcounters: remove ac_pc_block_base::num_prelude
4818 - ac/perfcounters,radeonsi: rework performance counters layout
4819 - ac/perfcounters: rename num_multi to num_spm_counters
4820 - ac/perfcounters: add more SPM configuration fields
4821 - ac/perfcounters: add a GPU block ID to every block definitions
H A D20.1.0.rst3214 - freedreno: android: fix build of perfcounters.
H A D21.3.0.rst1491 - radeonsi: Fix leak of screen->perfcounters.

Completed in 44 milliseconds