Searched refs:SubpassDescriptionFlagBits (Results 1 – 4 of 4) sorted by relevance
794 …if ( value & SubpassDescriptionFlagBits::ePerViewAttributesNVX ) result += "PerViewAttributesNVX |… in to_string()795 …if ( value & SubpassDescriptionFlagBits::ePerViewPositionXOnlyNVX ) result += "PerViewPositionXOnl… in to_string()796 … if ( value & SubpassDescriptionFlagBits::eFragmentRegionQCOM ) result += "FragmentRegionQCOM | "; in to_string()797 if ( value & SubpassDescriptionFlagBits::eShaderResolveQCOM ) result += "ShaderResolveQCOM | "; in to_string()798 …if ( value & SubpassDescriptionFlagBits::eRasterizationOrderAttachmentColorAccessEXT ) result += "… in to_string()799 …if ( value & SubpassDescriptionFlagBits::eRasterizationOrderAttachmentDepthAccessEXT ) result += "… in to_string()800 …if ( value & SubpassDescriptionFlagBits::eRasterizationOrderAttachmentStencilAccessEXT ) result +=… in to_string()801 …if ( value & SubpassDescriptionFlagBits::eEnableLegacyDitheringEXT ) result += "EnableLegacyDither… in to_string()5383 VULKAN_HPP_INLINE std::string to_string( SubpassDescriptionFlagBits value ) in to_string()5387 case SubpassDescriptionFlagBits::ePerViewAttributesNVX : return "PerViewAttributesNVX"; in to_string()[all …]
3604 enum class SubpassDescriptionFlagBits : VkSubpassDescriptionFlags enum3619 using SubpassDescriptionFlags = Flags<SubpassDescriptionFlagBits>;3622 template <> struct FlagTraits<SubpassDescriptionFlagBits>3626 SubpassDescriptionFlagBits::ePerViewAttributesNVX3627 | SubpassDescriptionFlagBits::ePerViewPositionXOnlyNVX3628 | SubpassDescriptionFlagBits::eFragmentRegionQCOM3629 | SubpassDescriptionFlagBits::eShaderResolveQCOM3630 | SubpassDescriptionFlagBits::eRasterizationOrderAttachmentColorAccessEXT3631 | SubpassDescriptionFlagBits::eRasterizationOrderAttachmentDepthAccessEXT3632 | SubpassDescriptionFlagBits::eRasterizationOrderAttachmentStencilAccessEXT[all …]
2347 enum class SubpassDescriptionFlagBits : VkSubpassDescriptionFlags enum2350 using SubpassDescriptionFlags = Flags<SubpassDescriptionFlagBits>;2353 template <> struct FlagTraits<SubpassDescriptionFlagBits>
3116 VULKAN_HPP_INLINE std::string to_string( SubpassDescriptionFlagBits ) in to_string() argument