Home
last modified time | relevance | path

Searched refs:perfcntr_groups (Results 1 – 6 of 6) sorted by relevance

/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()
213 screen->perfcntr_groups[entry->gid].num_counters) { in fd2_create_batch_query()
/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()
227 num_queries += screen->perfcntr_groups[i].num_countables; in setup_perfcntr_query_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; member
Dfreedreno_screen.c1000 screen->perfcntr_groups = fd_perfcntrs(screen->gpu_id, in fd_screen_create()
/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()
425 screen->perfcntr_groups[entry->gid].num_counters) { in fd5_create_batch_query()
/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()
618 screen->perfcntr_groups[entry->gid].num_counters) { in fd6_create_batch_query()