Searched refs:counter_index (Results 1 – 6 of 6) sorted by relevance
106 unsigned counter_index, in st_GetPerfCounterInfo() argument119 pipe->get_intel_perf_query_counter_info(pipe, query_index, counter_index, in st_GetPerfCounterInfo()
156 unsigned counter_index, in iris_get_perf_counter_info() argument169 const struct gen_perf_query_counter *counter = &info->counters[counter_index]; in iris_get_perf_counter_info()
194 unsigned counter_index, in brw_get_perf_counter_info() argument208 &query->counters[counter_index]; in brw_get_perf_counter_info()
1586 for (uint32_t counter_index = 0; in ExportMemorySnapshots() local1587 counter_index < process_counters.row_count(); ++counter_index) { in ExportMemorySnapshots()1588 if (process_counters.upid()[counter_index] != upid) in ExportMemorySnapshots()1590 TrackId track_id = process_counters.id()[counter_index]; in ExportMemorySnapshots()1591 if (private_footprint_id && (process_counters.name()[counter_index] == in ExportMemorySnapshots()1596 (process_counters.name()[counter_index] == in ExportMemorySnapshots()
316 let counter_index: usize = (command >> 6).into(); in command_write() localVariable331 self.counters[counter_index].lock().latch_counter(); in command_write()333 self.counters[counter_index] in command_write()
246 unsigned counter_index,