Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h197 struct fd_pipe_funcs { struct
198 struct fd_ringbuffer *(*ringbuffer_new_object)(struct fd_pipe *pipe,
200 struct fd_submit *(*submit_new)(struct fd_pipe *pipe);
206 void (*flush)(struct fd_pipe *pipe, uint32_t fence);
208 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param,
210 int (*set_param)(struct fd_pipe *pipe, enum fd_param_id param,
212 int (*wait)(struct fd_pipe *pipe, const struct fd_fence *fence,
214 void (*destroy)(struct fd_pipe *pipe);
/third_party/libdrm/freedreno/
Dfreedreno_priv.h118 struct fd_pipe_funcs { struct
131 const struct fd_pipe_funcs *funcs; argument