Home
last modified time | relevance | path

Searched defs:fd_device_funcs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/freedreno/drm/
H A Dfreedreno_priv.h85 struct fd_device_funcs { struct
88 struct fd_bo *(*bo_new)(struct fd_device *dev, uint32_t size, uint32_t flags);
93 struct fd_bo *(*bo_from_handle)(struct fd_device *dev, uint32_t size,
95 uint32_t (*handle_from_dmabuf)(struct fd_device *dev, int fd);
96 struct fd_bo *(*bo_from_dmabuf)(struct fd_device *dev, int fd);
97 void (*bo_close_handle)(struct fd_bo *bo);
99 struct fd_pipe *(*pipe_new)(struct fd_device *dev, enum fd_pipe_id id,
101 int (*flush)(struct fd_device *dev);
102 void (*destroy)(struct fd_device *dev);
/aosp_15_r20/external/libdrm/freedreno/
H A Dfreedreno_priv.h61 struct fd_device_funcs { struct
62 int (*bo_new_handle)(struct fd_device *dev, uint32_t size,
64 struct fd_bo * (*bo_from_handle)(struct fd_device *dev,
66 struct fd_pipe * (*pipe_new)(struct fd_device *dev, enum fd_pipe_id id,
68 void (*destroy)(struct fd_device *dev);