Home
last modified time | relevance | path

Searched refs:VideoSessionCreateFlagBitsKHR (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp5104 enum class VideoSessionCreateFlagBitsKHR : VkVideoSessionCreateFlagsKHR enum
5112 using VideoSessionCreateFlagsKHR = Flags<VideoSessionCreateFlagBitsKHR>;
5115 template <> struct FlagTraits<VideoSessionCreateFlagBitsKHR>
5119 VideoSessionCreateFlagBitsKHR::eProtectedContent
5121 | VideoSessionCreateFlagBitsKHR::eAllowEncodeParameterOptimizations
Dvulkan_to_string.hpp1541 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()