Lines Matching defs:PanfrostDevice
15 class PanfrostDevice
18 PanfrostDevice(int fd);
19 ~PanfrostDevice();
21 PanfrostDevice(const PanfrostDevice &) = delete;
22 PanfrostDevice &operator=(const PanfrostDevice &) = delete;
24 PanfrostDevice(PanfrostDevice&&);
25 PanfrostDevice& operator=(PanfrostDevice&&);
34 PanfrostPerf(const PanfrostDevice& dev);