HomeSort by: relevance | last modified time | path
    Searched refs:render_batch (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_pipe_control.c 152 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER]; local
155 if (render_batch->contains_draw ||
156 render_batch->cache.render->entries ||
157 render_batch->cache.depth->entries) {
iris_resource.c 831 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER]; local
835 iris_resource_prepare_access(ice, render_batch, res,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_pipe_control.c 299 struct crocus_batch *render_batch = &ice->batches[CROCUS_BATCH_RENDER]; local
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/
iris_pipe_control.c 311 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER]; local
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,

Completed in 8 milliseconds