Searched refs:fd_perfcntr_group (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/
H A Dfreedreno_perfcntr.c31 extern const struct fd_perfcntr_group a2xx_perfcntr_groups[];
34 extern const struct fd_perfcntr_group a5xx_perfcntr_groups[];
37 extern const struct fd_perfcntr_group a6xx_perfcntr_groups[];
40 const struct fd_perfcntr_group *
H A Dfreedreno_perfcntr.h92 struct fd_perfcntr_group { struct
100 const struct fd_perfcntr_group *fd_perfcntrs(const struct fd_dev_id *id, unsigned *count);
H A Dfdperf.c53 const struct fd_perfcntr_group *group;
719 setup_counter_groups(const struct fd_perfcntr_group *groups)
844 const struct fd_perfcntr_group *groups;
H A Dfd5_perfcntr.c719 const struct fd_perfcntr_group a5xx_perfcntr_groups[] = {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_perfcntr.h63 struct fd_perfcntr_group { struct
H A Dfreedreno_screen.h77 const struct fd_perfcntr_group *perfcntr_groups;
H A Dfreedreno_query.c180 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[index];
208 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[i];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_screen.c108 extern const struct fd_perfcntr_group a2xx_perfcntr_groups[];
H A Dfd2_query.c90 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
104 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
131 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.c123 extern const struct fd_perfcntr_group a5xx_perfcntr_groups[];
H A Dfd5_query.c290 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
304 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
332 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
H A Dfd5_perfcntr.c745 const struct fd_perfcntr_group a5xx_perfcntr_groups[] = {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_screen.c129 extern const struct fd_perfcntr_group a6xx_perfcntr_groups[];
H A Dfd6_query.c290 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
304 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
332 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
H A Dfd6_perfcntr.c784 const struct fd_perfcntr_group a6xx_perfcntr_groups[] = {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ds/
H A Dfd_pps_driver.h52 const struct fd_perfcntr_group *perfcntrs;
H A Dfd_pps_driver.cc340 const struct fd_perfcntr_group *g = &d->perfcntrs[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c89 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
103 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
130 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c168 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[index];
236 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[i];
H A Dfreedreno_screen.h106 const struct fd_perfcntr_group *perfcntr_groups;
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A Dmain.c124 static const struct fd_perfcntr_group *groups;
133 const struct fd_perfcntr_group *group = &groups[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c283 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
297 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
325 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c482 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
496 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
524 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_query.c192 perfcntr_index(const struct fd_perfcntr_group *group, uint32_t group_count,
1424 const struct fd_perfcntr_group *group =
1472 const struct fd_perfcntr_group *group =
H A Dtu_private.h1684 const struct fd_perfcntr_group *perf_group;

Completed in 21 milliseconds

12