Searched refs:iris_syncobj_reference (Results 1 – 8 of 8) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| D | iris_fine_fence.c | 39 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()
|
| D | iris_batch.c | 545 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()
|
| D | iris_fence.h | 53 iris_syncobj_reference(struct iris_bufmgr *bufmgr, in iris_syncobj_reference() function
|
| D | iris_fence.c | 127 iris_syncobj_reference(batch->screen->bufmgr, store, syncobj); in iris_batch_add_syncobj() 164 iris_syncobj_reference(bufmgr, syncobj, NULL); in clear_stale_syncobjs()
|
| D | iris_batch.h | 298 iris_syncobj_reference(batch->screen->bufmgr, out_syncobj, syncobj); in iris_batch_reference_signal_syncobj()
|
| D | iris_bufmgr.c | 503 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()
|
| D | iris_query.c | 486 iris_syncobj_reference(screen->bufmgr, &query->syncobj, NULL); in iris_destroy_query()
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 22.0.0.rst | 3486 - iris: save some iris_syncobj_reference() calls at update_bo_syncobjs()
|