Searched defs:fd_pipe_funcs (Results 1 – 2 of 2) sorted by relevance
293 struct fd_pipe_funcs { struct294 struct fd_ringbuffer *(*ringbuffer_new_object)(struct fd_pipe *pipe,296 struct fd_submit *(*submit_new)(struct fd_pipe *pipe);302 void (*flush)(struct fd_pipe *pipe, uint32_t fence);303 void (*finish)(struct fd_pipe *pipe);305 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param,307 int (*set_param)(struct fd_pipe *pipe, enum fd_param_id param,309 int (*wait)(struct fd_pipe *pipe, const struct fd_fence *fence,311 void (*destroy)(struct fd_pipe *pipe);
118 struct fd_pipe_funcs { struct131 const struct fd_pipe_funcs *funcs; argument