Home | History | Annotate | Download | only in loader

Lines Matching refs:vkGetPhysicalDeviceDisplayPlanePropertiesKHR

1112 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR(
1130 "VK_KHR_display extension not enabled. vkGetPhysicalDeviceDisplayPlanePropertiesKHR not executed!\n");
1136 "ICD for selected physical device is not exporting vkGetPhysicalDeviceDisplayPlanePropertiesKHR!\n");
1515 if (!strcmp("vkGetPhysicalDeviceDisplayPlanePropertiesKHR", name)) {
1516 *addr = ptr_instance->wsi_display_enabled ? (void *)vkGetPhysicalDeviceDisplayPlanePropertiesKHR : NULL;