Searched refs:VideoDecodeH264PictureLayoutFlagBitsKHR (Results 1 – 2 of 2) sorted by relevance
5530 enum class VideoDecodeH264PictureLayoutFlagBitsKHR : VkVideoDecodeH264PictureLayoutFlagsKHR enum5537 using VideoDecodeH264PictureLayoutFlagsKHR = Flags<VideoDecodeH264PictureLayoutFlagBitsKHR>;5540 template <> struct FlagTraits<VideoDecodeH264PictureLayoutFlagBitsKHR>5544 VideoDecodeH264PictureLayoutFlagBitsKHR::eProgressive5545 | VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedInterleavedLines5546 | VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedSeparatePlanes;
1791 …if ( value & VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedInterleavedLines ) result += "Int… in to_string()1792 …if ( value & VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedSeparatePlanes ) result += "Inter… in to_string()6715 VULKAN_HPP_INLINE std::string to_string( VideoDecodeH264PictureLayoutFlagBitsKHR value ) in to_string()6719 case VideoDecodeH264PictureLayoutFlagBitsKHR::eProgressive : return "Progressive"; in to_string()6720 …case VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedInterleavedLines : return "InterlacedInte… in to_string()6721 …case VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedSeparatePlanes : return "InterlacedSepara… in to_string()