Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.c344 struct fd_batch *flush_batch = NULL; in fd_bc_alloc_batch() local
346 if (!flush_batch || (cache->batches[i]->seqno < flush_batch->seqno)) in fd_bc_alloc_batch()
347 fd_batch_reference_locked(&flush_batch, cache->batches[i]); in fd_bc_alloc_batch()
354 DBG("%p: too many batches! flush forced!", flush_batch); in fd_bc_alloc_batch()
355 fd_batch_flush(flush_batch); in fd_bc_alloc_batch()
369 if (other->dependents_mask & (1 << flush_batch->idx)) { in fd_bc_alloc_batch()
370 other->dependents_mask &= ~(1 << flush_batch->idx); in fd_bc_alloc_batch()
371 struct fd_batch *ref = flush_batch; in fd_bc_alloc_batch()
376 fd_batch_reference_locked(&flush_batch, NULL); in fd_bc_alloc_batch()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c685 flush_batch(struct zink_context *ctx) in flush_batch() function
717 flush_batch(ctx); in zink_batch_no_rp()
1001 flush_batch(ctx); in zink_flush()