Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_to_string.hpp8397 VULKAN_HPP_INLINE std::string to_string( OpticalFlowPerformanceLevelNV value ) in to_string()
8401 case OpticalFlowPerformanceLevelNV::eUnknown : return "Unknown"; in to_string()
8402 case OpticalFlowPerformanceLevelNV::eSlow : return "Slow"; in to_string()
8403 case OpticalFlowPerformanceLevelNV::eMedium : return "Medium"; in to_string()
8404 case OpticalFlowPerformanceLevelNV::eFast : return "Fast"; in to_string()
Dvulkan_enums.hpp7289 enum class OpticalFlowPerformanceLevelNV enum