Lines Matching defs:batch
1528 iris_foreach_batch(ice, batch) {
1529 if (iris_batch_references(batch, res->bo))
1530 iris_batch_flush(batch);
1568 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
1576 iris_copy_region(&ice->blorp, batch, &new_res->base.b, 0, 0, 0, 0,
1586 iris_copy_region(&ice->blorp, batch, &new_res->base.b, l, 0, 0, 0,
1867 iris_foreach_batch(ice, batch)
1868 busy |= iris_batch_references(batch, res->bo);
1976 iris_copy_region(map->blorp, map->batch, xfer->resource, xfer->level,
1992 struct pipe_screen *pscreen = &map->batch->screen->base;
2028 iris_copy_region(map->blorp, map->batch, map->staging, 0, extra, 0, 0,
2031 iris_emit_pipe_control_flush(map->batch,
2040 if (iris_batch_references(map->batch, staging_bo))
2041 iris_batch_flush(map->batch);
2455 map->batch = &ice->batches[IRIS_BATCH_RENDER];
2467 iris_foreach_batch(ice, batch) {
2468 if (iris_batch_references(batch, res->bo))
2469 iris_batch_flush(batch);
2503 * any PIPE_CONTROLs to a batch.
2581 iris_foreach_batch(ice, batch) {
2582 if (iris_batch_references(batch, res->bo))
2583 iris_batch_flush(batch);