Home
last modified time | relevance | path

Searched refs:deviceSupports (Results 1 – 18 of 18) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/
Dhistogram.hpp63 CV_Assert( deviceSupports(SHARED_ATOMICS) ); in gridHistogram_()
83 CV_Assert( deviceSupports(SHARED_ATOMICS) ); in gridHistogram_()
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dtexture.hpp129 cc30 = deviceSupports(FEATURE_SET_COMPUTE_30); in Texture()
214 CV_Assert( deviceSupports(FEATURE_SET_COMPUTE_30) );
/external/opencv3/modules/cudaimgproc/src/
Dcanny.cpp136 CV_Assert( deviceSupports(SHARED_ATOMICS) ); in detect()
177 CV_Assert( deviceSupports(SHARED_ATOMICS) ); in detect()
Dhough_circles.cpp299 … dp_, minRadius_, maxRadius_, votesThreshold_, deviceSupports(FEATURE_SET_COMPUTE_20)); in detect()
Dhistogram.cpp502 if (src.depth() == CV_8U && deviceSupports(FEATURE_SET_COMPUTE_30)) in histEven()
/external/opencv3/modules/cudawarping/src/
Dremap.cpp101 …borderMode, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSupports(FEATURE_SET_CO… in remap()
Dwarp.cpp318 …borderMode, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSupports(FEATURE_SET_CO… in warpAffine()
457 …borderMode, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSupports(FEATURE_SET_CO… in warpPerspective()
/external/opencv3/modules/cudaoptflow/src/
Dpyrlk.cpp101 block.x = deviceSupports(FEATURE_SET_COMPUTE_12) ? 32 : 16; in calcPatchSize()
107 block.y = deviceSupports(FEATURE_SET_COMPUTE_12) ? 16 : 8; in calcPatchSize()
Dfarneback.cpp260 if (deviceSupports(FEATURE_SET_COMPUTE_12)) in updateFlow_boxFilter()
278 if (deviceSupports(FEATURE_SET_COMPUTE_12)) in updateFlow_gaussianBlur()
/external/opencv3/modules/cudaarithm/src/cuda/
Dlut.cu92 cc30 = deviceSupports(FEATURE_SET_COMPUTE_30); in LookUpTableImpl()
/external/opencv3/modules/cudaarithm/src/
Dreductions.cpp137 if (!deviceSupports(FEATURE_SET_COMPUTE_13)) in meanStdDev()
Darithm.cpp181 if (!deviceSupports(NATIVE_DOUBLE)) in gemm()
Delement_operations.cpp146 if (!deviceSupports(NATIVE_DOUBLE)) in arithm_op()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp593 CV_EXPORTS bool deviceSupports(FeatureSet feature_set);
/external/opencv3/modules/cudalegacy/src/
Dgraphcuts.cpp109 if (!deviceSupports(SHARED_ATOMICS)) in labelComponents()
Dfgd.cpp175 deviceSupports(FEATURE_SET_COMPUTE_20), 0); in calcDiffHistogram()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dintegral.hpp600 if (deviceSupports(FEATURE_SET_COMPUTE_30) in integral()
/external/opencv3/modules/core/src/
Dcuda_info.cpp98 bool cv::cuda::deviceSupports(FeatureSet feature_set) in deviceSupports() function in cv::cuda