Searched refs:eVideoDecodeKHR (Results 1 – 2 of 2) sorted by relevance
2075 eVideoDecodeKHR = VK_QUEUE_VIDEO_DECODE_BIT_KHR, enumerator2094 | QueueFlagBits::eVideoDecodeKHR4337 eVideoDecodeKHR = VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR, enumerator4398 | PipelineStageFlagBits2::eVideoDecodeKHR
187 if ( value & QueueFlagBits::eVideoDecodeKHR ) result += "VideoDecodeKHR | "; in to_string()1167 if ( value & PipelineStageFlagBits2::eVideoDecodeKHR ) result += "VideoDecodeKHR | "; in to_string()4207 case QueueFlagBits::eVideoDecodeKHR : return "VideoDecodeKHR"; in to_string()5955 case PipelineStageFlagBits2::eVideoDecodeKHR : return "VideoDecodeKHR"; in to_string()