Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h119 struct fd_device { struct
135 const struct fd_device_funcs *funcs; argument
137 struct fd_bo_cache bo_cache;
138 struct fd_bo_cache ring_cache;
140 bool has_cached_coherent;
142 bool closefd; /* call close(fd) upon destruction */
145 int bo_size;
155 struct list_head deferred_submits;
156 unsigned deferred_cmds;
157 simple_mtx_t submit_lock;
[all …]
/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/vulkan/wsi/
Dwsi_common_drm.c273 drmDevicePtr fd_device; in wsi_device_matches_drm_fd() local