Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c375 struct wsi_display_mode *preferred_mode = NULL, *largest_mode = NULL; in wsi_display_fill_in_display_properties() local
380 preferred_mode = display_mode; in wsi_display_fill_in_display_properties()
390 if (preferred_mode) { in wsi_display_fill_in_display_properties()
391 properties->physicalResolution.width = preferred_mode->hdisplay; in wsi_display_fill_in_display_properties()
392 properties->physicalResolution.height = preferred_mode->vdisplay; in wsi_display_fill_in_display_properties()