HomeSort by relevance Sort by last modified time
    Searched refs:supportFeature (Results 1 - 10 of 10) sorted by null

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

Completed in 114 milliseconds