Lines Matching defs:writable
384 add_bo_to_batch(struct iris_batch *batch, struct iris_bo *bo, bool writable)
392 if (writable)
406 bool writable)
434 (writable || BITSET_TEST(other_batch->bos_written, other_index)))
448 bool writable, enum iris_domain access)
454 * about the order of any writes to that buffer, and marking it writable
470 flush_for_cross_batch_dependencies(batch, bo, writable);
473 add_bo_to_batch(batch, bo, writable);
474 } else if (writable && !BITSET_TEST(batch->bos_written, existing_index)) {
475 flush_for_cross_batch_dependencies(batch, bo, writable);
477 /* The BO is already in the list; mark it writable */