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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c296 struct fd_batch *flush_batch = NULL; local in function:fd_bc_alloc_batch
301 if (!flush_batch || (cache->batches[i]->seqno < flush_batch->seqno))
302 fd_batch_reference_locked(&flush_batch, cache->batches[i]);
306 * flush_batch won't disappear under us.
309 DBG("%p: too many batches! flush forced!", flush_batch);
310 fd_batch_flush(flush_batch, true, false);
313 /* While the resources get cleaned up automatically, the flush_batch
324 if (other->dependents_mask & (1 << flush_batch->idx)) {
325 other->dependents_mask &= ~(1 << flush_batch
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c358 struct fd_batch *flush_batch = NULL; local in function:alloc_batch_locked
360 if (!flush_batch || (cache->batches[i]->seqno < flush_batch->seqno))
361 fd_batch_reference_locked(&flush_batch, cache->batches[i]);
365 * flush_batch won't disappear under us.
368 DBG("%p: too many batches! flush forced!", flush_batch);
369 fd_batch_flush(flush_batch);
372 /* While the resources get cleaned up automatically, the flush_batch
383 if (other->dependents_mask & (1 << flush_batch->idx)) {
384 other->dependents_mask &= ~(1 << flush_batch
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.c2419 flush_batch(struct zink_context *ctx, bool sync) function in typeref:typename:void
2454 flush_batch(ctx, true);
2575 flush_batch(ctx, false);
3035 flush_batch(ctx, true);
3100 flush_batch(ctx, true);

Completed in 10 milliseconds