Lines Matching defs:bufmgr

258       batch->ctx_id = iris_create_hw_context(screen->bufmgr);
262 iris_hw_context_set_priority(screen->bufmgr, batch->ctx_id, priority);
273 int fd = iris_bufmgr_get_fd(screen->bufmgr);
309 iris_hw_context_set_unrecoverable(screen->bufmgr, engines_ctx);
310 iris_hw_context_set_vm_id(screen->bufmgr, engines_ctx);
324 iris_hw_context_set_priority(screen->bufmgr, engines_ctx, priority);
486 struct iris_bufmgr *bufmgr = screen->bufmgr;
489 batch->bo = iris_bo_alloc(bufmgr, "command buffer",
522 struct iris_bufmgr *bufmgr = screen->bufmgr;
543 struct iris_syncobj *syncobj = iris_create_syncobj(bufmgr);
545 iris_syncobj_reference(bufmgr, &syncobj, NULL);
566 struct iris_bufmgr *bufmgr = screen->bufmgr;
579 iris_syncobj_reference(bufmgr, s, NULL);
592 iris_destroy_kernel_context(bufmgr, batch->ctx_id);
613 iris_destroy_kernel_context(ice->batches[0].screen->bufmgr,
668 void *aux_map_ctx = iris_bufmgr_get_aux_map_context(batch->screen->bufmgr);
736 struct iris_bufmgr *bufmgr = screen->bufmgr;
740 int priority = iris_kernel_context_get_priority(bufmgr, batch->ctx_id);
750 iris_destroy_kernel_context(bufmgr, old_ctx);
752 uint32_t new_ctx = iris_clone_hw_context(bufmgr, batch->ctx_id);
756 iris_destroy_kernel_context(bufmgr, batch->ctx_id);
805 struct iris_bufmgr *bufmgr = batch->screen->bufmgr;
821 iris_syncobj_reference(bufmgr, p_syncobj, NULL);
828 struct iris_bufmgr *bufmgr = screen->bufmgr;
880 iris_syncobj_reference(bufmgr, &bo_deps->write_syncobjs[batch_idx],
883 iris_syncobj_reference(bufmgr, &bo_deps->read_syncobjs[batch_idx],
908 struct iris_bufmgr *bufmgr = batch->screen->bufmgr;
909 simple_mtx_t *bo_deps_lock = iris_bufmgr_get_bo_deps_lock(bufmgr);
1077 iris_syncobj_signal(screen->bufmgr, iris_batch_get_signal_syncobj(batch));
1084 iris_syncobj_reference(screen->bufmgr, s, NULL);