Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dblock.hpp54 struct Block struct
56 static __device__ __forceinline__ unsigned int id() in id()
61 static __device__ __forceinline__ unsigned int stride() in stride()
66 static __device__ __forceinline__ void sync() in sync()
71 static __device__ __forceinline__ int flattenedThreadId() in flattenedThreadId()
77 static __device__ __forceinline__ void fill(It beg, It end, const T& value) in fill()
87 static __device__ __forceinline__ void yota(OutIt beg, OutIt end, T value) in yota()
98 static __device__ __forceinline__ void copy(InIt beg, InIt end, OutIt out) in copy()
109 static __device__ __forceinline__ void transform(InIt beg, InIt end, OutIt out, UnOp op) in transform()
120 … __device__ __forceinline__ void transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, BinOp op) in transform()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dblock.hpp54 struct Block struct
56 static __device__ __forceinline__ unsigned int id() in id()
61 static __device__ __forceinline__ unsigned int stride() in stride()
66 static __device__ __forceinline__ void sync() in sync()
71 static __device__ __forceinline__ int flattenedThreadId() in flattenedThreadId()
77 static __device__ __forceinline__ void fill(It beg, It end, const T& value) in fill()
87 static __device__ __forceinline__ void yota(OutIt beg, OutIt end, T value) in yota()
98 static __device__ __forceinline__ void copy(InIt beg, InIt end, OutIt out) in copy()
109 static __device__ __forceinline__ void transform(InIt beg, InIt end, OutIt out, UnOp op) in transform()
120 … __device__ __forceinline__ void transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, BinOp op) in transform()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dblock.hpp54 struct Block struct
56 static __device__ __forceinline__ unsigned int id() in id()
61 static __device__ __forceinline__ unsigned int stride() in stride()
66 static __device__ __forceinline__ void sync() in sync()
71 static __device__ __forceinline__ int flattenedThreadId() in flattenedThreadId()
77 static __device__ __forceinline__ void fill(It beg, It end, const T& value) in fill()
87 static __device__ __forceinline__ void yota(OutIt beg, OutIt end, T value) in yota()
98 static __device__ __forceinline__ void copy(InIt beg, InIt end, OutIt out) in copy()
109 static __device__ __forceinline__ void transform(InIt beg, InIt end, OutIt out, UnOp op) in transform()
120 … __device__ __forceinline__ void transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, BinOp op) in transform()
[all …]
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dindex.rst4 Block title
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.h327 struct Block { struct
330 DynArray< Block*, 10 > blockPtrs; argument