Searched refs:render_batch (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_pipe_control.c152 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER]; local in function:iris_texture_barrier
155 if (render_batch->contains_draw ||
156 render_batch->cache.render->entries ||
157 render_batch->cache.depth->entries) {
H A Diris_resource.c831 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER]; local in function:iris_flush_resource
835 iris_resource_prepare_access(ice, render_batch, res,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_pipe_control.c299 struct crocus_batch *render_batch = &ice->batches[CROCUS_BATCH_RENDER]; local in function:crocus_texture_barrier
301 const struct intel_device_info *devinfo = &render_batch->screen->devinfo;
304 crocus_emit_mi_flush(render_batch);
308 if (render_batch->contains_draw) {
309 crocus_batch_maybe_flush(render_batch, 48);
310 crocus_emit_pipe_control_flush(render_batch,
315 crocus_emit_pipe_control_flush(render_batch,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_pipe_control.c311 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER]; local in function:iris_texture_barrier
314 if (render_batch->contains_draw) {
315 iris_batch_maybe_flush(render_batch, 48);
316 iris_emit_pipe_control_flush(render_batch,
321 iris_emit_pipe_control_flush(render_batch,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst2570 - iris: make an ice->render_batch field

Completed in 13 milliseconds