Home
last modified time | relevance | path

Searched refs:write_syncobjs (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c716 if (deps->write_syncobjs[other_batch_idx]) in update_bo_syncobjs()
717 move_syncobj_to_batch(batch, &deps->write_syncobjs[other_batch_idx], in update_bo_syncobjs()
727 iris_syncobj_reference(bufmgr, &deps->write_syncobjs[batch_idx], in update_bo_syncobjs()
Diris_bufmgr.h143 struct iris_syncobj *write_syncobjs[IRIS_BATCH_COUNT]; member
Diris_bufmgr.c442 struct iris_syncobj *w = bo->deps[d].write_syncobjs[b]; in iris_bo_wait_syncobj()
474 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in iris_bo_wait_syncobj()
1265 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in bo_close()