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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c44 fd_context_flush(struct pipe_context *pctx, struct pipe_fence_handle **fencep, argument
56 DBG("%p: flush: flags=%x, fencep=%p", batch, flags, fencep);
58 if (fencep && !batch) {
73 if ((flags & TC_FLUSH_ASYNC) && fencep) {
80 fd_fence_set_batch(*fencep, batch);
81 fd_fence_ref(&batch->fence, *fencep);
87 fd_fence_repopulate(*fencep, ctx->last_fence);
88 fd_fence_ref(&fence, *fencep);
142 if (fencep)
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c42 fd_context_flush(struct pipe_context *pctx, struct pipe_fence_handle **fencep, argument
80 if (fencep)
81 fd_fence_ref(pctx->screen, fencep, fence);

Completed in 3 milliseconds