Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp1949 eVideoEncodeSrcKHR = VK_IMAGE_USAGE_VIDEO_ENCODE_SRC_BIT_KHR, enumerator
1981 | ImageUsageFlagBits::eVideoEncodeSrcKHR
2521 eVideoEncodeSrcKHR = VK_BUFFER_USAGE_VIDEO_ENCODE_SRC_BIT_KHR, enumerator
2560 | BufferUsageFlagBits::eVideoEncodeSrcKHR
2622 eVideoEncodeSrcKHR = VK_IMAGE_LAYOUT_VIDEO_ENCODE_SRC_KHR, enumerator
Dvulkan_to_string.hpp123 if ( value & ImageUsageFlagBits::eVideoEncodeSrcKHR ) result += "VideoEncodeSrcKHR | "; in to_string()
431 if ( value & BufferUsageFlagBits::eVideoEncodeSrcKHR ) result += "VideoEncodeSrcKHR | "; in to_string()
4117 case ImageUsageFlagBits::eVideoEncodeSrcKHR : return "VideoEncodeSrcKHR"; in to_string()
4501 case BufferUsageFlagBits::eVideoEncodeSrcKHR : return "VideoEncodeSrcKHR"; in to_string()
4562 case ImageLayout::eVideoEncodeSrcKHR : return "VideoEncodeSrcKHR"; in to_string()