Home
last modified time | relevance | path

Searched defs:fd_pipe (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h223 struct fd_pipe { struct
225 enum fd_pipe_id id; argument
235 * Previous fence seqno allocated for this pipe. The fd_pipe represents argument
252 volatile struct fd_pipe_control *control; argument
256 const struct fd_pipe_funcs *funcs; argument
259 uint32_t fd_pipe_emit_fence(struct fd_pipe *pipe, struct fd_ringbuffer *ring); argument
/third_party/libdrm/freedreno/
Dfreedreno_priv.h126 struct fd_pipe { struct
128 enum fd_pipe_id id; argument
131 const struct fd_pipe_funcs *funcs; argument
150 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); argument
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range02.c52 static int fd_pipe[2]; variable