Searched refs:importFdInfo (Results 1 – 2 of 2) sorted by relevance
356 VkImportSemaphoreFdInfoKHR importFdInfo = {}; in serverWait() local357 importFdInfo.sType = VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR; in serverWait()358 importFdInfo.semaphore = waitSemaphore.get().getHandle(); in serverWait()359 importFdInfo.flags = VK_SEMAPHORE_IMPORT_TEMPORARY_BIT_KHR; in serverWait()360 importFdInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT_KHR; in serverWait()361 importFdInfo.fd = dup(mNativeFenceFd); in serverWait()362 ANGLE_VK_TRY(contextVk, waitSemaphore.get().importFd(device, importFdInfo)); in serverWait()
439 VkResult importFd(VkDevice device, const VkImportSemaphoreFdInfoKHR &importFdInfo) const;1360 const VkImportSemaphoreFdInfoKHR &importFdInfo) const1363 return vkImportSemaphoreFdKHR(device, &importFdInfo);