Home
last modified time | relevance | path

Searched refs:TargetArchs (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/src/
Dcuda_info.cpp127 return TargetArchs::builtWith(feature_set) && (version >= feature_set); in deviceSupports()
228 bool cv::cuda::TargetArchs::builtWith(cv::cuda::FeatureSet feature_set) in builtWith()
239 bool cv::cuda::TargetArchs::hasPtx(int major, int minor) in hasPtx()
251 bool cv::cuda::TargetArchs::hasBin(int major, int minor) in hasBin()
263 bool cv::cuda::TargetArchs::hasEqualOrLessPtx(int major, int minor) in hasEqualOrLessPtx()
275 bool cv::cuda::TargetArchs::hasEqualOrGreaterPtx(int major, int minor) in hasEqualOrGreaterPtx()
287 bool cv::cuda::TargetArchs::hasEqualOrGreaterBin(int major, int minor) in hasEqualOrGreaterBin()
911 if (TargetArchs::hasEqualOrLessPtx(majorVersion(), minorVersion())) in isCompatible()
916 if (TargetArchs::hasBin(majorVersion(), i)) in isCompatible()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.inl.hpp548 bool TargetArchs::has(int major, int minor) in has()
554 bool TargetArchs::hasEqualOrGreater(int major, int minor) in hasEqualOrGreater()
Dcuda.hpp601 class CV_EXPORTS TargetArchs class
/external/opencv3/modules/ts/src/
Dcuda_test.cpp143 return TargetArchs::builtWith(feature) && info.supports(feature); in supportFeature()