Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/drm/
H A Dfreedreno_priv.h320 struct fd_pipe { struct
322 enum fd_pipe_id id; argument
332 * Previous fence seqno allocated for this pipe. The fd_pipe represents argument
338 uint32_t last_fence;
362 volatile struct fd_pipe_control *control; argument
366 const struct fd_pipe_funcs *funcs; argument
369 uint32_t fd_pipe_emit_fence(struct fd_pipe *pipe, struct fd_ringbuffer *ring); argument
/aosp_15_r20/external/libdrm/freedreno/
H A 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
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range02.c52 static int fd_pipe[2]; variable