Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp2077 eVideoEncodeKHR = VK_QUEUE_VIDEO_ENCODE_BIT_KHR, enumerator
2096 | QueueFlagBits::eVideoEncodeKHR
4339 eVideoEncodeKHR = VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR, enumerator
4400 | PipelineStageFlagBits2::eVideoEncodeKHR
Dvulkan_to_string.hpp189 if ( value & QueueFlagBits::eVideoEncodeKHR ) result += "VideoEncodeKHR | "; in to_string()
1169 if ( value & PipelineStageFlagBits2::eVideoEncodeKHR ) result += "VideoEncodeKHR | "; in to_string()
4209 case QueueFlagBits::eVideoEncodeKHR : return "VideoEncodeKHR"; in to_string()
5957 case PipelineStageFlagBits2::eVideoEncodeKHR : return "VideoEncodeKHR"; in to_string()