Searched refs:num_perfcntr_groups (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c175 return screen->num_perfcntr_groups;
177 if (index >= screen->num_perfcntr_groups)
199 for (unsigned i = 0; i < screen->num_perfcntr_groups; i++)
207 for (unsigned i = 0; i < screen->num_perfcntr_groups; i++) {
H A Dfreedreno_screen.h76 unsigned num_perfcntr_groups; member in struct:fd_screen
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c163 return screen->num_perfcntr_groups;
165 if (index >= screen->num_perfcntr_groups)
227 for (unsigned i = 0; i < screen->num_perfcntr_groups; i++)
235 for (unsigned i = 0; i < screen->num_perfcntr_groups; i++) {
H A Dfreedreno_screen.h105 unsigned num_perfcntr_groups; member in struct:fd_screen
H A Dfreedreno_screen.c1081 fd_perfcntrs(screen->dev_id, &screen->num_perfcntr_groups);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_screen.c123 screen->num_perfcntr_groups = a2xx_num_perfcntr_groups;
H A Dfd2_query.c82 unsigned counters_per_group[screen->num_perfcntr_groups];
121 unsigned counters_per_group[screen->num_perfcntr_groups];
180 unsigned counters_per_group[screen->num_perfcntr_groups];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.c141 screen->num_perfcntr_groups = a5xx_num_perfcntr_groups;
H A Dfd5_query.c282 unsigned counters_per_group[screen->num_perfcntr_groups];
322 unsigned counters_per_group[screen->num_perfcntr_groups];
395 unsigned counters_per_group[screen->num_perfcntr_groups];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_screen.c155 screen->num_perfcntr_groups = a6xx_num_perfcntr_groups;
H A Dfd6_query.c282 unsigned counters_per_group[screen->num_perfcntr_groups];
322 unsigned counters_per_group[screen->num_perfcntr_groups];
395 unsigned counters_per_group[screen->num_perfcntr_groups];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c81 unsigned counters_per_group[screen->num_perfcntr_groups];
120 unsigned counters_per_group[screen->num_perfcntr_groups];
179 unsigned counters_per_group[screen->num_perfcntr_groups];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c275 unsigned counters_per_group[screen->num_perfcntr_groups];
315 unsigned counters_per_group[screen->num_perfcntr_groups];
387 unsigned counters_per_group[screen->num_perfcntr_groups];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c474 unsigned counters_per_group[screen->num_perfcntr_groups];
514 unsigned counters_per_group[screen->num_perfcntr_groups];
586 unsigned counters_per_group[screen->num_perfcntr_groups];

Completed in 20 milliseconds