Searched refs:render_batch (Results 1 – 3 of 3) sorted by relevance
299 struct crocus_batch *render_batch = &ice->batches[CROCUS_BATCH_RENDER]; in crocus_texture_barrier() local301 const struct intel_device_info *devinfo = &render_batch->screen->devinfo; in crocus_texture_barrier()304 crocus_emit_mi_flush(render_batch); in crocus_texture_barrier()308 if (render_batch->contains_draw) { in crocus_texture_barrier()309 crocus_batch_maybe_flush(render_batch, 48); in crocus_texture_barrier()310 crocus_emit_pipe_control_flush(render_batch, in crocus_texture_barrier()315 crocus_emit_pipe_control_flush(render_batch, in crocus_texture_barrier()
311 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_texture_barrier() local314 if (render_batch->contains_draw) { in iris_texture_barrier()315 iris_batch_maybe_flush(render_batch, 48); in iris_texture_barrier()316 iris_emit_pipe_control_flush(render_batch, in iris_texture_barrier()321 iris_emit_pipe_control_flush(render_batch, in iris_texture_barrier()
2570 - iris: make an ice->render_batch field