Searched refs:VideoSessionCreateFlagBitsKHR (Results 1 – 2 of 2) sorted by relevance
5104 enum class VideoSessionCreateFlagBitsKHR : VkVideoSessionCreateFlagsKHR enum5112 using VideoSessionCreateFlagsKHR = Flags<VideoSessionCreateFlagBitsKHR>;5115 template <> struct FlagTraits<VideoSessionCreateFlagBitsKHR>5119 VideoSessionCreateFlagBitsKHR::eProtectedContent5121 | VideoSessionCreateFlagBitsKHR::eAllowEncodeParameterOptimizations
1541 if ( value & VideoSessionCreateFlagBitsKHR::eProtectedContent ) result += "ProtectedContent | "; in to_string()1543 …if ( value & VideoSessionCreateFlagBitsKHR::eAllowEncodeParameterOptimizations ) result += "AllowE… in to_string()6443 VULKAN_HPP_INLINE std::string to_string( VideoSessionCreateFlagBitsKHR value ) in to_string()6447 case VideoSessionCreateFlagBitsKHR::eProtectedContent : return "ProtectedContent"; in to_string()6449 …case VideoSessionCreateFlagBitsKHR::eAllowEncodeParameterOptimizations : return "AllowEncodeParame… in to_string()