HomeSort by: relevance | last modified time | path
    Searched refs:write_syncobjs (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_batch.c 716 if (deps->write_syncobjs[other_batch_idx])
717 move_syncobj_to_batch(batch, &deps->write_syncobjs[other_batch_idx],
722 if (deps->write_syncobjs[batch_idx])
723 move_syncobj_to_batch(batch, &deps->write_syncobjs[batch_idx],
733 iris_syncobj_reference(bufmgr, &deps->write_syncobjs[batch_idx],
iris_bufmgr.h 143 struct iris_syncobj *write_syncobjs[IRIS_BATCH_COUNT]; member in struct:iris_bo_screen_deps
iris_bufmgr.c 442 struct iris_syncobj *w = bo->deps[d].write_syncobjs[b];
474 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL);
612 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL);
1272 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL);

Completed in 9 milliseconds