Searched refs:fencep (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_context.c | 44 fd_context_flush(struct pipe_context *pctx, struct pipe_fence_handle **fencep, in fd_context_flush() argument 56 DBG("%p: flush: flags=%x, fencep=%p", batch, flags, fencep); in fd_context_flush() 58 if (fencep && !batch) { in fd_context_flush() 73 if ((flags & TC_FLUSH_ASYNC) && fencep) { in fd_context_flush() 80 fd_fence_set_batch(*fencep, batch); in fd_context_flush() 81 fd_fence_ref(&batch->fence, *fencep); in fd_context_flush() 87 fd_fence_repopulate(*fencep, ctx->last_fence); in fd_context_flush() 88 fd_fence_ref(&fence, *fencep); in fd_context_flush() 142 if (fencep) in fd_context_flush() 143 fd_fence_ref(fencep, fence); in fd_context_flush()
|