Lines Matching defs:bufmgr
66 iris_create_syncobj(struct iris_bufmgr *bufmgr)
68 int fd = iris_bufmgr_get_fd(bufmgr);
83 iris_syncobj_destroy(struct iris_bufmgr *bufmgr, struct iris_syncobj *syncobj)
85 int fd = iris_bufmgr_get_fd(bufmgr);
91 iris_syncobj_signal(struct iris_bufmgr *bufmgr, struct iris_syncobj *syncobj)
93 int fd = iris_bufmgr_get_fd(bufmgr);
127 iris_syncobj_reference(batch->screen->bufmgr, store, syncobj);
142 struct iris_bufmgr *bufmgr = screen->bufmgr;
158 if (iris_wait_syncobj(bufmgr, *syncobj, 0))
164 iris_syncobj_reference(bufmgr, syncobj, NULL);
215 iris_wait_syncobj(struct iris_bufmgr *bufmgr,
222 int fd = iris_bufmgr_get_fd(bufmgr);