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/
H A Dloader_common.h336 bool wsi_xlib_surface_enabled; member
H A Dwsi.c67 loader_inst->wsi_xlib_surface_enabled = true; in wsi_create_instance()
975 if (!loader_inst->wsi_xlib_surface_enabled) { in terminator_CreateXlibSurfaceKHR()
1053 if (!loader_inst->wsi_xlib_surface_enabled) { in terminator_GetPhysicalDeviceXlibPresentationSupportKHR()
2959 *addr = loader_inst->wsi_xlib_surface_enabled ? (void *)vkCreateXlibSurfaceKHR : NULL; in wsi_swapchain_instance_gpa()
2963 *addr = loader_inst->wsi_xlib_surface_enabled ? (void *)vkGetPhysicalDeviceXlibPresentationSupportKHR : NULL; in wsi_swapchain_instance_gpa()

Completed in 7 milliseconds