Lines Matching refs:temporary
58 if (sync->temporary) {
59 struct drm_syncobj_destroy destroy = { .handle = sync->temporary };
63 sync->temporary = syncobj;
81 bool temporary, bool sync_fd, int fd)
87 uint32_t *dst = temporary ? &sync->temporary : &sync->permanent;
101 assert(temporary);
141 .handle = sync->temporary ? : sync->permanent,
329 if (fence->syncobj.temporary) {
330 handles[i] = fence->syncobj.temporary;
373 uint32_t handle = fence->syncobj.temporary ? : fence->syncobj.permanent;
391 handles[count++] = syncobj1->temporary ?: syncobj1->permanent;
394 handles[count++] = syncobj2->temporary ?: syncobj2->permanent;