Home
last modified time | relevance | path

Searched refs:FEATURE_SET_COMPUTE_20 (Results 1 – 9 of 9) sorted by relevance

/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/cudawarping/src/
Dremap.cpp101 …, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSupports(FEATURE_SET_COMPUTE_20)); in remap()
Dwarp.cpp318 …, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSupports(FEATURE_SET_COMPUTE_20)); in warpAffine()
457 …, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSupports(FEATURE_SET_COMPUTE_20)); in warpPerspective()
/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp164 …ount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.supports(FEATURE_SET_COMPUTE_20)); in detect()
Dhough_lines.cpp160 …ount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.supports(FEATURE_SET_COMPUTE_20)); in detect()
Dhough_circles.cpp299 … dp_, minRadius_, maxRadius_, votesThreshold_, deviceSupports(FEATURE_SET_COMPUTE_20)); in detect()
/external/opencv3/modules/cudastereo/test/
Dtest_stereo.cpp149 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)) in CUDA_TEST_P()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp578 FEATURE_SET_COMPUTE_20 = 20, enumerator
/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp175 deviceSupports(FEATURE_SET_COMPUTE_20), 0); in calcDiffHistogram()