Searched refs:TargetArchs (Results 1 – 4 of 4) sorted by relevance
127 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()
548 bool TargetArchs::has(int major, int minor) in has()554 bool TargetArchs::hasEqualOrGreater(int major, int minor) in hasEqualOrGreater()
601 class CV_EXPORTS TargetArchs class
143 return TargetArchs::builtWith(feature) && info.supports(feature); in supportFeature()