Home
last modified time | relevance | path

Searched refs:FEATURE_SET_COMPUTE_30 (Results 1 – 5 of 5) sorted by relevance

/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/core/include/opencv2/core/
Dcuda.hpp580 FEATURE_SET_COMPUTE_30 = 30, enumerator
588 WARP_SHUFFLE_FUNCTIONS = FEATURE_SET_COMPUTE_30,
/external/opencv3/modules/cudaarithm/src/cuda/
Dlut.cu92 cc30 = deviceSupports(FEATURE_SET_COMPUTE_30); in LookUpTableImpl()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dintegral.hpp600 if (deviceSupports(FEATURE_SET_COMPUTE_30) in integral()
/external/opencv3/modules/cudaimgproc/src/
Dhistogram.cpp502 if (src.depth() == CV_8U && deviceSupports(FEATURE_SET_COMPUTE_30)) in histEven()