Searched refs:perfcntr_queries (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c160 *info = screen->perfcntr_queries[index];
202 screen->perfcntr_queries =
203 calloc(num_queries, sizeof(screen->perfcntr_queries[0]));
211 &screen->perfcntr_queries[idx];
H A Dfreedreno_screen.h81 struct pipe_driver_query_info *perfcntr_queries; member in struct:fd_screen
H A Dfreedreno_screen.c162 free(screen->perfcntr_queries);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c148 *info = screen->perfcntr_queries[index];
230 screen->perfcntr_queries =
231 calloc(num_queries, sizeof(screen->perfcntr_queries[0]));
238 struct pipe_driver_query_info *info = &screen->perfcntr_queries[idx];
H A Dfreedreno_screen.h110 struct pipe_driver_query_info *perfcntr_queries; member in struct:fd_screen
H A Dfreedreno_screen.c172 free(screen->perfcntr_queries);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c194 struct pipe_driver_query_info *pq = &screen->perfcntr_queries[idx];
198 /* the perfcntr_queries[] table flattens all the countables
206 while (pq > screen->perfcntr_queries) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c193 struct pipe_driver_query_info *pq = &screen->perfcntr_queries[idx];
197 /* the perfcntr_queries[] table flattens all the countables
205 while (pq > screen->perfcntr_queries) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c409 struct pipe_driver_query_info *pq = &screen->perfcntr_queries[idx];
413 /* the perfcntr_queries[] table flattens all the countables
421 while (pq > screen->perfcntr_queries) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c409 struct pipe_driver_query_info *pq = &screen->perfcntr_queries[idx];
413 /* the perfcntr_queries[] table flattens all the countables
421 while (pq > screen->perfcntr_queries) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c401 struct pipe_driver_query_info *pq = &screen->perfcntr_queries[idx];
405 /* the perfcntr_queries[] table flattens all the countables
413 while (pq > screen->perfcntr_queries) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c600 struct pipe_driver_query_info *pq = &screen->perfcntr_queries[idx];
604 /* the perfcntr_queries[] table flattens all the countables
612 while (pq > screen->perfcntr_queries) {

Completed in 17 milliseconds