Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Dloader_common.h370 bool wsi_display_props2_enabled; member
H A Dwsi.c140 loader_inst->wsi_display_props2_enabled = true; in wsi_create_instance()
3104 *addr = loader_inst->wsi_display_props2_enabled ? (void *)vkGetPhysicalDeviceDisplayProperties2KHR : NULL; in wsi_swapchain_instance_gpa()
3108 *addr = loader_inst->wsi_display_props2_enabled ? (void *)vkGetPhysicalDeviceDisplayPlaneProperties2KHR : NULL; in wsi_swapchain_instance_gpa()
3112 *addr = loader_inst->wsi_display_props2_enabled ? (void *)vkGetDisplayModeProperties2KHR : NULL; in wsi_swapchain_instance_gpa()
3116 *addr = loader_inst->wsi_display_props2_enabled ? (void *)vkGetDisplayPlaneCapabilities2KHR : NULL; in wsi_swapchain_instance_gpa()

Completed in 7 milliseconds