Home
last modified time | relevance | path

Searched refs:supportFeature (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/cudaarithm/test/
Dtest_gpumat.cpp87 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()
Dtest_element_operations.cpp83 …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 …]
Dtest_reductions.cpp393 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()
Dtest_core.cpp83 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()
Dtest_arithm.cpp85 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P()
/external/opencv3/modules/cudaimgproc/test/
Dtest_mean_shift.cpp78 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/
Dtest_features2d.cpp81 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/
Dtest_stereo.cpp149 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)) in CUDA_TEST_P()
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp85 CV_EXPORTS bool supportFeature(const cv::cuda::DeviceInfo& info, cv::cuda::FeatureSet feature);
/external/opencv3/modules/ts/src/
Dcuda_test.cpp141 bool supportFeature(const DeviceInfo& info, FeatureSet feature) in supportFeature() function