Lines Matching full:devinfo
57 cv::cuda::DeviceInfo devInfo;
64 devInfo = GET_PARAM(0);
69 cv::cuda::setDevice(devInfo.deviceID());
87 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
112 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
139 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
173 cv::cuda::DeviceInfo devInfo;
181 devInfo = GET_PARAM(0);
186 cv::cuda::setDevice(devInfo.deviceID());
206 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
243 cv::cuda::DeviceInfo devInfo;
251 devInfo = GET_PARAM(0);
257 cv::cuda::setDevice(devInfo.deviceID());
265 if ((depth1 == CV_64F || depth2 == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
297 if ((depth1 == CV_64F || depth2 == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
337 cv::cuda::DeviceInfo devInfo = GetParam();
338 cv::cuda::setDevice(devInfo.deviceID());