Home
last modified time | relevance | path

Searched refs:fd_perfcntr_group (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/freedreno/perfcntrs/
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 *
Dfreedreno_perfcntr.h88 struct fd_perfcntr_group { struct
96 const struct fd_perfcntr_group *fd_perfcntrs(unsigned gpu_id, unsigned *count); argument
Dfdperf.c58 const struct fd_perfcntr_group *group;
924 setup_counter_groups(const struct fd_perfcntr_group *groups) in setup_counter_groups()
1047 const struct fd_perfcntr_group *groups; in main()
Dfd5_perfcntr.c719 const struct fd_perfcntr_group a5xx_perfcntr_groups[] = {
Dfd6_perfcntr.c759 const struct fd_perfcntr_group a6xx_perfcntr_groups[] = {
Dfd2_perfcntr.c961 const struct fd_perfcntr_group a2xx_perfcntr_groups[] = {
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_query.c90 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; in perfcntr_resume()
104 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; in perfcntr_resume()
131 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; in perfcntr_pause()
/external/mesa3d/src/freedreno/computerator/
Dmain.c128 static const struct fd_perfcntr_group *groups;
137 const struct fd_perfcntr_group *group = &groups[i]; in setup_counter()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c287 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; in perfcntr_resume()
301 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; in perfcntr_resume()
329 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; in perfcntr_pause()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c169 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[index]; in fd_get_driver_query_group_info()
235 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[i]; in setup_perfcntr_query_info()
Dfreedreno_screen.h83 const struct fd_perfcntr_group *perfcntr_groups;
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c480 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; in perfcntr_resume()
494 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; in perfcntr_resume()
522 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; in perfcntr_pause()