Searched defs:fd_pipe (Results 1 – 3 of 3) sorted by relevance
223 struct fd_pipe { struct225 enum fd_pipe_id id; argument235 * Previous fence seqno allocated for this pipe. The fd_pipe represents argument252 volatile struct fd_pipe_control *control; argument256 const struct fd_pipe_funcs *funcs; argument259 uint32_t fd_pipe_emit_fence(struct fd_pipe *pipe, struct fd_ringbuffer *ring); argument
126 struct fd_pipe { struct128 enum fd_pipe_id id; argument131 const struct fd_pipe_funcs *funcs; argument150 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); argument
52 static int fd_pipe[2]; variable