Lines Matching defs:counters
57 struct si_query_counter *counters;
73 /* TODO: Expose counters from each shader array separately if needed. */
106 /* Fake counters. */
174 /* Start SPM counters. */
178 /* Start windowed performance counters. */
191 /* Stop windowed performance counters. */
199 /* Stop SPM counters. */
232 if (regs->counters)
233 reg = regs->counters[idx];
246 /* Fake counters. */
271 FREE(query->counters);
400 struct si_query_counter *counter = &query->counters[i];
593 query->counters = CALLOC(num_queries, sizeof(*query->counters));
595 struct si_query_counter *counter = &query->counters[i];
756 const struct ac_spm_counter_select *cntr_sel = &sq_block_sel->counters[0];
770 const struct ac_spm_counter_select *cntr_sel = &block_sel->counters[c];
875 /* Select SPM counters. */