Searched refs:fence_flush (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.c48 static void fence_flush(struct pipe_fence_handle *fence) function in typeref:typename:void
88 fence_flush(fence);
135 fence_flush(fence);
149 fence_flush(fence);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.c38 fence_flush(struct pipe_context *pctx, struct pipe_fence_handle *fence, function in typeref:typename:bool
137 * yet, so always do fence_flush() *first* before delegating to
140 if (!fence_flush(pctx, fence, timeout))
221 fence_flush(pctx, fence, 0);
260 fence_flush(&fence->ctx->tc->base, fence, PIPE_TIMEOUT_INFINITE);

Completed in 3 milliseconds