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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.c306 struct iris_batch *other_batch = batch->other_batches[b]; local in function:flush_for_cross_batch_dependencies
307 int other_index = find_exec_index(other_batch, bo);
324 (writable || BITSET_TEST(other_batch->bos_written, other_index)))
325 iris_batch_flush(other_batch);

Completed in 2 milliseconds