Lines Matching defs:handle
47 return args.handle;
51 gem_syncobj_destroy(int fd, uint32_t handle)
54 .handle = handle,
71 syncobj->handle = gem_syncobj_create(screen->fd, 0);
72 assert(syncobj->handle);
83 gem_syncobj_destroy(screen->fd, syncobj->handle);
100 .handle = syncobj->handle,
202 .handles = (uintptr_t)&syncobj->handle,
357 handles[handle_count++] = fine->syncobj->handle;
440 .handle = fine->syncobj->handle,
460 args.handle = gem_syncobj_create(screen->fd, DRM_SYNCOBJ_CREATE_SIGNALED);
462 gem_syncobj_destroy(screen->fd, args.handle);
482 args.handle = gem_syncobj_create(screen->fd, DRM_SYNCOBJ_CREATE_SIGNALED);
489 gem_syncobj_destroy(screen->fd, args.handle);
499 syncobj->handle = args.handle;