Home
last modified time | relevance | path

Searched refs:FeatureSet (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp572 enum FeatureSet enum
593 CV_EXPORTS bool deviceSupports(FeatureSet feature_set);
608 static bool builtWith(FeatureSet feature_set);
822 bool supports(FeatureSet feature_set) const;
Dcuda.inl.hpp595 bool DeviceInfo::supports(FeatureSet feature_set) const in supports()
/external/opencv3/modules/core/src/
Dcuda_info.cpp98 bool cv::cuda::deviceSupports(FeatureSet feature_set) in deviceSupports()
143 bool builtWith(FeatureSet feature_set) const;
167 bool CudaArch::builtWith(FeatureSet feature_set) const in builtWith()
228 bool cv::cuda::TargetArchs::builtWith(cv::cuda::FeatureSet feature_set) in builtWith()
/external/llvm/lib/Target/AVR/
DAVR.td34 class FeatureSet<string name, string desc, list<SubtargetFeature> i>
39 : FeatureSet<name, !strconcat("The device is a part of the ",
220 def FeatureSetSpecial : FeatureSet<"special",
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp85 CV_EXPORTS bool supportFeature(const cv::cuda::DeviceInfo& info, cv::cuda::FeatureSet feature);
/external/opencv3/modules/ts/src/
Dcuda_test.cpp141 bool supportFeature(const DeviceInfo& info, FeatureSet feature) in supportFeature()