Lines Matching defs:counter
634 int r = compare_str_or_null(c1->counter->category, c2->counter->category);
638 return strcmp(c1->counter->name, c2->counter->name);
670 struct intel_perf_query_counter *counter;
673 counter = &query->counters[c];
674 entry = _mesa_hash_table_search(counters_table, counter->symbol_name);
684 counter_info->counter = counter;
690 _mesa_hash_table_insert(counters_table, counter->symbol_name, counter_info);
945 counter_pass[i].counter = perf->counter_infos[idx].counter;