Home
last modified time | relevance | path

Searched refs:OpticalFlowSessionBindingPointNV (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_to_string.hpp8411 VULKAN_HPP_INLINE std::string to_string( OpticalFlowSessionBindingPointNV value ) in to_string()
8415 case OpticalFlowSessionBindingPointNV::eUnknown : return "Unknown"; in to_string()
8416 case OpticalFlowSessionBindingPointNV::eInput : return "Input"; in to_string()
8417 case OpticalFlowSessionBindingPointNV::eReference : return "Reference"; in to_string()
8418 case OpticalFlowSessionBindingPointNV::eHint : return "Hint"; in to_string()
8419 case OpticalFlowSessionBindingPointNV::eFlowVector : return "FlowVector"; in to_string()
8420 case OpticalFlowSessionBindingPointNV::eBackwardFlowVector : return "BackwardFlowVector"; in to_string()
8421 case OpticalFlowSessionBindingPointNV::eCost : return "Cost"; in to_string()
8422 case OpticalFlowSessionBindingPointNV::eBackwardCost : return "BackwardCost"; in to_string()
8423 case OpticalFlowSessionBindingPointNV::eGlobalFlow : return "GlobalFlow"; in to_string()
Dvulkan_enums.hpp7297 enum class OpticalFlowSessionBindingPointNV enum
Dvulkan_raii.hpp8110 …void bindImage( VULKAN_HPP_NAMESPACE::OpticalFlowSessionBindingPointNV bindingPoint, VULKAN_HPP_NA…
19565 …void OpticalFlowSessionNV::bindImage( VULKAN_HPP_NAMESPACE::OpticalFlowSessionBindingPointNV bindi… in bindImage()