Searched refs:deviceSupports (Results 1 – 18 of 18) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/ |
D | histogram.hpp | 63 CV_Assert( deviceSupports(SHARED_ATOMICS) ); in gridHistogram_() 83 CV_Assert( deviceSupports(SHARED_ATOMICS) ); in gridHistogram_()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
D | texture.hpp | 129 cc30 = deviceSupports(FEATURE_SET_COMPUTE_30); in Texture() 214 CV_Assert( deviceSupports(FEATURE_SET_COMPUTE_30) );
|
/external/opencv3/modules/cudaimgproc/src/ |
D | canny.cpp | 136 CV_Assert( deviceSupports(SHARED_ATOMICS) ); in detect() 177 CV_Assert( deviceSupports(SHARED_ATOMICS) ); in detect()
|
D | hough_circles.cpp | 299 … dp_, minRadius_, maxRadius_, votesThreshold_, deviceSupports(FEATURE_SET_COMPUTE_20)); in detect()
|
D | histogram.cpp | 502 if (src.depth() == CV_8U && deviceSupports(FEATURE_SET_COMPUTE_30)) in histEven()
|
/external/opencv3/modules/cudawarping/src/ |
D | remap.cpp | 101 …borderMode, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSupports(FEATURE_SET_CO… in remap()
|
D | warp.cpp | 318 …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/ |
D | pyrlk.cpp | 101 block.x = deviceSupports(FEATURE_SET_COMPUTE_12) ? 32 : 16; in calcPatchSize() 107 block.y = deviceSupports(FEATURE_SET_COMPUTE_12) ? 16 : 8; in calcPatchSize()
|
D | farneback.cpp | 260 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/ |
D | lut.cu | 92 cc30 = deviceSupports(FEATURE_SET_COMPUTE_30); in LookUpTableImpl()
|
/external/opencv3/modules/cudaarithm/src/ |
D | reductions.cpp | 137 if (!deviceSupports(FEATURE_SET_COMPUTE_13)) in meanStdDev()
|
D | arithm.cpp | 181 if (!deviceSupports(NATIVE_DOUBLE)) in gemm()
|
D | element_operations.cpp | 146 if (!deviceSupports(NATIVE_DOUBLE)) in arithm_op()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | cuda.hpp | 593 CV_EXPORTS bool deviceSupports(FeatureSet feature_set);
|
/external/opencv3/modules/cudalegacy/src/ |
D | graphcuts.cpp | 109 if (!deviceSupports(SHARED_ATOMICS)) in labelComponents()
|
D | fgd.cpp | 175 deviceSupports(FEATURE_SET_COMPUTE_20), 0); in calcDiffHistogram()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | integral.hpp | 600 if (deviceSupports(FEATURE_SET_COMPUTE_30) in integral()
|
/external/opencv3/modules/core/src/ |
D | cuda_info.cpp | 98 bool cv::cuda::deviceSupports(FeatureSet feature_set) in deviceSupports() function in cv::cuda
|