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