Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c423 properties->physicalResolution.width = preferred_mode->hdisplay; in wsi_display_fill_in_display_properties()
424 properties->physicalResolution.height = preferred_mode->vdisplay; in wsi_display_fill_in_display_properties()
426 properties->physicalResolution.width = largest_mode->hdisplay; in wsi_display_fill_in_display_properties()
427 properties->physicalResolution.height = largest_mode->vdisplay; in wsi_display_fill_in_display_properties()
429 properties->physicalResolution.width = 1024; in wsi_display_fill_in_display_properties()
430 properties->physicalResolution.height = 768; in wsi_display_fill_in_display_properties()
435 floor(properties->physicalResolution.width * MM_PER_PIXEL + 0.5); in wsi_display_fill_in_display_properties()
437 floor(properties->physicalResolution.height * MM_PER_PIXEL + 0.5); in wsi_display_fill_in_display_properties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display/
Ddisplay.adoc76 * pname:physicalResolution describes the physical, native, or preferred
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2151 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.physicalResolution ); in operator ()()
Dvulkan_hash.hpp3846 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.physicalResolution ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7883 VkExtent2D physicalResolution; member