Searched refs:Countable (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ds/
H A Dfd_pps_driver.h98 class Countable { class in class:pps::FreedrenoDriver
100 Countable(FreedrenoDriver *d, std::string name);
117 Countable countable(std::string name);
119 std::vector<Countable> countables;
H A Dfd_pps_driver.cc271 * Countable
274 FreedrenoDriver::Countable
277 auto countable = Countable(this, name);
282 FreedrenoDriver::Countable::Countable(FreedrenoDriver *d, std::string name) function in class:pps::FreedrenoDriver::Countable
289 FreedrenoDriver::Countable::configure(struct fd_ringbuffer *ring, bool reset)
320 FreedrenoDriver::Countable::collect()
337 FreedrenoDriver::Countable::resolve()
350 std::cout << "Countable: " << name << ", group=" << g->name <<
361 FreedrenoDriver::Countable
[all...]

Completed in 2 milliseconds