Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp1812 eVideoEncodeDpbKHR = VK_FORMAT_FEATURE_VIDEO_ENCODE_DPB_BIT_KHR enumerator
1854 | FormatFeatureFlagBits::eVideoEncodeDpbKHR
1950 eVideoEncodeDpbKHR = VK_IMAGE_USAGE_VIDEO_ENCODE_DPB_BIT_KHR, enumerator
1982 | ImageUsageFlagBits::eVideoEncodeDpbKHR
2623 eVideoEncodeDpbKHR = VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR, enumerator
4607 eVideoEncodeDpbKHR = VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR, enumerator
4663 | FormatFeatureFlagBits2::eVideoEncodeDpbKHR
Dvulkan_to_string.hpp66 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()