Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcuda_info.cpp147 bool hasEqualOrGreaterPtx(int major, int minor) const;
187 bool CudaArch::hasEqualOrGreaterPtx(int major, int minor) const in hasEqualOrGreaterPtx() function in __anonba33a78e0111::CudaArch
275 bool cv::cuda::TargetArchs::hasEqualOrGreaterPtx(int major, int minor) in hasEqualOrGreaterPtx() function in cv::cuda::TargetArchs
283 return cudaArch.hasEqualOrGreaterPtx(major, minor); in hasEqualOrGreaterPtx()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp622 static bool hasEqualOrGreaterPtx(int major, int minor);
Dcuda.inl.hpp556 return hasEqualOrGreaterPtx(major, minor) || hasEqualOrGreaterBin(major, minor); in hasEqualOrGreater()