Home
last modified time | relevance | path

Searched refs:WriteOnlyNoSize (Results 1 – 16 of 16) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dsumpixels.cpp362 kcols.args(ocl::KernelArg::ReadOnly(src), ocl::KernelArg::WriteOnlyNoSize(buf)); in ocl_integral()
403 …gs(ocl::KernelArg::ReadOnly(src), ocl::KernelArg::WriteOnlyNoSize(buf), ocl::KernelArg::WriteOnlyN… in ocl_integral()
418 …::ReadOnlyNoSize(buf_sq), ocl::KernelArg::WriteOnly(sum), ocl::KernelArg::WriteOnlyNoSize(sum_sq)); in ocl_integral()
Dhough.cpp680 pointListKernel.args(ocl::KernelArg::ReadOnly(src), ocl::KernelArg::WriteOnlyNoSize(pointsList), in ocl_makePointsList()
712 …ccumKernel.args(ocl::KernelArg::ReadOnlyNoSize(pointsList), ocl::KernelArg::WriteOnlyNoSize(accum), in ocl_fillAccum()
724 …ccumKernel.args(ocl::KernelArg::ReadOnlyNoSize(pointsList), ocl::KernelArg::WriteOnlyNoSize(accum), in ocl_fillAccum()
775 getLinesKernel.args(ocl::KernelArg::ReadOnly(accum), ocl::KernelArg::WriteOnlyNoSize(lines), in ocl_HoughLines()
829 … ocl::KernelArg::WriteOnlyNoSize(lines), ocl::KernelArg::PtrWriteOnly(counters), in ocl_HoughLinesP()
Dclahe.cpp83 idx = k.set(idx, cv::ocl::KernelArg::WriteOnlyNoSize(dst)); in calcLut()
114 idx = k.set(idx, cv::ocl::KernelArg::WriteOnlyNoSize(dst)); in transform()
Dcanny.cpp154 ocl::KernelArg::WriteOnlyNoSize(map), in ocl_Canny()
226 getEdgesKernel.args(ocl::KernelArg::ReadOnly(map), ocl::KernelArg::WriteOnlyNoSize(dst)); in ocl_Canny()
Dmorph.cpp1620 … kernels[0].args(ocl::KernelArg::ReadOnlyNoSize(src), ocl::KernelArg::WriteOnlyNoSize(dst), in ocl_morphOp()
1624 … kernels[0].args(ocl::KernelArg::ReadOnlyNoSize(src), ocl::KernelArg::WriteOnlyNoSize(dst), in ocl_morphOp()
1661 … kernels[i].args(ocl::KernelArg::ReadOnlyNoSize(source), ocl::KernelArg::WriteOnlyNoSize(dst), in ocl_morphOp()
1665 … kernels[i].args(ocl::KernelArg::ReadOnlyNoSize(source), ocl::KernelArg::WriteOnlyNoSize(dst), in ocl_morphOp()
Dcorner.cpp415 ocl::KernelArg::WriteOnlyNoSize(Dx), ocl::KernelArg::WriteOnly(Dy), in extractCovData()
Dhistogram.cpp1520 ocl::KernelArg::WriteOnlyNoSize(hist)); in ocl_calcHist1()
/external/opencv3/modules/stitching/src/
Dwarpers.cpp123 k.args(ocl::KernelArg::WriteOnlyNoSize(uxmap), ocl::KernelArg::WriteOnly(uymap), in buildMaps()
331 k.args(ocl::KernelArg::WriteOnlyNoSize(uxmap), ocl::KernelArg::WriteOnly(uymap), in buildMaps()
379 k.args(ocl::KernelArg::WriteOnlyNoSize(uxmap), ocl::KernelArg::WriteOnly(uymap), in buildMaps()
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp774 idxArg = kernel_apply.set(idxArg, ocl::KernelArg::WriteOnlyNoSize(fgmask)); in ocl_apply()
/external/opencv3/modules/core/include/opencv2/core/
Docl.hpp326 static KernelArg WriteOnlyNoSize(const UMat& m, int wscale=1, int iwscale=1) in WriteOnlyNoSize() function in cv::ocl::KernelArg
/external/opencv3/modules/core/src/
Dmathfuncs.cpp331 ocl::KernelArg::WriteOnlyNoSize(dst2)); in ocl_cartToPolar()
613 ocl::KernelArg::WriteOnly(dst1, cn), ocl::KernelArg::WriteOnlyNoSize(dst2)); in ocl_polarToCart()
Dmatrix.cpp3075 ocl::KernelArg::WriteOnlyNoSize(dst)); in ocl_transpose()
3581 ocl::KernelArg::WriteOnlyNoSize(dst), 1.0f / src.cols); in ocl_reduce()
3584 ocl::KernelArg::WriteOnlyNoSize(dst)); in ocl_reduce()
3613 temparg = ocl::KernelArg::WriteOnlyNoSize(dst); in ocl_reduce()
Dcopy.cpp860 k.args(ocl::KernelArg::ReadOnly(src, cn, kercn), ocl::KernelArg::WriteOnlyNoSize(dst)); in ocl_repeat()
Dconvert.cpp902 argidx = k.set(argidx, ocl::KernelArg::WriteOnlyNoSize(dst[i])); in ocl_split()
1336 argindex = k.set(argindex, ocl::KernelArg::WriteOnlyNoSize(dstargs[i])); in ocl_mixChannels()
/external/opencv3/modules/superres/src/
Dbtv_l1.cpp185 ocl::KernelArg::WriteOnlyNoSize(forwardMap), in ocl_buildMotionMaps()
/external/opencv3/modules/calib3d/src/
Dstereobm.cpp936 idx = k.set(idx, ocl::KernelArg::WriteOnlyNoSize(disp)); in ocl_stereobm()