Home
last modified time | relevance | path

Searched refs:AttachmentDescriptionFlagBits (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2266 enum class AttachmentDescriptionFlagBits : VkAttachmentDescriptionFlags enum
2271 using AttachmentDescriptionFlags = Flags<AttachmentDescriptionFlagBits>;
2274 template <> struct FlagTraits<AttachmentDescriptionFlagBits>
2278 AttachmentDescriptionFlagBits::eMayAlias;
Dvulkansc_to_string.hpp553 if ( value & AttachmentDescriptionFlagBits::eMayAlias ) result += "MayAlias | "; in to_string()
3037 VULKAN_HPP_INLINE std::string to_string( AttachmentDescriptionFlagBits value ) in to_string()
3041 case AttachmentDescriptionFlagBits::eMayAlias : return "MayAlias"; in to_string()
Dvulkan_enums.hpp3505 enum class AttachmentDescriptionFlagBits : VkAttachmentDescriptionFlags enum
3510 using AttachmentDescriptionFlags = Flags<AttachmentDescriptionFlagBits>;
3513 template <> struct FlagTraits<AttachmentDescriptionFlagBits>
3517 AttachmentDescriptionFlagBits::eMayAlias;
Dvulkan_to_string.hpp747 if ( value & AttachmentDescriptionFlagBits::eMayAlias ) result += "MayAlias | "; in to_string()
5292 VULKAN_HPP_INLINE std::string to_string( AttachmentDescriptionFlagBits value ) in to_string()
5296 case AttachmentDescriptionFlagBits::eMayAlias : return "MayAlias"; in to_string()