Searched refs:FEATURE_SET_COMPUTE_12 (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
H A Dcuda.hpp576 FEATURE_SET_COMPUTE_12 = 12, enumerator in enum:cv::cuda::FeatureSet
586 SHARED_ATOMICS = FEATURE_SET_COMPUTE_12,
/external/opencv3/modules/cudaoptflow/src/
H A Dpyrlk.cpp101 block.x = deviceSupports(FEATURE_SET_COMPUTE_12) ? 32 : 16;
107 block.y = deviceSupports(FEATURE_SET_COMPUTE_12) ? 16 : 8;
H A Dfarneback.cpp260 if (deviceSupports(FEATURE_SET_COMPUTE_12))
278 if (deviceSupports(FEATURE_SET_COMPUTE_12))

Completed in 81 milliseconds