Searched refs:fd_fence_finish (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.h37 boolean fd_fence_finish(struct pipe_screen *screen,
H A Dfreedreno_fence.c83 boolean fd_fence_finish(struct pipe_screen *pscreen, function in typeref:typename:boolean
H A Dfreedreno_screen.c935 pscreen->fence_finish = fd_fence_finish;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.h53 * which case threaded_context_flush() should be called in fd_fence_finish()
84 bool fd_fence_finish(struct pipe_screen *pscreen, struct pipe_context *ctx,
H A Dfreedreno_fence.c133 fd_fence_finish(struct pipe_screen *pscreen, struct pipe_context *pctx, function in typeref:typename:bool
144 return fd_fence_finish(pscreen, pctx, fence->last_fence, timeout);
H A Dfreedreno_screen.c1118 pscreen->fence_finish = fd_fence_finish;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst4930 - freedreno: Fix fd_fence_finish()

Completed in 12 milliseconds