Searched refs:hasEqualOrGreaterPtx (Results 1 – 3 of 3) sorted by relevance
147 bool hasEqualOrGreaterPtx(int major, int minor) const;187 bool CudaArch::hasEqualOrGreaterPtx(int major, int minor) const in hasEqualOrGreaterPtx() function in __anonba33a78e0111::CudaArch275 bool cv::cuda::TargetArchs::hasEqualOrGreaterPtx(int major, int minor) in hasEqualOrGreaterPtx() function in cv::cuda::TargetArchs283 return cudaArch.hasEqualOrGreaterPtx(major, minor); in hasEqualOrGreaterPtx()
622 static bool hasEqualOrGreaterPtx(int major, int minor);
556 return hasEqualOrGreaterPtx(major, minor) || hasEqualOrGreaterBin(major, minor); in hasEqualOrGreater()