• Home
  • Raw
  • Download

Lines Matching full:icd

37 // The first ICD/Loader interface that support querying the SurfaceKHR from
152 // enumerated instance extensions. This solves the issue where an ICD or layer
208 // The real_icd_surface for any ICD not supporting the in terminator_DestroySurfaceKHR()
263 … "ICD for selected physical device does not export vkGetPhysicalDeviceSurfaceSupportKHR!"); in terminator_GetPhysicalDeviceSurfaceSupportKHR()
317 … "ICD for selected physical device does not export vkGetPhysicalDeviceSurfaceCapabilitiesKHR!"); in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR()
373 … "ICD for selected physical device does not export vkGetPhysicalDeviceSurfaceCapabilitiesKHR!"); in terminator_GetPhysicalDeviceSurfaceFormatsKHR()
431 … "ICD for selected physical device does not export vkGetPhysicalDeviceSurfacePresentModesKHR!"); in terminator_GetPhysicalDeviceSurfacePresentModesKHR()
496 // We found the ICD, and there is an ICD KHR surface in terminator_CreateSwapchainKHR()
498 // and point it at the ICD's surface. in terminator_CreateSwapchainKHR()
627 // Loop through each ICD and determine if they need to create a surface in terminator_CreateWin32SurfaceKHR()
694 …"ICD for selected physical device does not export vkGetPhysicalDeviceWin32PresentationSupportKHR!"… in terminator_GetPhysicalDeviceWin32PresentationSupportKHR()
746 // Loop through each ICD and determine if they need to create a surface in terminator_CreateWaylandSurfaceKHR()
815 …"ICD for selected physical device does not export vkGetPhysicalDeviceWaylandPresentationSupportKHR… in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR()
868 // Loop through each ICD and determine if they need to create a surface in terminator_CreateXcbSurfaceKHR()
939 … "ICD for selected physical device does not export vkGetPhysicalDeviceXcbPresentationSupportKHR!"); in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()
993 // Loop through each ICD and determine if they need to create a surface in terminator_CreateXlibSurfaceKHR()
1062 …"ICD for selected physical device does not export vkGetPhysicalDeviceXlibPresentationSupportKHR!"); in terminator_GetPhysicalDeviceXlibPresentationSupportKHR()
1118 // Loop through each ICD and determine if they need to create a surface in terminator_CreateDirectFBSurfaceEXT()
1188 …"ICD for selected physical device does not export vkGetPhysicalDeviceDirectFBPresentationSupportEX… in terminator_GetPhysicalDeviceDirectFBPresentationSupportEXT()
1332 // Loop through each ICD and determine if they need to create a surface in terminator_CreateHeadlessSurfaceEXT()
1437 // Loop through each ICD and determine if they need to create a surface in terminator_CreateMacOSSurfaceMVK()
1567 // Loop through each ICD and determine if they need to create a surface in terminator_CreateStreamDescriptorSurfaceGGP()
1640 // Loop through each ICD and determine if they need to create a surface in terminator_CreateMetalSurfaceEXT()
1717 // Loop through each ICD and determine if they need to create a surface in terminator_CreateScreenSurfaceQNX()
1786 …"ICD for selected physical device does not export vkGetPhysicalDeviceScreenPresentationSupportQNX!… in terminator_GetPhysicalDeviceScreenPresentationSupportQNX()
1836 // Loop through each ICD and determine if they need to create a surface in terminator_CreateViSurfaceNN()
1904 … "ICD for selected physical device does not export vkGetPhysicalDeviceDisplayPropertiesKHR!"); in terminator_GetPhysicalDeviceDisplayPropertiesKHR()
1945 … "ICD for selected physical device does not export vkGetPhysicalDeviceDisplayPlanePropertiesKHR!"); in terminator_GetPhysicalDeviceDisplayPlanePropertiesKHR()
1986 … "ICD for selected physical device does not export vkGetDisplayPlaneSupportedDisplaysKHR!"); in terminator_GetDisplayPlaneSupportedDisplaysKHR()
2028 … "ICD for selected physical device does not export vkGetDisplayModePropertiesKHR!"); in terminator_GetDisplayModePropertiesKHR()
2072 "ICD for selected physical device does not export vkCreateDisplayModeKHR!"); in terminator_CreateDisplayModeKHR()
2111 … "ICD for selected physical device does not export vkGetDisplayPlaneCapabilitiesKHR!"); in terminator_GetDisplayPlaneCapabilitiesKHR()
2167 // Loop through each ICD and determine if they need to create a surface in terminator_CreateDisplayPlaneSurfaceKHR()
2238 // We found the ICD, and there is an ICD KHR surface in terminator_CreateSharedSwapchainsKHR()
2240 // and point it at the ICD's surface. in terminator_CreateSharedSwapchainsKHR()
2328 … "ICD associated with VkPhysicalDevice does not support GetPhysicalDevicePresentRectanglesKHX"); in terminator_GetPhysicalDevicePresentRectanglesKHR()
2385 …"vkGetPhysicalDeviceDisplayProperties2KHR: Emulating call in ICD \"%s\"", icd_term->scanned_icd->l… in terminator_GetPhysicalDeviceDisplayProperties2KHR()
2387 // If the icd doesn't support VK_KHR_display, then no properties are available in terminator_GetPhysicalDeviceDisplayProperties2KHR()
2440 …"vkGetPhysicalDeviceDisplayPlaneProperties2KHR: Emulating call in ICD \"%s\"", icd_term->scanned_i… in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()
2442 // If the icd doesn't support VK_KHR_display, then no properties are available in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()
2496 …nstance, VULKAN_LOADER_INFO_BIT, 0, "vkGetDisplayModeProperties2KHR: Emulating call in ICD \"%s\"", in terminator_GetDisplayModeProperties2KHR()
2499 // If the icd doesn't support VK_KHR_display, then no properties are available in terminator_GetDisplayModeProperties2KHR()
2553 …"vkGetDisplayPlaneCapabilities2KHR: Emulating call in ICD \"%s\"", icd_term->scanned_icd->lib_name… in terminator_GetDisplayPlaneCapabilities2KHR()
2555 // If the icd doesn't support VK_KHR_display, then there are no capabilities in terminator_GetDisplayPlaneCapabilities2KHR()
2616 // Loop through each ICD and determine if they need to create a surface in terminator_CreateImagePipeSurfaceFUCHSIA()
2688 // if an ICD supports protected surfaces, it will reset it to true accordingly. in terminator_GetPhysicalDeviceSurfaceCapabilities2KHR()
2694 // Pass the call to the driver, possibly unwrapping the ICD surface in terminator_GetPhysicalDeviceSurfaceCapabilities2KHR()
2707 "vkGetPhysicalDeviceSurfaceCapabilities2KHR: Emulating call in ICD \"%s\" using " in terminator_GetPhysicalDeviceSurfaceCapabilities2KHR()
2723 // If the icd doesn't support VK_KHR_surface, then there are no capabilities in terminator_GetPhysicalDeviceSurfaceCapabilities2KHR()
2775 // Pass the call to the driver, possibly unwrapping the ICD surface in terminator_GetPhysicalDeviceSurfaceFormats2KHR()
2788 …"vkGetPhysicalDeviceSurfaceFormats2KHR: Emulating call in ICD \"%s\" using vkGetPhysicalDeviceSurf… in terminator_GetPhysicalDeviceSurfaceFormats2KHR()
2802 // If the icd doesn't support VK_KHR_surface, then there are no formats in terminator_GetPhysicalDeviceSurfaceFormats2KHR()