HomeSort by: relevance | last modified time | path
    Searched defs:iris_emit_pipe_control_flush (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_pipe_control.c 41 * iris_emit_pipe_control_flush() with the desired operations (as logical
58 iris_emit_pipe_control_flush(struct iris_batch *batch, uint32_t flags) function
158 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_RENDER],
162 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_RENDER],
167 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_COMPUTE],
169 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_COMPUTE],
199 iris_emit_pipe_control_flush(&ice->batches[i], bits);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_pipe_control.c 41 * iris_emit_pipe_control_flush() with the desired operations (as logical
58 iris_emit_pipe_control_flush(struct iris_batch *batch, function
283 iris_emit_pipe_control_flush(batch, "cache tracker: invalidate",
294 iris_emit_pipe_control_flush(batch, "debug: flush all caches",
316 iris_emit_pipe_control_flush(render_batch,
321 iris_emit_pipe_control_flush(render_batch,
328 iris_emit_pipe_control_flush(compute_batch,
331 iris_emit_pipe_control_flush(compute_batch,
363 iris_emit_pipe_control_flush(&ice->batches[i], "API: memory barrier",

Completed in 5 milliseconds