Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.c483 iris_syncobj_reference(bufmgr, &syncobj, NULL); in iris_batch_reset()
518 iris_syncobj_reference(bufmgr, s, NULL); in iris_batch_free()
762 iris_syncobj_reference(bufmgr, p_syncobj, NULL); in move_syncobj_to_batch()
824 iris_syncobj_reference(bufmgr, &bo_deps->write_syncobjs[batch_idx], in update_bo_syncobjs()
827 iris_syncobj_reference(bufmgr, &bo_deps->read_syncobjs[batch_idx], in update_bo_syncobjs()
965 iris_syncobj_reference(screen->bufmgr, s, NULL); in _iris_batch_flush()
H A 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()
H A Diris_bufmgr.c555 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in iris_bo_wait_syncobj()
556 iris_syncobj_reference(bufmgr, &bo->deps[d].read_syncobjs[b], NULL); in iris_bo_wait_syncobj()
564 iris_syncobj_reference(bufmgr, &external_implicit_syncobj, NULL); in iris_bo_wait_syncobj()
713 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in iris_slab_free()
714 iris_syncobj_reference(bufmgr, &bo->deps[d].read_syncobjs[b], NULL); in iris_slab_free()
1543 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in bo_close()
1544 iris_syncobj_reference(bufmgr, &bo->deps[d].read_syncobjs[b], NULL); in bo_close()
H A 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()
H A Diris_fence.h53 iris_syncobj_reference(struct iris_bufmgr *bufmgr, in iris_syncobj_reference() function
H A Diris_batch.h326 iris_syncobj_reference(batch->screen->bufmgr, out_syncobj, syncobj); in iris_batch_reference_signal_syncobj()
H A Diris_query.c495 iris_syncobj_reference(screen->bufmgr, &query->syncobj, NULL); in iris_destroy_query()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/xe/
H A Diris_kmd_backend.c262 iris_syncobj_reference(bufmgr, &sync->entries[i].iris_syncobj, NULL); in iris_implicit_sync_finish()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.0.0.rst3486 - iris: save some iris_syncobj_reference() calls at update_bo_syncobjs()