Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcuda_info.cpp146 bool hasEqualOrLessPtx(int major, int minor) const;
182 bool CudaArch::hasEqualOrLessPtx(int major, int minor) const in hasEqualOrLessPtx() function in __anonba33a78e0111::CudaArch
263 bool cv::cuda::TargetArchs::hasEqualOrLessPtx(int major, int minor) in hasEqualOrLessPtx() function in cv::cuda::TargetArchs
271 return cudaArch.hasEqualOrLessPtx(major, minor); in hasEqualOrLessPtx()
911 if (TargetArchs::hasEqualOrLessPtx(majorVersion(), minorVersion())) in isCompatible()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp620 static bool hasEqualOrLessPtx(int major, int minor);