Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c164 return screen->num_perfcntr_groups; in fd_get_driver_query_group_info()
166 if (index >= screen->num_perfcntr_groups) in fd_get_driver_query_group_info()
226 for (unsigned i = 0; i < screen->num_perfcntr_groups; i++) in setup_perfcntr_query_info()
234 for (unsigned i = 0; i < screen->num_perfcntr_groups; i++) { in setup_perfcntr_query_info()
Dfreedreno_screen.h82 unsigned num_perfcntr_groups; member
Dfreedreno_screen.c1001 &screen->num_perfcntr_groups); in fd_screen_create()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_query.c82 unsigned counters_per_group[screen->num_perfcntr_groups]; in perfcntr_resume()
121 unsigned counters_per_group[screen->num_perfcntr_groups]; in perfcntr_pause()
180 unsigned counters_per_group[screen->num_perfcntr_groups]; in fd2_create_batch_query()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c279 unsigned counters_per_group[screen->num_perfcntr_groups]; in perfcntr_resume()
319 unsigned counters_per_group[screen->num_perfcntr_groups]; in perfcntr_pause()
392 unsigned counters_per_group[screen->num_perfcntr_groups]; in fd5_create_batch_query()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c472 unsigned counters_per_group[screen->num_perfcntr_groups]; in perfcntr_resume()
512 unsigned counters_per_group[screen->num_perfcntr_groups]; in perfcntr_pause()
585 unsigned counters_per_group[screen->num_perfcntr_groups]; in fd6_create_batch_query()