Home
last modified time | relevance | path

Searched refs:iris_syncobj_reference (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_fine_fence.c39 iris_syncobj_reference(screen->bufmgr, &fine->syncobj, NULL); in iris_fine_fence_destroy()
55 iris_syncobj_reference(batch->screen->bufmgr, &fine->syncobj, in iris_fine_fence_new()
Diris_batch.c545 iris_syncobj_reference(bufmgr, &syncobj, NULL); in iris_batch_reset()
579 iris_syncobj_reference(bufmgr, s, NULL); in iris_batch_free()
821 iris_syncobj_reference(bufmgr, p_syncobj, NULL); in move_syncobj_to_batch()
880 iris_syncobj_reference(bufmgr, &bo_deps->write_syncobjs[batch_idx], in update_bo_syncobjs()
883 iris_syncobj_reference(bufmgr, &bo_deps->read_syncobjs[batch_idx], in update_bo_syncobjs()
1084 iris_syncobj_reference(screen->bufmgr, s, NULL); in _iris_batch_flush()
Diris_fence.h53 iris_syncobj_reference(struct iris_bufmgr *bufmgr, in iris_syncobj_reference() function
Diris_fence.c127 iris_syncobj_reference(batch->screen->bufmgr, store, syncobj); in iris_batch_add_syncobj()
164 iris_syncobj_reference(bufmgr, syncobj, NULL); in clear_stale_syncobjs()
Diris_batch.h298 iris_syncobj_reference(batch->screen->bufmgr, out_syncobj, syncobj); in iris_batch_reference_signal_syncobj()
Diris_bufmgr.c503 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in iris_bo_wait_syncobj()
504 iris_syncobj_reference(bufmgr, &bo->deps[d].read_syncobjs[b], NULL); in iris_bo_wait_syncobj()
641 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in iris_slab_free()
642 iris_syncobj_reference(bufmgr, &bo->deps[d].read_syncobjs[b], NULL); in iris_slab_free()
1355 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in bo_close()
1356 iris_syncobj_reference(bufmgr, &bo->deps[d].read_syncobjs[b], NULL); in bo_close()
Diris_query.c486 iris_syncobj_reference(screen->bufmgr, &query->syncobj, NULL); in iris_destroy_query()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst3486 - iris: save some iris_syncobj_reference() calls at update_bo_syncobjs()