Home
last modified time | relevance | path

Searched refs:wsi_xlib_surface_enabled (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
Dloader_common.h316 bool wsi_xlib_surface_enabled; member
Dwsi.c67 loader_inst->wsi_xlib_surface_enabled = true; in wsi_create_instance()
951 if (!loader_inst->wsi_xlib_surface_enabled) { in terminator_CreateXlibSurfaceKHR()
1029 if (!loader_inst->wsi_xlib_surface_enabled) { in terminator_GetPhysicalDeviceXlibPresentationSupportKHR()
2886 *addr = loader_inst->wsi_xlib_surface_enabled ? (void *)vkCreateXlibSurfaceKHR : NULL; in wsi_swapchain_instance_gpa()
2890 …*addr = loader_inst->wsi_xlib_surface_enabled ? (void *)vkGetPhysicalDeviceXlibPresentationSupport… in wsi_swapchain_instance_gpa()