Lines Matching refs:write
122 written ? " write" : "",
420 * intends to write it, then flush the other batch and synchronize.
425 * 2. They read, we write => Synchronize (they need the old value)
426 * 3. They write, we read => Synchronize (we need their new value)
427 * 4. They write, we write => Synchronize (order writes)
825 update_bo_syncobjs(struct iris_batch *batch, struct iris_bo *bo, bool write)
867 if (write)
879 if (write) {
893 bool write = BITSET_TEST(batch->bos_written, i);
898 update_bo_syncobjs(batch, bo, write);