Home
last modified time | relevance | path

Searched refs:flush_batch (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.c254 struct fd_batch *flush_batch = NULL; in fd_bc_alloc_batch() local
259 if (!flush_batch || (cache->batches[i]->seqno < flush_batch->seqno)) in fd_bc_alloc_batch()
260 fd_batch_reference_locked(&flush_batch, cache->batches[i]); in fd_bc_alloc_batch()
267 DBG("%p: too many batches! flush forced!", flush_batch); in fd_bc_alloc_batch()
268 fd_batch_flush(flush_batch, true); in fd_bc_alloc_batch()
282 if (other->dependents_mask & (1 << flush_batch->idx)) { in fd_bc_alloc_batch()
283 other->dependents_mask &= ~(1 << flush_batch->idx); in fd_bc_alloc_batch()
284 struct fd_batch *ref = flush_batch; in fd_bc_alloc_batch()
289 fd_batch_reference_locked(&flush_batch, NULL); in fd_bc_alloc_batch()