Searched refs:compute_batch (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_pipe_control.c300 struct crocus_batch *compute_batch = &ice->batches[CROCUS_BATCH_COMPUTE]; local in function:crocus_texture_barrier
320 if (compute_batch->contains_draw) {
321 crocus_batch_maybe_flush(compute_batch, 48);
322 crocus_emit_pipe_control_flush(compute_batch,
325 crocus_emit_pipe_control_flush(compute_batch,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_pipe_control.c312 struct iris_batch *compute_batch = &ice->batches[IRIS_BATCH_COMPUTE]; local in function:iris_texture_barrier
326 if (compute_batch->contains_draw) {
327 iris_batch_maybe_flush(compute_batch, 48);
328 iris_emit_pipe_control_flush(compute_batch,
331 iris_emit_pipe_control_flush(compute_batch,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_pipe_control.c153 struct iris_batch *compute_batch = &ice->batches[IRIS_BATCH_COMPUTE]; local in function:iris_texture_barrier
166 if (compute_batch->contains_draw) {

Completed in 4 milliseconds