Searched refs:importFdInfo (Results 1 – 3 of 3) sorted by relevance
400 VkImportSemaphoreFdInfoKHR importFdInfo = {}; in serverWait() local401 importFdInfo.sType = VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR; in serverWait()402 importFdInfo.semaphore = waitSemaphore.get().getHandle(); in serverWait()403 importFdInfo.flags = VK_SEMAPHORE_IMPORT_TEMPORARY_BIT_KHR; in serverWait()404 importFdInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT_KHR; in serverWait()405 importFdInfo.fd = dup(mExternalFence->getFenceFd()); in serverWait()406 ANGLE_VK_TRY(contextVk, waitSemaphore.get().importFd(device, importFdInfo)); in serverWait()
449 VkResult importFd(VkDevice device, const VkImportSemaphoreFdInfoKHR &importFdInfo) const;1442 const VkImportSemaphoreFdInfoKHR &importFdInfo) const1445 return vkImportSemaphoreFdKHR(device, &importFdInfo);
54 PerPlane<VkImportMemoryFdInfoKHR> importFdInfo = {}; member299 infoOut->allocateInfo[plane].pNext = &infoOut->importFdInfo[plane]; in GetAllocateInfo()302 infoOut->importFdInfo[plane].sType = VK_STRUCTURE_TYPE_IMPORT_MEMORY_FD_INFO_KHR; in GetAllocateInfo()303 infoOut->importFdInfo[plane].handleType = VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT; in GetAllocateInfo()312 infoOut->importFdInfo[plane].fd = dfd; in GetAllocateInfo()