Home
last modified time | relevance | path

Searched refs:render_batch (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_pipe_control.c299 struct crocus_batch *render_batch = &ice->batches[CROCUS_BATCH_RENDER]; in crocus_texture_barrier() local
301 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()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_pipe_control.c311 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_texture_barrier() local
314 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()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst2570 - iris: make an ice->render_batch field