Searched refs:DisplayPlaneAlphaFlagBitsKHR (Results 1 – 4 of 4) sorted by relevance
1105 if ( value & DisplayPlaneAlphaFlagBitsKHR::eOpaque ) result += "Opaque | "; in to_string()1106 if ( value & DisplayPlaneAlphaFlagBitsKHR::eGlobal ) result += "Global | "; in to_string()1107 if ( value & DisplayPlaneAlphaFlagBitsKHR::ePerPixel ) result += "PerPixel | "; in to_string()1108 …if ( value & DisplayPlaneAlphaFlagBitsKHR::ePerPixelPremultiplied ) result += "PerPixelPremultipli… in to_string()3930 VULKAN_HPP_INLINE std::string to_string( DisplayPlaneAlphaFlagBitsKHR value ) in to_string()3934 case DisplayPlaneAlphaFlagBitsKHR::eOpaque : return "Opaque"; in to_string()3935 case DisplayPlaneAlphaFlagBitsKHR::eGlobal : return "Global"; in to_string()3936 case DisplayPlaneAlphaFlagBitsKHR::ePerPixel : return "PerPixel"; in to_string()3937 case DisplayPlaneAlphaFlagBitsKHR::ePerPixelPremultiplied : return "PerPixelPremultiplied"; in to_string()
3423 enum class DisplayPlaneAlphaFlagBitsKHR : VkDisplayPlaneAlphaFlagsKHR enum3431 using DisplayPlaneAlphaFlagsKHR = Flags<DisplayPlaneAlphaFlagBitsKHR>;3434 template <> struct FlagTraits<DisplayPlaneAlphaFlagBitsKHR>3438 DisplayPlaneAlphaFlagBitsKHR::eOpaque3439 | DisplayPlaneAlphaFlagBitsKHR::eGlobal3440 | DisplayPlaneAlphaFlagBitsKHR::ePerPixel3441 | DisplayPlaneAlphaFlagBitsKHR::ePerPixelPremultiplied;
1384 if ( value & DisplayPlaneAlphaFlagBitsKHR::eOpaque ) result += "Opaque | "; in to_string()1385 if ( value & DisplayPlaneAlphaFlagBitsKHR::eGlobal ) result += "Global | "; in to_string()1386 if ( value & DisplayPlaneAlphaFlagBitsKHR::ePerPixel ) result += "PerPixel | "; in to_string()1387 …if ( value & DisplayPlaneAlphaFlagBitsKHR::ePerPixelPremultiplied ) result += "PerPixelPremultipli… in to_string()6225 VULKAN_HPP_INLINE std::string to_string( DisplayPlaneAlphaFlagBitsKHR value ) in to_string()6229 case DisplayPlaneAlphaFlagBitsKHR::eOpaque : return "Opaque"; in to_string()6230 case DisplayPlaneAlphaFlagBitsKHR::eGlobal : return "Global"; in to_string()6231 case DisplayPlaneAlphaFlagBitsKHR::ePerPixel : return "PerPixel"; in to_string()6232 case DisplayPlaneAlphaFlagBitsKHR::ePerPixelPremultiplied : return "PerPixelPremultiplied"; in to_string()
4807 enum class DisplayPlaneAlphaFlagBitsKHR : VkDisplayPlaneAlphaFlagsKHR enum4815 using DisplayPlaneAlphaFlagsKHR = Flags<DisplayPlaneAlphaFlagBitsKHR>;4818 template <> struct FlagTraits<DisplayPlaneAlphaFlagBitsKHR>4822 DisplayPlaneAlphaFlagBitsKHR::eOpaque4823 | DisplayPlaneAlphaFlagBitsKHR::eGlobal4824 | DisplayPlaneAlphaFlagBitsKHR::ePerPixel4825 | DisplayPlaneAlphaFlagBitsKHR::ePerPixelPremultiplied;