Lines Matching defs:handle
49 return args.handle;
53 gem_syncobj_destroy(int fd, uint32_t handle)
56 .handle = handle,
74 syncobj->handle = gem_syncobj_create(fd, 0);
75 assert(syncobj->handle);
86 gem_syncobj_destroy(fd, syncobj->handle);
95 .handles = (uintptr_t)&syncobj->handle,
101 syncobj->handle);
119 .handle = syncobj->handle,
225 .handles = (uintptr_t)&syncobj->handle,
425 handles[handle_count++] = fine->syncobj->handle;
492 .handle = fine->syncobj->handle,
511 args.handle = gem_syncobj_create(screen->fd, DRM_SYNCOBJ_CREATE_SIGNALED);
513 gem_syncobj_destroy(screen->fd, args.handle);
535 args.handle = gem_syncobj_create(screen->fd, DRM_SYNCOBJ_CREATE_SIGNALED);
542 gem_syncobj_destroy(screen->fd, args.handle);
552 syncobj->handle = args.handle;