Home
last modified time | relevance | path

Searched refs:fpGetPhysicalDeviceExternalSemaphoreProperties (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dterminator.c545 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties fpGetPhysicalDeviceExternalSemaphoreProperties = NULL; in terminator_GetPhysicalDeviceExternalSemaphoreProperties() local
547 fpGetPhysicalDeviceExternalSemaphoreProperties = icd_term->dispatch.GetPhysicalDeviceExternalSemaphoreProperties; in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
549 if (fpGetPhysicalDeviceExternalSemaphoreProperties == NULL && in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
551 fpGetPhysicalDeviceExternalSemaphoreProperties = icd_term->dispatch.GetPhysicalDeviceExternalSemaphorePropertiesKHR; in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
554 if (fpGetPhysicalDeviceExternalSemaphoreProperties != NULL) { in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
556 fpGetPhysicalDeviceExternalSemaphoreProperties(phys_dev_term->phys_dev, pExternalSemaphoreInfo, in terminator_GetPhysicalDeviceExternalSemaphoreProperties()

Completed in 2 milliseconds