Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display/
Ddisplay.adoc89 * pname:planeReorderPossible tells whether the planes on this display can:
715 * [[VUID-VkDisplaySurfaceCreateInfoKHR-planeReorderPossible-01253]]
716 If the pname:planeReorderPossible member of the
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c440 properties->planeReorderPossible = VK_FALSE; in wsi_display_fill_in_display_properties()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2153 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.planeReorderPossible ); in operator ()()
Dvulkan_hash.hpp3848 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.planeReorderPossible ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7885 VkBool32 planeReorderPossible; member