/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
D | gpumat.hpp | 66 __host__ GpuMat_(Allocator* allocator = defaultAllocator()); 69 __host__ GpuMat_(int arows, int acols, Allocator* allocator = defaultAllocator()); 70 __host__ explicit GpuMat_(Size asize, Allocator* allocator = defaultAllocator()); 73 __host__ GpuMat_(int arows, int acols, Scalar val, Allocator* allocator = defaultAllocator()); 74 __host__ GpuMat_(Size asize, Scalar val, Allocator* allocator = defaultAllocator()); 77 __host__ GpuMat_(const GpuMat_& m); 80 __host__ explicit GpuMat_(const GpuMat& m, Allocator* allocator = defaultAllocator()); 83 __host__ GpuMat_(int arows, int acols, T* adata, size_t astep = Mat::AUTO_STEP); 84 __host__ GpuMat_(Size asize, T* adata, size_t astep = Mat::AUTO_STEP); 87 __host__ GpuMat_(const GpuMat_& m, Range arowRange, Range acolRange); [all …]
|
D | traits.hpp | 64 __host__ static Ptr2D shrinkPtr(const Ptr2DSz& ptr) in shrinkPtr() 69 __host__ static int getRows(const Ptr2DSz& ptr) in getRows() 74 __host__ static int getCols(const Ptr2DSz& ptr) in getCols() 85 __host__ typename PtrTraits<Ptr2DSz>::ptr_type shrinkPtr(const Ptr2DSz& ptr) in shrinkPtr() 91 __host__ int getRows(const Ptr2DSz& ptr) in getRows() 97 __host__ int getCols(const Ptr2DSz& ptr) in getCols()
|
D | zip.hpp | 66 __host__ __device__ __forceinline__ ZipPtr() {} in ZipPtr() 67 __host__ __device__ __forceinline__ ZipPtr(const tuple<Ptr0, Ptr1>& t) : tuple<Ptr0, Ptr1>(t) {} in ZipPtr() 82 __host__ __device__ __forceinline__ ZipPtr() {} in ZipPtr() 83 …__host__ __device__ __forceinline__ ZipPtr(const tuple<Ptr0, Ptr1, Ptr2>& t) : tuple<Ptr0, Ptr1, P… in ZipPtr() 99 __host__ __device__ __forceinline__ ZipPtr() {} in ZipPtr() 100 …__host__ __device__ __forceinline__ ZipPtr(const tuple<Ptr0, Ptr1, Ptr2, Ptr3>& t) : tuple<Ptr0, P… in ZipPtr() 112 __host__ __device__ __forceinline__ ZipPtrSz() {} in ZipPtrSz() 113 __host__ __device__ __forceinline__ ZipPtrSz(const PtrTuple& t) : ZipPtr<PtrTuple>(t) {} in ZipPtrSz() 117 __host__ ZipPtrSz< tuple<typename PtrTraits<Ptr0>::ptr_type, typename PtrTraits<Ptr1>::ptr_type> > 134 __host__ ZipPtrSz< tuple<typename PtrTraits<Ptr0>::ptr_type, typename PtrTraits<Ptr1>::ptr_type, ty… [all …]
|
D | deriv.hpp | 79 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 86 __host__ DerivXPtrSz<typename PtrTraits<SrcPtr>::ptr_type> derivXPtr(const SrcPtr& src) in derivXPtr() 119 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 126 __host__ DerivYPtrSz<typename PtrTraits<SrcPtr>::ptr_type> derivYPtr(const SrcPtr& src) in derivYPtr() 166 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 173 __host__ SobelXPtrSz<typename PtrTraits<SrcPtr>::ptr_type> sobelXPtr(const SrcPtr& src) in sobelXPtr() 212 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 219 __host__ SobelYPtrSz<typename PtrTraits<SrcPtr>::ptr_type> sobelYPtr(const SrcPtr& src) in sobelYPtr() 259 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 266 __host__ ScharrXPtrSz<typename PtrTraits<SrcPtr>::ptr_type> scharrXPtr(const SrcPtr& src) in scharrXPtr() [all …]
|
/external/clang/test/SemaCUDA/ |
D | function-overload.cu | 23 __host__ int hh(void) { return 1; } // expected-note {{previous definition is here}} in hh() 27 __host__ int dh(void) { return 2; } in dh() 31 __host__ __device__ int hdh(void) { return 5; } // expected-note {{previous definition is here}} in hdh() 32 __host__ int hdh(void) { return 4; } // expected-error {{redefinition of 'hdh'}} in hdh() 34 __host__ int hhd(void) { return 4; } // expected-note {{previous definition is here}} in hhd() 35 __host__ __device__ int hhd(void) { return 5; } // expected-error {{redefinition of 'hhd'}} in hhd() 39 __host__ __device__ int hdd(void) { return 7; } // expected-note {{previous definition is here}} in hdd() 43 __host__ __device__ int dhd(void) { return 7; } // expected-error {{redefinition of 'dhd'}} in dhd() 48 extern "C" __host__ int chh(void) {return 11;} // expected-note {{previous definition is here}} in chh() 53 extern "C" __host__ int cdh(void) {return 11;} in cdh() [all …]
|
D | function-target.cu | 6 __host__ void h1h(void); 8 __host__ __device__ void h1hd(void); 15 __host__ void h1(void) { in h1() 23 __host__ void d1h(void); // expected-note {{candidate function not viable: call to __host__ functio… 25 __host__ __device__ void d1hd(void);
|
D | function-target-hd.cu | 17 __host__ void hd1h(void); 25 __host__ void hd1hg(void); 28 __host__ void hd1hig(void); 35 __host__ __device__ void hd1hd(void); 38 __host__ __device__ void hd1(void) { in hd1()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | functional.hpp | 72 __host__ __device__ __forceinline__ plus() {} in plus() 73 __host__ __device__ __forceinline__ plus(const plus&) {} in plus() 83 __host__ __device__ __forceinline__ minus() {} in minus() 84 __host__ __device__ __forceinline__ minus(const minus&) {} in minus() 94 __host__ __device__ __forceinline__ multiplies() {} in multiplies() 95 __host__ __device__ __forceinline__ multiplies(const multiplies&) {} in multiplies() 105 __host__ __device__ __forceinline__ divides() {} in divides() 106 __host__ __device__ __forceinline__ divides(const divides&) {} in divides() 116 __host__ __device__ __forceinline__ modulus() {} in modulus() 117 __host__ __device__ __forceinline__ modulus(const modulus&) {} in modulus() [all …]
|
D | vec_traits.hpp | 62 …static __host__ __device__ __forceinline__ uchar8 make_uchar8(uchar a0, uchar a1, uchar a2, uchar … in make_uchar8() 71 …static __host__ __device__ __forceinline__ char8 make_char8(schar a0, schar a1, schar a2, schar a3… in make_char8() 80 …static __host__ __device__ __forceinline__ ushort8 make_ushort8(ushort a0, ushort a1, ushort a2, u… in make_ushort8() 89 …static __host__ __device__ __forceinline__ short8 make_short8(short a0, short a1, short a2, short … in make_short8() 98 …static __host__ __device__ __forceinline__ uint8 make_uint8(uint a0, uint a1, uint a2, uint a3, ui… in make_uint8() 107 …static __host__ __device__ __forceinline__ int8 make_int8(int a0, int a1, int a2, int a3, int a4, … in make_int8() 116 …static __host__ __device__ __forceinline__ float8 make_float8(float a0, float a1, float a2, float … in make_float8() 125 …static __host__ __device__ __forceinline__ double8 make_double8(double a0, double a1, double a2, d… in make_double8() 173 static __device__ __host__ __forceinline__ type all(type v) {return v;} \ 174 static __device__ __host__ __forceinline__ type make(type x) {return x;} \ [all …]
|
D | border_interpolate.hpp | 65 …explicit __host__ __device__ __forceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<… in BrdRowConstant() 90 …explicit __host__ __device__ __forceinline__ BrdColConstant(int height_, const D& val_ = VecTraits… in BrdColConstant() 115 …__host__ __device__ __forceinline__ BrdConstant(int height_, int width_, const D& val_ = VecTraits… in BrdConstant() 141 … explicit __host__ __device__ __forceinline__ BrdRowReplicate(int width) : last_col(width - 1) {} in BrdRowReplicate() 142 …template <typename U> __host__ __device__ __forceinline__ BrdRowReplicate(int width, U) : last_col… in BrdRowReplicate() 181 … explicit __host__ __device__ __forceinline__ BrdColReplicate(int height) : last_row(height - 1) {} in BrdColReplicate() 182 …template <typename U> __host__ __device__ __forceinline__ BrdColReplicate(int height, U) : last_ro… in BrdColReplicate() 221 …__host__ __device__ __forceinline__ BrdReplicate(int height, int width) : last_row(height - 1), la… in BrdReplicate() 222 …template <typename U> __host__ __device__ __forceinline__ BrdReplicate(int height, int width, U) :… in BrdReplicate() 275 … explicit __host__ __device__ __forceinline__ BrdRowReflect101(int width) : last_col(width - 1) {} in BrdRowReflect101() [all …]
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVPixelOperations.hpp | 50 template<typename TBase> inline __host__ __device__ TBase _pixMaxVal(); 51 template<> inline __host__ __device__ Ncv8u _pixMaxVal<Ncv8u>() {return UCHAR_MAX;} in _pixMaxVal() 52 template<> inline __host__ __device__ Ncv16u _pixMaxVal<Ncv16u>() {return USHRT_MAX;} in _pixMaxVal() 53 template<> inline __host__ __device__ Ncv32u _pixMaxVal<Ncv32u>() {return UINT_MAX;} in _pixMaxVal() 54 template<> inline __host__ __device__ Ncv8s _pixMaxVal<Ncv8s>() {return SCHAR_MAX;} in _pixMaxVal() 55 template<> inline __host__ __device__ Ncv16s _pixMaxVal<Ncv16s>() {return SHRT_MAX;} in _pixMaxVal() 56 template<> inline __host__ __device__ Ncv32s _pixMaxVal<Ncv32s>() {return INT_MAX;} in _pixMaxVal() 57 template<> inline __host__ __device__ Ncv32f _pixMaxVal<Ncv32f>() {return FLT_MAX;} in _pixMaxVal() 58 template<> inline __host__ __device__ Ncv64f _pixMaxVal<Ncv64f>() {return DBL_MAX;} in _pixMaxVal() 60 template<typename TBase> inline __host__ __device__ TBase _pixMinVal(); [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/ |
D | gpumat.hpp | 54 __host__ GpuMat_<T>::GpuMat_(Allocator* allocator) in GpuMat_() 61 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, Allocator* allocator) in GpuMat_() 67 __host__ GpuMat_<T>::GpuMat_(Size asize, Allocator* allocator) in GpuMat_() 73 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, Scalar val, Allocator* allocator) in GpuMat_() 79 __host__ GpuMat_<T>::GpuMat_(Size asize, Scalar val, Allocator* allocator) in GpuMat_() 85 __host__ GpuMat_<T>::GpuMat_(const GpuMat_& m) in GpuMat_() 91 __host__ GpuMat_<T>::GpuMat_(const GpuMat& m, Allocator* allocator) in GpuMat_() 113 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, T* adata, size_t astep) in GpuMat_() 119 __host__ GpuMat_<T>::GpuMat_(Size asize, T* adata, size_t astep) in GpuMat_() 125 __host__ GpuMat_<T>::GpuMat_(const GpuMat_& m, Range arowRange, Range acolRange) in GpuMat_() [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | vec_traits.hpp | 95 __host__ __device__ __forceinline__ static type all(type v) {return v;} \ 96 __host__ __device__ __forceinline__ static type make(type x) {return x;} \ 97 __host__ __device__ __forceinline__ static type make(const type* v) {return *v;} \ 103 … __host__ __device__ __forceinline__ static type ## 1 all(type v) {return make_ ## type ## 1(v);} \ 104 …__host__ __device__ __forceinline__ static type ## 1 make(type x) {return make_ ## type ## 1(x);} \ 105 …__host__ __device__ __forceinline__ static type ## 1 make(const type* v) {return make_ ## type ## … 111 …__host__ __device__ __forceinline__ static type ## 2 all(type v) {return make_ ## type ## 2(v, v);… 112 …__host__ __device__ __forceinline__ static type ## 2 make(type x, type y) {return make_ ## type ##… 113 …__host__ __device__ __forceinline__ static type ## 2 make(const type* v) {return make_ ## type ## … 119 …__host__ __device__ __forceinline__ static type ## 3 all(type v) {return make_ ## type ## 3(v, v, … [all …]
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCVHaarObjectDetection.hpp | 84 …__host__ NCVStatus setRect(Ncv32u rectX, Ncv32u rectY, Ncv32u rectWidth, Ncv32u rectHeight, Ncv32u… in setRect() 94 __host__ NCVStatus setWeight(Ncv32f weight) in setWeight() 100 …__device__ __host__ void getRect(Ncv32u *rectX, Ncv32u *rectY, Ncv32u *rectWidth, Ncv32u *rectHeig… in getRect() 109 __device__ __host__ Ncv32f getWeight(void) in getWeight() 131 __host__ NCVStatus create(NcvBool bTilted, NcvBool bLeftLeaf, NcvBool bRightLeaf, in create() 151 __device__ __host__ NcvBool isTilted(void) in isTilted() 156 __device__ __host__ NcvBool isLeftNodeLeaf(void) in isLeftNodeLeaf() 161 __device__ __host__ NcvBool isRightNodeLeaf(void) in isRightNodeLeaf() 166 __device__ __host__ Ncv32u getNumFeatures(void) in getNumFeatures() 171 __device__ __host__ Ncv32u getFeaturesOffset(void) in getFeaturesOffset() [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/ |
D | reduction.hpp | 69 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 76 __host__ Expr<SumExprBody<SrcPtr> > 91 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 98 __host__ Expr<FindMinValExprBody<SrcPtr> > 113 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 120 __host__ Expr<FindMaxValExprBody<SrcPtr> > 135 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 142 __host__ Expr<FindMinMaxValExprBody<SrcPtr> > 157 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 164 __host__ Expr<CountNonZeroExprBody<SrcPtr> > [all …]
|
D | binary_op.hpp | 68 …__host__ Expr<BinaryTransformPtrSz<typename PtrTraits<GpuMat_<T> >::ptr_type, typename PtrTraits<G… 74 …__host__ Expr<BinaryTransformPtrSz<typename PtrTraits<GpuMat_<T> >::ptr_type, typename PtrTraits<G… 80 …__host__ Expr<BinaryTransformPtrSz<typename PtrTraits<GlobPtrSz<T> >::ptr_type, typename PtrTraits… 86 …__host__ Expr<BinaryTransformPtrSz<typename PtrTraits<GpuMat_<T> >::ptr_type, typename PtrTraits<T… 92 …__host__ Expr<BinaryTransformPtrSz<typename PtrTraits<Texture<T> >::ptr_type, typename PtrTraits<G… 98 …__host__ Expr<BinaryTransformPtrSz<typename PtrTraits<GpuMat_<T> >::ptr_type, typename PtrTraits<B… 104 …__host__ Expr<BinaryTransformPtrSz<typename PtrTraits<Body>::ptr_type, typename PtrTraits<GpuMat_<… 110 …__host__ Expr<UnaryTransformPtrSz<typename PtrTraits<GpuMat_<T> >::ptr_type, Binder2nd< functor<T>… 116 …__host__ Expr<UnaryTransformPtrSz<typename PtrTraits<GpuMat_<T> >::ptr_type, Binder1st< functor<T>… 122 …__host__ Expr<BinaryTransformPtrSz<typename PtrTraits<GlobPtrSz<T> >::ptr_type, typename PtrTraits… [all …]
|
D | warping.hpp | 66 __host__ Expr<ResizePtrSz<typename PtrTraits<SrcPtr>::ptr_type> > 75 __host__ Expr<RemapPtr1Sz<typename PtrTraits<SrcPtr>::ptr_type, typename PtrTraits<MapPtr>::ptr_typ… 82 __host__ Expr<RemapPtr2Sz<typename PtrTraits<SrcPtr>::ptr_type, typename PtrTraits<MapXPtr>::ptr_ty… 91 __host__ Expr<RemapPtr1Sz<typename PtrTraits<SrcPtr>::ptr_type, AffineMapPtr> > 100 __host__ Expr<RemapPtr1Sz<typename PtrTraits<SrcPtr>::ptr_type, PerspectiveMapPtr> > 113 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 120 __host__ Expr<PyrDownBody<SrcPtr> > 135 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() 142 __host__ Expr<PyrUpBody<SrcPtr> > 157 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() [all …]
|
D | deriv.hpp | 62 __host__ Expr<DerivXPtrSz<typename PtrTraits<SrcPtr>::ptr_type> > 71 __host__ Expr<DerivYPtrSz<typename PtrTraits<SrcPtr>::ptr_type> > 80 __host__ Expr<SobelXPtrSz<typename PtrTraits<SrcPtr>::ptr_type> > 89 __host__ Expr<SobelYPtrSz<typename PtrTraits<SrcPtr>::ptr_type> > 98 __host__ Expr<ScharrXPtrSz<typename PtrTraits<SrcPtr>::ptr_type> > 107 __host__ Expr<ScharrYPtrSz<typename PtrTraits<SrcPtr>::ptr_type> > 116 __host__ Expr<LaplacianPtrSz<ksize, typename PtrTraits<SrcPtr>::ptr_type> >
|
D | per_element_func.hpp | 65 __host__ Expr<BinaryTransformPtrSz<typename PtrTraits<SrcPtr1>::ptr_type, typename PtrTraits<SrcPtr… 72 __host__ Expr<BinaryTransformPtrSz<typename PtrTraits<SrcPtr1>::ptr_type, typename PtrTraits<SrcPtr… 81 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, ThreshBinaryFunc<typename P… 88 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, ThreshBinaryInvFunc<typenam… 95 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, ThreshTruncFunc<typename Pt… 102 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, ThreshToZeroFunc<typename P… 109 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, ThreshToZeroInvFunc<typenam… 118 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, saturate_cast_func<typename… 127 __host__ Expr<LutPtrSz<typename PtrTraits<SrcPtr>::ptr_type, typename PtrTraits<TablePtr>::ptr_type…
|
/external/clang/test/CodeGenCUDA/ |
D | function-overload.cu | 37 __host__ int dh(void) { return 2; } in dh() 41 __host__ __device__ int hd(void) { return 3; } in hd() 49 __host__ int h(void) { return 9; } in h() 65 extern "C" __host__ int cdh(void) {return 11;} in cdh() 73 extern "C" __host__ int ch(void) {return 13;} in ch() 77 extern "C" __host__ __device__ int chd(void) {return 14;} in chd() 81 __host__ void hostf(void) { in hostf() 129 __host__ __device__ void hostdevicef(void) { in hostdevicef() 167 __host__ s_cd_dh() { x = 11; } in s_cd_dh() 169 __host__ ~s_cd_dh() { x = 21; } in ~s_cd_dh() [all …]
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | color_detail.hpp | 125 __host__ __device__ __forceinline__ RGB2RGB() {} in RGB2RGB() 126 __host__ __device__ __forceinline__ RGB2RGB(const RGB2RGB&) {} in RGB2RGB() 143 __host__ __device__ __forceinline__ RGB2RGB() {} in RGB2RGB() 144 __host__ __device__ __forceinline__ RGB2RGB(const RGB2RGB&) {} in RGB2RGB() 152 static __host__ __device__ __forceinline__ functor_type create_functor() \ 205 __host__ __device__ __forceinline__ RGB2RGB5x5() {} in RGB2RGB5x5() 206 __host__ __device__ __forceinline__ RGB2RGB5x5(const RGB2RGB5x5&) {} in RGB2RGB5x5() 216 __host__ __device__ __forceinline__ RGB2RGB5x5() {} in RGB2RGB5x5() 217 __host__ __device__ __forceinline__ RGB2RGB5x5(const RGB2RGB5x5&) {} in RGB2RGB5x5() 225 static __host__ __device__ __forceinline__ functor_type create_functor() \ [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/ |
D | reduce.hpp | 64 __host__ void gridCalcSum_(const SrcPtr& src, GpuMat_<ResType>& dst, const MaskPtr& mask, Stream& s… in gridCalcSum_() 86 __host__ void gridCalcSum_(const SrcPtr& src, GpuMat_<ResType>& dst, Stream& stream = Stream::Null(… in gridCalcSum_() 106 __host__ void gridFindMinVal_(const SrcPtr& src, GpuMat_<ResType>& dst, const MaskPtr& mask, Stream… in gridFindMinVal_() 124 __host__ void gridFindMinVal_(const SrcPtr& src, GpuMat_<ResType>& dst, Stream& stream = Stream::Nu… in gridFindMinVal_() 140 __host__ void gridFindMaxVal_(const SrcPtr& src, GpuMat_<ResType>& dst, const MaskPtr& mask, Stream… in gridFindMaxVal_() 158 __host__ void gridFindMaxVal_(const SrcPtr& src, GpuMat_<ResType>& dst, Stream& stream = Stream::Nu… in gridFindMaxVal_() 174 __host__ void gridFindMinMaxVal_(const SrcPtr& src, GpuMat_<ResType>& dst, const MaskPtr& mask, Str… in gridFindMinMaxVal_() 193 __host__ void gridFindMinMaxVal_(const SrcPtr& src, GpuMat_<ResType>& dst, Stream& stream = Stream:… in gridFindMinMaxVal_() 210 __host__ void gridMinMaxLoc_(const SrcPtr& src, GpuMat_<ResType>& valBuf, GpuMat_<int>& locBuf, con… in gridMinMaxLoc_() 231 __host__ void gridMinMaxLoc_(const SrcPtr& src, GpuMat_<ResType>& valBuf, GpuMat_<int>& locBuf, Str… in gridMinMaxLoc_() [all …]
|
D | copy.hpp | 64 __host__ void gridCopy_(const SrcPtr& src, GpuMat_<DstType>& dst, const MaskPtr& mask, Stream& stre… in gridCopy_() 77 __host__ void gridCopy_(const SrcPtr& src, const GlobPtrSz<DstType>& dst, const MaskPtr& mask, Stre… in gridCopy_() 89 __host__ void gridCopy_(const SrcPtr& src, GpuMat_<DstType>& dst, Stream& stream = Stream::Null()) in gridCopy_() 100 __host__ void gridCopy_(const SrcPtr& src, const GlobPtrSz<DstType>& dst, Stream& stream = Stream::… in gridCopy_() 111 __host__ void gridCopy_(const SrcPtrTuple& src, const tuple< GpuMat_<D0>&, GpuMat_<D1>& >& dst, con… in gridCopy_() 131 __host__ void gridCopy_(const SrcPtrTuple& src, const tuple< GlobPtrSz<D0>, GlobPtrSz<D1> >& dst, c… in gridCopy_() 150 __host__ void gridCopy_(const SrcPtrTuple& src, const tuple< GpuMat_<D0>&, GpuMat_<D1>& >& dst, Str… in gridCopy_() 168 __host__ void gridCopy_(const SrcPtrTuple& src, const tuple< GlobPtrSz<D0>, GlobPtrSz<D1> >& dst, S… in gridCopy_() 186 __host__ void gridCopy_(const SrcPtrTuple& src, const tuple< GpuMat_<D0>&, GpuMat_<D1>&, GpuMat_<D2… in gridCopy_() 207 __host__ void gridCopy_(const SrcPtrTuple& src, const tuple< GlobPtrSz<D0>, GlobPtrSz<D1>, GlobPtrS… in gridCopy_() [all …]
|
D | split_merge.hpp | 64 __host__ void gridMerge_(const SrcPtrTuple& src, GpuMat_<DstType>& dst, const MaskPtr& mask, Stream… in gridMerge_() 83 __host__ void gridMerge_(const SrcPtrTuple& src, const GlobPtrSz<DstType>& dst, const MaskPtr& mask… in gridMerge_() 101 __host__ void gridMerge_(const SrcPtrTuple& src, GpuMat_<DstType>& dst, Stream& stream = Stream::Nu… in gridMerge_() 118 __host__ void gridMerge_(const SrcPtrTuple& src, const GlobPtrSz<DstType>& dst, Stream& stream = St… in gridMerge_() 135 __host__ void gridSplit_(const SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>& >& ds… in gridSplit_() 155 __host__ void gridSplit_(const SrcPtr& src, GpuMat_<DstType> (&dst)[2], const MaskPtr& mask, Stream… in gridSplit_() 175 __host__ void gridSplit_(const SrcPtr& src, GlobPtrSz<DstType> (&dst)[2], const MaskPtr& mask, Stre… in gridSplit_() 194 __host__ void gridSplit_(const SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>& >& ds… in gridSplit_() 212 __host__ void gridSplit_(const SrcPtr& src, GpuMat_<DstType> (&dst)[2], Stream& stream = Stream::Nu… in gridSplit_() 230 __host__ void gridSplit_(const SrcPtr& src, GlobPtrSz<DstType> (&dst)[2], Stream& stream = Stream::… in gridSplit_() [all …]
|
D | transform.hpp | 64 __host__ void gridTransformUnary_(const SrcPtr& src, GpuMat_<DstType>& dst, const UnOp& op, const M… in gridTransformUnary_() 77 __host__ void gridTransformUnary_(const SrcPtr& src, const GlobPtrSz<DstType>& dst, const UnOp& op,… in gridTransformUnary_() 89 __host__ void gridTransformUnary_(const SrcPtr& src, GpuMat_<DstType>& dst, const UnOp& op, Stream&… in gridTransformUnary_() 100 __host__ void gridTransformUnary_(const SrcPtr& src, const GlobPtrSz<DstType>& dst, const UnOp& op,… in gridTransformUnary_() 111 __host__ void gridTransformBinary_(const SrcPtr1& src1, const SrcPtr2& src2, GpuMat_<DstType>& dst,… in gridTransformBinary_() 125 __host__ void gridTransformBinary_(const SrcPtr1& src1, const SrcPtr2& src2, const GlobPtrSz<DstTyp… in gridTransformBinary_() 138 __host__ void gridTransformBinary_(const SrcPtr1& src1, const SrcPtr2& src2, GpuMat_<DstType>& dst,… in gridTransformBinary_() 151 __host__ void gridTransformBinary_(const SrcPtr1& src1, const SrcPtr2& src2, const GlobPtrSz<DstTyp… in gridTransformBinary_() 163 __host__ void gridTransformTuple_(const SrcPtr& src, const tuple< GpuMat_<D0>&, GpuMat_<D1>& >& dst… in gridTransformTuple_() 184 __host__ void gridTransformTuple_(const SrcPtr& src, const tuple< GlobPtrSz<D0>, GlobPtrSz<D1> >& d… in gridTransformTuple_() [all …]
|