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/
Dloader_common.h313 bool wsi_xcb_surface_enabled; member
Dwsi.c61 loader_inst->wsi_xcb_surface_enabled = true; in wsi_create_instance()
826 if (!loader_inst->wsi_xcb_surface_enabled) { in terminator_CreateXcbSurfaceKHR()
906 if (!loader_inst->wsi_xcb_surface_enabled) { in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()
2874 *addr = loader_inst->wsi_xcb_surface_enabled ? (void *)vkCreateXcbSurfaceKHR : NULL; in wsi_swapchain_instance_gpa()
2878 …*addr = loader_inst->wsi_xcb_surface_enabled ? (void *)vkGetPhysicalDeviceXcbPresentationSupportKH… in wsi_swapchain_instance_gpa()