Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.c358 struct fd_batch *flush_batch = NULL; in alloc_batch_locked() local
360 if (!flush_batch || (cache->batches[i]->seqno < flush_batch->seqno)) in alloc_batch_locked()
361 fd_batch_reference_locked(&flush_batch, cache->batches[i]); in alloc_batch_locked()
368 DBG("%p: too many batches! flush forced!", flush_batch); in alloc_batch_locked()
369 fd_batch_flush(flush_batch); in alloc_batch_locked()
383 if (other->dependents_mask & (1 << flush_batch->idx)) { in alloc_batch_locked()
384 other->dependents_mask &= ~(1 << flush_batch->idx); in alloc_batch_locked()
385 struct fd_batch *ref = flush_batch; in alloc_batch_locked()
390 fd_batch_reference_locked(&flush_batch, NULL); in alloc_batch_locked()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c2688 flush_batch(struct zink_context *ctx, bool sync) in flush_batch() function
2732 flush_batch(ctx, true); in zink_flush_queue()
2959 flush_batch(ctx, false); in zink_set_framebuffer_state()
3442 flush_batch(ctx, true); in zink_flush()
3497 flush_batch(ctx, true); in zink_wait_on_batch()