Lines Matching defs:batch
834 * list when we start a new batch and haven't resubmitted commands.
869 void iris_lost_context_state(struct iris_batch *batch);
896 struct iris_batch *batch,
905 iris_blorp_flags_for_batch(struct iris_batch *batch)
907 if (batch->name == IRIS_BATCH_COMPUTE)
910 if (batch->name == IRIS_BATCH_BLITTER)
927 void iris_emit_pipe_control_flush(struct iris_batch *batch,
929 void iris_emit_pipe_control_write(struct iris_batch *batch,
933 void iris_emit_end_of_pipe_sync(struct iris_batch *batch,
935 void iris_emit_buffer_barrier_for(struct iris_batch *batch,
938 void iris_flush_all_caches(struct iris_batch *batch);
940 #define iris_handle_always_flush_cache(batch) \
941 if (unlikely(batch->screen->driconf.always_flush_cache)) \
942 iris_flush_all_caches(batch);
1063 struct iris_batch *batch,
1068 struct iris_batch *batch,
1071 struct iris_batch *batch,
1074 struct iris_batch *batch);
1075 void iris_cache_flush_for_render(struct iris_batch *batch,
1086 struct iris_batch *batch,