Lines Matching defs:batch
44 /* fence holds a weak reference to the batch until the batch is flushed, to
45 * accommodate PIPE_FLUSH_DEFERRED. When the batch is actually flushed, it
46 * is cleared (before the batch reference is dropped). If we need to wait
47 * on a fence, and the batch is not NULL, we need to flush it.
51 * to the batch, which is filled in later when fd_context_flush() is called
55 struct fd_batch *batch;
61 * when fence->batch is cleared, to know that the rendering has been actually
98 struct pipe_fence_handle *fd_fence_create(struct fd_batch *batch);
101 struct fd_batch *batch);