• Home
  • Raw
  • Download

Lines Matching refs:pGetFdInfo

6515     const VkMemoryGetFdInfoKHR*                 pGetFdInfo,  in PreCallValidateGetMemoryFdKHR()  argument
6520 …emoryFdKHR", "pGetFdInfo", "VK_STRUCTURE_TYPE_MEMORY_GET_FD_INFO_KHR", pGetFdInfo, VK_STRUCTURE_TY… in PreCallValidateGetMemoryFdKHR()
6521 if (pGetFdInfo != NULL) in PreCallValidateGetMemoryFdKHR()
6523 …skip |= validate_struct_pnext("vkGetMemoryFdKHR", "pGetFdInfo->pNext", NULL, pGetFdInfo->pNext, 0,… in PreCallValidateGetMemoryFdKHR()
6525 … skip |= validate_required_handle("vkGetMemoryFdKHR", "pGetFdInfo->memory", pGetFdInfo->memory); in PreCallValidateGetMemoryFdKHR()
6527 …ernalMemoryHandleTypeFlagBits", AllVkExternalMemoryHandleTypeFlagBits, pGetFdInfo->handleType, kRe… in PreCallValidateGetMemoryFdKHR()
6648 const VkSemaphoreGetFdInfoKHR* pGetFdInfo, in PreCallValidateGetSemaphoreFdKHR() argument
6653 …reFdKHR", "pGetFdInfo", "VK_STRUCTURE_TYPE_SEMAPHORE_GET_FD_INFO_KHR", pGetFdInfo, VK_STRUCTURE_TY… in PreCallValidateGetSemaphoreFdKHR()
6654 if (pGetFdInfo != NULL) in PreCallValidateGetSemaphoreFdKHR()
6656 …skip |= validate_struct_pnext("vkGetSemaphoreFdKHR", "pGetFdInfo->pNext", NULL, pGetFdInfo->pNext,… in PreCallValidateGetSemaphoreFdKHR()
6658 …skip |= validate_required_handle("vkGetSemaphoreFdKHR", "pGetFdInfo->semaphore", pGetFdInfo->semap… in PreCallValidateGetSemaphoreFdKHR()
6660 …emaphoreHandleTypeFlagBits", AllVkExternalSemaphoreHandleTypeFlagBits, pGetFdInfo->handleType, kRe… in PreCallValidateGetSemaphoreFdKHR()
7139 const VkFenceGetFdInfoKHR* pGetFdInfo, in PreCallValidateGetFenceFdKHR() argument
7144 …tFenceFdKHR", "pGetFdInfo", "VK_STRUCTURE_TYPE_FENCE_GET_FD_INFO_KHR", pGetFdInfo, VK_STRUCTURE_TY… in PreCallValidateGetFenceFdKHR()
7145 if (pGetFdInfo != NULL) in PreCallValidateGetFenceFdKHR()
7147 …skip |= validate_struct_pnext("vkGetFenceFdKHR", "pGetFdInfo->pNext", NULL, pGetFdInfo->pNext, 0, … in PreCallValidateGetFenceFdKHR()
7149 skip |= validate_required_handle("vkGetFenceFdKHR", "pGetFdInfo->fence", pGetFdInfo->fence); in PreCallValidateGetFenceFdKHR()
7151 …xternalFenceHandleTypeFlagBits", AllVkExternalFenceHandleTypeFlagBits, pGetFdInfo->handleType, kRe… in PreCallValidateGetFenceFdKHR()