Searched refs:PanfrostDevice (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/ds/
H A Dpan_pps_perf.h15 class PanfrostDevice class in namespace:pps
18 PanfrostDevice(int fd);
19 ~PanfrostDevice();
21 PanfrostDevice(const PanfrostDevice &) = delete;
22 PanfrostDevice &operator=(const PanfrostDevice &) = delete;
24 PanfrostDevice(PanfrostDevice&&);
25 PanfrostDevice
[all...]
H A Dpan_pps_perf.cc10 PanfrostDevice::PanfrostDevice(int fd) function in class:pps::PanfrostDevice
18 PanfrostDevice::~PanfrostDevice()
28 PanfrostDevice::PanfrostDevice(PanfrostDevice &&o) function in class:pps::PanfrostDevice
36 PanfrostDevice &PanfrostDevice::operator=(PanfrostDevice
[all...]
H A Dpan_pps_driver.h47 std::unique_ptr<PanfrostDevice> dev = nullptr;
H A Dpan_pps_driver.cc95 dev = std::make_unique<PanfrostDevice>(drm_device.fd);

Completed in 2 milliseconds