Lines Matching defs:batch
1219 crocus_copy_region(map->blorp, map->batch, xfer->resource, xfer->level,
1235 struct pipe_screen *pscreen = &map->batch->screen->base;
1271 crocus_copy_region(map->blorp, map->batch, map->staging, 0, extra, 0, 0,
1274 crocus_emit_pipe_control_flush(map->batch,
1282 if (crocus_batch_references(map->batch, staging_bo))
1283 crocus_batch_flush(map->batch);
1704 map->batch = &ice->batches[CROCUS_BATCH_RENDER];
1762 struct crocus_batch *batch = &ice->batches[i];
1764 if (!batch->command.bo)
1766 if (batch->contains_draw || batch->cache.render->entries) {
1767 crocus_batch_maybe_flush(batch, 24);
1768 crocus_emit_pipe_control_flush(batch,
1776 * any PIPE_CONTROLs to a batch.
1853 struct crocus_batch *batch,
1863 crocus_emit_pipe_control_flush(batch, reason, flush);