Home
last modified time | relevance | path

Searched refs:CV_CUDEV_SAFE_CALL (Results 1 – 22 of 22) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dsplit_merge.hpp86 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in mergeC2()
89 CV_CUDEV_SAFE_CALL(cudaDeviceSynchronize()); in mergeC2()
117 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in mergeC3()
120 CV_CUDEV_SAFE_CALL(cudaDeviceSynchronize()); in mergeC3()
149 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in mergeC4()
152 CV_CUDEV_SAFE_CALL(cudaDeviceSynchronize()); in mergeC4()
210 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in split()
213 CV_CUDEV_SAFE_CALL(cudaDeviceSynchronize()); in split()
241 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in split()
244 CV_CUDEV_SAFE_CALL(cudaDeviceSynchronize()); in split()
[all …]
Dcopy.hpp78 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in copy()
81 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in copy()
123 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in copy_tuple()
126 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in copy_tuple()
Dtransform.hpp270 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in call()
273 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in call()
283 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in call()
286 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in call()
318 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in call()
321 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in call()
340 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in call()
343 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in call()
414 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in transform_tuple()
417 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in transform_tuple()
Dhistogram.hpp102 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in histogram()
105 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in histogram()
Dminmaxloc.hpp165 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in minMaxLoc()
168 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in minMaxLoc()
171 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in minMaxLoc()
Dreduce_to_row.hpp109 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in reduceToRow()
112 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in reduceToRow()
Dtranspose.hpp118 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in transpose()
121 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in transpose()
Dintegral.hpp154 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in horizontal_pass()
408CV_CUDEV_SAFE_CALL( cudaFuncSetCacheConfig(horisontal_pass_8u_shfl_kernel, cudaFuncCachePreferL1) … in horisontal_pass_8u_shfl()
414 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in horisontal_pass_8u_shfl()
583 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in vertical_pass()
595 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in integral()
615 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in integral()
Dreduce_to_column.hpp136 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in reduceToColumn()
139 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in reduceToColumn()
Dpyr_up.hpp163 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in pyrUp()
166 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in pyrUp()
Dpyr_down.hpp192 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in pyrDown()
195 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in pyrDown()
Dreduce.hpp422 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in reduce()
425 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in reduce()
/external/opencv3/modules/core/src/cuda/
Dgpu_mat.cu71 CV_CUDEV_SAFE_CALL( cudaMallocPitch(&mat->data, &mat->step, elemSize * cols, rows) ); in allocate()
76 CV_CUDEV_SAFE_CALL( cudaMalloc(&mat->data, elemSize * cols * rows) ); in allocate()
179CV_CUDEV_SAFE_CALL( cudaMemcpy2D(data, step, mat.data, mat.step, cols * elemSize(), rows, cudaMemc… in upload()
191CV_CUDEV_SAFE_CALL( cudaMemcpy2DAsync(data, step, mat.data, mat.step, cols * elemSize(), rows, cud… in upload()
204CV_CUDEV_SAFE_CALL( cudaMemcpy2D(dst.data, dst.step, data, step, cols * elemSize(), rows, cudaMemc… in download()
215CV_CUDEV_SAFE_CALL( cudaMemcpy2DAsync(dst.data, dst.step, data, step, cols * elemSize(), rows, cud… in download()
228CV_CUDEV_SAFE_CALL( cudaMemcpy2D(dst.data, dst.step, data, step, cols * elemSize(), rows, cudaMemc… in copyTo()
239CV_CUDEV_SAFE_CALL( cudaMemcpy2DAsync(dst.data, dst.step, data, step, cols * elemSize(), rows, cud… in copyTo()
342CV_CUDEV_SAFE_CALL( cudaMemset2DAsync(data, step, 0, cols * elemSize(), rows, StreamAccessor::getS… in setTo()
344 CV_CUDEV_SAFE_CALL( cudaMemset2D(data, step, 0, cols * elemSize(), rows) ); in setTo()
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dtexture.hpp78CV_CUDEV_SAFE_CALL( cudaBindTexture2D(0, &ref, mat.data, &desc, mat.cols, mat.rows, mat.step) ); in bind()
155 CV_CUDEV_SAFE_CALL( cudaCreateTextureObject(&this->texObj, &texRes, &texDescr, 0) ); in Texture()
238 CV_CUDEV_SAFE_CALL( cudaCreateTextureObject(&this->texObj, &texRes, &texDescr, 0) );
/external/opencv3/modules/cudaarithm/src/cuda/
Dlut.cu107 CV_CUDEV_SAFE_CALL( cudaCreateTextureObject(&texLutTableObj, &texRes, &texDescr, 0) ); in LookUpTableImpl()
113 CV_CUDEV_SAFE_CALL( cudaBindTexture(0, &texLutTable, d_lut.data, &desc) ); in LookUpTableImpl()
Dtranspose.cu81 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in transpose()
Dpolar_cart.cu208 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in polarToCart()
214 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in polarToCart()
Dthreshold.cu121 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in threshold()
Dbitwise_scalar.cu122 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in call()
/external/opencv3/modules/cudacodec/src/cuda/
Dnv12_to_rgb.cu203 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in videoDecPostProcessFrame()
204 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in videoDecPostProcessFrame()
Drgb_to_yv12.cu163 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in RGB_to_YV12()
164 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in RGB_to_YV12()
/external/opencv3/modules/cudev/include/opencv2/cudev/
Dcommon.hpp76 #define CV_CUDEV_SAFE_CALL(expr) cv::cudev::checkCudaError((expr), __FILE__, __LINE__, CV_Func) macro