/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | split_merge.hpp | 86 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 …]
|
D | copy.hpp | 78 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()
|
D | transform.hpp | 270 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()
|
D | histogram.hpp | 102 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in histogram() 105 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in histogram()
|
D | minmaxloc.hpp | 165 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in minMaxLoc() 168 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in minMaxLoc() 171 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in minMaxLoc()
|
D | reduce_to_row.hpp | 109 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in reduceToRow() 112 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in reduceToRow()
|
D | transpose.hpp | 118 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in transpose() 121 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in transpose()
|
D | integral.hpp | 154 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in horizontal_pass() 408 …CV_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()
|
D | reduce_to_column.hpp | 136 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in reduceToColumn() 139 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in reduceToColumn()
|
D | pyr_up.hpp | 163 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in pyrUp() 166 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in pyrUp()
|
D | pyr_down.hpp | 192 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in pyrDown() 195 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in pyrDown()
|
D | reduce.hpp | 422 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in reduce() 425 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in reduce()
|
/external/opencv3/modules/core/src/cuda/ |
D | gpu_mat.cu | 71 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() 179 …CV_CUDEV_SAFE_CALL( cudaMemcpy2D(data, step, mat.data, mat.step, cols * elemSize(), rows, cudaMemc… in upload() 191 …CV_CUDEV_SAFE_CALL( cudaMemcpy2DAsync(data, step, mat.data, mat.step, cols * elemSize(), rows, cud… in upload() 204 …CV_CUDEV_SAFE_CALL( cudaMemcpy2D(dst.data, dst.step, data, step, cols * elemSize(), rows, cudaMemc… in download() 215 …CV_CUDEV_SAFE_CALL( cudaMemcpy2DAsync(dst.data, dst.step, data, step, cols * elemSize(), rows, cud… in download() 228 …CV_CUDEV_SAFE_CALL( cudaMemcpy2D(dst.data, dst.step, data, step, cols * elemSize(), rows, cudaMemc… in copyTo() 239 …CV_CUDEV_SAFE_CALL( cudaMemcpy2DAsync(dst.data, dst.step, data, step, cols * elemSize(), rows, cud… in copyTo() 342 …CV_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/ |
D | texture.hpp | 78 … CV_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/ |
D | lut.cu | 107 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()
|
D | transpose.cu | 81 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in transpose()
|
D | polar_cart.cu | 208 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in polarToCart() 214 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in polarToCart()
|
D | threshold.cu | 121 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in threshold()
|
D | bitwise_scalar.cu | 122 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in call()
|
/external/opencv3/modules/cudacodec/src/cuda/ |
D | nv12_to_rgb.cu | 203 CV_CUDEV_SAFE_CALL( cudaGetLastError() ); in videoDecPostProcessFrame() 204 CV_CUDEV_SAFE_CALL( cudaDeviceSynchronize() ); in videoDecPostProcessFrame()
|
D | rgb_to_yv12.cu | 163 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/ |
D | common.hpp | 76 #define CV_CUDEV_SAFE_CALL(expr) cv::cudev::checkCudaError((expr), __FILE__, __LINE__, CV_Func) macro
|