Home
last modified time | relevance | path

Searched refs:fd_device_new (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_device.c42 fd_device_new(int fd) in fd_device_new() function
102 /* like fd_device_new() but creates it's own private dup() of the fd
109 struct fd_device *dev = fd_device_new(dup_fd); in fd_device_new_dup()
132 return fd_device_new(fd); in fd_device_open()
H A Dfreedreno_drmif.h122 struct fd_device *fd_device_new(int fd);
/third_party/libdrm/freedreno/
H A Dfreedreno_device.c41 drm_public struct fd_device * fd_device_new(int fd) in fd_device_new() function
90 /* like fd_device_new() but creates it's own private dup() of the fd
96 struct fd_device *dev = fd_device_new(dup_fd); in fd_device_new_dup()
H A Dfreedreno_drmif.h87 struct fd_device * fd_device_new(int fd);
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.cc440 dev = fd_device_new(drm_device.fd); in init_perfcnt()

Completed in 3 milliseconds