Searched refs:compute_batch (Results 1 – 2 of 2) sorted by relevance
300 struct crocus_batch *compute_batch = &ice->batches[CROCUS_BATCH_COMPUTE]; in crocus_texture_barrier() local320 if (compute_batch->contains_draw) { in crocus_texture_barrier()321 crocus_batch_maybe_flush(compute_batch, 48); in crocus_texture_barrier()322 crocus_emit_pipe_control_flush(compute_batch, in crocus_texture_barrier()325 crocus_emit_pipe_control_flush(compute_batch, in crocus_texture_barrier()
312 struct iris_batch *compute_batch = &ice->batches[IRIS_BATCH_COMPUTE]; in iris_texture_barrier() local326 if (compute_batch->contains_draw) { in iris_texture_barrier()327 iris_batch_maybe_flush(compute_batch, 48); in iris_texture_barrier()328 iris_emit_pipe_control_flush(compute_batch, in iris_texture_barrier()331 iris_emit_pipe_control_flush(compute_batch, in iris_texture_barrier()