Lines Matching refs:export
138 const VkExportSemaphoreCreateInfo *export =
141 export ? export->handleTypes : 0;
247 VkExternalSemaphoreHandleTypeFlagBits export =
256 * OPAQUE_FD is set, then we can't import/export OPAQUE_FD. Put
261 export &= ~VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT;
265 VkExternalSemaphoreHandleTypeFlags compatible = import & export;
267 if (handle_type & export)
272 pExternalSemaphoreProperties->exportFromImportedHandleTypes = export;
507 "Cannot export a timeline semaphore as SYNC_FD");
556 unreachable("Invalid semaphore export handle type");