Searched defs:cudaSafeCall (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dcommon.hpp73 #ifndef cudaSafeCall
74 #define cudaSafeCall(expr) cv::cuda::checkCudaError(expr, __FILE__, __LINE__, CV_Func) macro
102 cudaSafeCall( cudaBindTexture2D(0, tex, img.ptr(), &desc, img.cols, img.rows, img.step) );

Completed in 134 milliseconds