Searched refs:eVideoEncodeDpbKHR (Results 1 – 2 of 2) sorted by relevance
1812 eVideoEncodeDpbKHR = VK_FORMAT_FEATURE_VIDEO_ENCODE_DPB_BIT_KHR enumerator1854 | FormatFeatureFlagBits::eVideoEncodeDpbKHR1950 eVideoEncodeDpbKHR = VK_IMAGE_USAGE_VIDEO_ENCODE_DPB_BIT_KHR, enumerator1982 | ImageUsageFlagBits::eVideoEncodeDpbKHR2623 eVideoEncodeDpbKHR = VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR, enumerator4607 eVideoEncodeDpbKHR = VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR, enumerator4663 | FormatFeatureFlagBits2::eVideoEncodeDpbKHR
66 if ( value & FormatFeatureFlagBits::eVideoEncodeDpbKHR ) result += "VideoEncodeDpbKHR | "; in to_string()124 if ( value & ImageUsageFlagBits::eVideoEncodeDpbKHR ) result += "VideoEncodeDpbKHR | "; in to_string()1311 if ( value & FormatFeatureFlagBits2::eVideoEncodeDpbKHR ) result += "VideoEncodeDpbKHR | "; in to_string()4034 case FormatFeatureFlagBits::eVideoEncodeDpbKHR : return "VideoEncodeDpbKHR"; in to_string()4118 case ImageUsageFlagBits::eVideoEncodeDpbKHR : return "VideoEncodeDpbKHR"; in to_string()4563 case ImageLayout::eVideoEncodeDpbKHR : return "VideoEncodeDpbKHR"; in to_string()6100 case FormatFeatureFlagBits2::eVideoEncodeDpbKHR : return "VideoEncodeDpbKHR"; in to_string()