Home
last modified time | relevance | path

Searched defs:fd_device (Results 1 – 3 of 3) sorted by relevance

/third_party/libdrm/freedreno/
Dfreedreno_priv.h82 struct fd_device { struct
98 const struct fd_device_funcs *funcs; argument
116 drm_private void fd_device_del_locked(struct fd_device *dev); argument
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h112 struct fd_device { struct
128 const struct fd_device_funcs *funcs; argument
130 struct fd_bo_cache bo_cache;
131 struct fd_bo_cache ring_cache;
133 bool has_cached_coherent;
135 bool closefd; /* call close(fd) upon destruction */
138 int bo_size;
168 void fd_device_del_locked(struct fd_device *dev); argument
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c43 drmDevicePtr fd_device; in wsi_device_matches_drm_fd() local