Home
last modified time | relevance | path

Searched refs:next_countable_id (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/ds/
Dfd_pps_driver.h40 uint32_t next_countable_id; variable
Dfd_pps_driver.cc477 state.resize(next_countable_id); in init_perfcnt()
590 : id {d->next_countable_id++}, d {d}, name {name} in Countable()