Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c434 properties->physicalDimensions.width = in wsi_display_fill_in_display_properties()
436 properties->physicalDimensions.height = in wsi_display_fill_in_display_properties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display/
Ddisplay.adoc74 * pname:physicalDimensions describes the physical width and height of the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2150 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.physicalDimensions ); in operator ()()
Dvulkan_hash.hpp3845 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.physicalDimensions ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7882 VkExtent2D physicalDimensions; member