Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp15206 …portedTransforms_ ), planeReorderPossible( planeReorderPossible_ ), persistentContent( persistentC…
15244 …icalDimensions, physicalResolution, supportedTransforms, planeReorderPossible, persistentContent ); in reflect()
15260 if ( auto cmp = persistentContent <=> rhs.persistentContent; cmp != 0 ) return cmp; in operator <=>()
15274 && ( persistentContent == rhs.persistentContent ); in operator ==()
15289 VULKAN_HPP_NAMESPACE::Bool32 persistentContent = {}; member
Dvulkansc_hash.hpp2154 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.persistentContent ); in operator ()()
Dvulkan_structs.hpp29803 …portedTransforms_ ), planeReorderPossible( planeReorderPossible_ ), persistentContent( persistentC…
29841 …icalDimensions, physicalResolution, supportedTransforms, planeReorderPossible, persistentContent ); in reflect()
29857 if ( auto cmp = persistentContent <=> rhs.persistentContent; cmp != 0 ) return cmp; in operator <=>()
29871 && ( persistentContent == rhs.persistentContent ); in operator ==()
29886 VULKAN_HPP_NAMESPACE::Bool32 persistentContent = {}; member
Dvulkan_core.h7931 VkBool32 persistentContent; member
Dvulkan_hash.hpp3849 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.persistentContent ); in operator ()()