Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Dloader_common.h333 bool wsi_xcb_surface_enabled; member
H A Dwsi.c61 loader_inst->wsi_xcb_surface_enabled = true; in wsi_create_instance()
850 if (!loader_inst->wsi_xcb_surface_enabled) { in terminator_CreateXcbSurfaceKHR()
930 if (!loader_inst->wsi_xcb_surface_enabled) { in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()
2947 *addr = loader_inst->wsi_xcb_surface_enabled ? (void *)vkCreateXcbSurfaceKHR : NULL; in wsi_swapchain_instance_gpa()
2951 *addr = loader_inst->wsi_xcb_surface_enabled ? (void *)vkGetPhysicalDeviceXcbPresentationSupportKHR : NULL; in wsi_swapchain_instance_gpa()

Completed in 7 milliseconds