Lines Matching defs:fence
317 * Normally we expect at most a single fence, the exception being bo's
328 if (expired && fd_fence_before(f->pipe->control->fence, f->fence))
384 fd_pipe_flush(f->pipe, f->fence);
525 * required fence now:
545 fd_bo_add_fence(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t fence)
558 assert(fd_fence_before(f->fence, fence));
559 f->fence = fence;
566 /* The first time we grow past a single fence, we need some special
579 .fence = fence,