Home
last modified time | relevance | path

Searched refs:fd_pipe_ref (Results 1 – 7 of 7) sorted by relevance

/third_party/libdrm/freedreno/
Dfreedreno-symbols.txt27 fd_pipe_ref
Dfreedreno_pipe.c74 drm_public struct fd_pipe * fd_pipe_ref(struct fd_pipe *pipe) in fd_pipe_ref() function
Dfreedreno_drmif.h107 struct fd_pipe * fd_pipe_ref(struct fd_pipe *pipe);
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.c38 submit->pipe = fd_pipe_ref(pipe); in fd_submit_new()
Dfreedreno_drmif.h153 struct fd_pipe *fd_pipe_ref(struct fd_pipe *pipe);
Dfreedreno_pipe.c95 fd_pipe_ref(struct fd_pipe *pipe) in fd_pipe_ref() function
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_fence.c176 fence->pipe = fd_pipe_ref(ctx->pipe); in fence_create()