Home
last modified time | relevance | path

Searched defs:counter_indices (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/perf/
Dgen_perf.c869 const uint32_t *counter_indices, in get_passes_mask()
902 const uint32_t *counter_indices, in gen_perf_get_n_passes()
921 const uint32_t *counter_indices, in gen_perf_get_counters_passes()
/external/rust/crates/ash/src/vk/
Ddefinitions.rs36209 pub fn counter_indices(mut self, counter_indices: &'a [u32]) -> Self { in counter_indices() method