Searched defs:fd_device_funcs (Results 1 – 2 of 2) sorted by relevance
/third_party/libdrm/freedreno/ |
D | freedreno_priv.h | 61 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);
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_priv.h | 92 struct fd_device_funcs { struct 95 struct fd_bo *(*bo_new)(struct fd_device *dev, uint32_t size, uint32_t flags); 100 struct fd_bo *(*bo_from_handle)(struct fd_device *dev, uint32_t size, 103 struct fd_pipe *(*pipe_new)(struct fd_device *dev, enum fd_pipe_id id, 105 void (*destroy)(struct fd_device *dev);
|