Lines Matching defs:PanfrostDriver
25 PanfrostDriver::PanfrostDriver()
29 PanfrostDriver::~PanfrostDriver()
33 uint64_t PanfrostDriver::get_min_sampling_period_ns()
52 PanfrostDriver::create_available_counters(const PanfrostPerf &perf)
74 auto &pan_driver = PanfrostDriver::into(d);
92 bool PanfrostDriver::init_perfcnt()
106 void PanfrostDriver::enable_counter(const uint32_t counter_id)
111 void PanfrostDriver::enable_all_counters()
119 void PanfrostDriver::enable_perfcnt(const uint64_t /* sampling_period_ns */)
130 bool PanfrostDriver::dump_perfcnt()
143 uint64_t PanfrostDriver::next()
150 void PanfrostDriver::disable_perfcnt()
160 uint32_t PanfrostDriver::gpu_clock_id() const
165 uint64_t PanfrostDriver::gpu_timestamp() const