Searched refs:supportFeature (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/modules/cudaarithm/test/ |
D | test_gpumat.cpp | 87 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 112 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 139 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 206 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 265 if ((depth1 == CV_64F || depth2 == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 297 if ((depth1 == CV_64F || depth2 == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P()
|
D | test_element_operations.cpp | 83 …if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE… in CUDA_TEST_P() 145 …if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE… in CUDA_TEST_P() 202 …if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE… in CUDA_TEST_P() 233 …if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE… in CUDA_TEST_P() 290 …if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE… in CUDA_TEST_P() 321 …if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE… in CUDA_TEST_P() 386 …if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE… in CUDA_TEST_P() 448 …if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE… in CUDA_TEST_P() 505 …if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE… in CUDA_TEST_P() 536 …if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE… in CUDA_TEST_P() [all …]
|
D | test_reductions.cpp | 393 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 445 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 474 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 559 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 668 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 703 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 774 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 993 if (!supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_13)) in CUDA_TEST_P()
|
D | test_core.cpp | 83 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 145 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 206 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P()
|
D | test_arithm.cpp | 85 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P()
|
/external/opencv3/modules/cudaimgproc/test/ |
D | test_mean_shift.cpp | 78 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)) in CUDA_TEST_P() 100 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)) in CUDA_TEST_P() 154 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)) in CUDA_TEST_P()
|
/external/opencv3/modules/cudafeatures2d/test/ |
D | test_features2d.cpp | 81 if (!supportFeature(devInfo, cv::cuda::GLOBAL_ATOMICS)) in CUDA_TEST_P() 169 if (!supportFeature(devInfo, cv::cuda::GLOBAL_ATOMICS)) in CUDA_TEST_P() 582 if (!supportFeature(devInfo, cv::cuda::GLOBAL_ATOMICS)) in CUDA_TEST_P() 648 if (!supportFeature(devInfo, cv::cuda::GLOBAL_ATOMICS)) in CUDA_TEST_P()
|
/external/opencv3/modules/cudastereo/test/ |
D | test_stereo.cpp | 149 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)) in CUDA_TEST_P()
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
D | cuda_test.hpp | 85 CV_EXPORTS bool supportFeature(const cv::cuda::DeviceInfo& info, cv::cuda::FeatureSet feature);
|
/external/opencv3/modules/ts/src/ |
D | cuda_test.cpp | 141 bool supportFeature(const DeviceInfo& info, FeatureSet feature) in supportFeature() function
|