Lines Matching refs:batches
116 * to stale render batches that are no longer of interest, so we can free
220 crocus_batch_flush(&ice->batches[i]);
236 struct crocus_batch *batch = &ice->batches[b];
276 struct crocus_batch *batch = &ice->batches[b];
341 if (fine->syncobj == crocus_batch_get_signal_syncobj(&ice->batches[i]))
342 crocus_batch_flush(&ice->batches[i]);
451 * batches had already completed, their syncobj's had been signalled,
550 ice->batches[b].contains_fence_signal = true;
551 crocus_batch_add_syncobj(&ice->batches[b], fine->syncobj,
554 if (ice->batches[b].contains_fence_signal)
555 crocus_batch_flush(&ice->batches[b]);