Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display/
Ddisplay.adoc201 * pname:currentStackIndex is the current z-order of the plane.
723 pname:planeStackIndex must: equal the pname:currentStackIndex member of
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c567 prop->currentStackIndex = 0; in wsi_display_fill_in_display_plane_properties()
570 prop->currentStackIndex = 0; in wsi_display_fill_in_display_plane_properties()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2097 VULKAN_HPP_HASH_COMBINE( seed, displayPlanePropertiesKHR.currentStackIndex ); in operator ()()
Dvulkan_hash.hpp3792 VULKAN_HPP_HASH_COMBINE( seed, displayPlanePropertiesKHR.currentStackIndex ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7876 uint32_t currentStackIndex; member