Searched defs:srcLane (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/ |
D | shuffle.hpp | 61 __device__ __forceinline__ uchar shfl(uchar val, int srcLane, int width = warpSize) in shfl() 66 __device__ __forceinline__ schar shfl(schar val, int srcLane, int width = warpSize) in shfl() 71 __device__ __forceinline__ ushort shfl(ushort val, int srcLane, int width = warpSize) in shfl() 76 __device__ __forceinline__ short shfl(short val, int srcLane, int width = warpSize) in shfl() 81 __device__ __forceinline__ int shfl(int val, int srcLane, int width = warpSize) in shfl() 86 __device__ __forceinline__ uint shfl(uint val, int srcLane, int width = warpSize) in shfl() 91 __device__ __forceinline__ float shfl(float val, int srcLane, int width = warpSize) in shfl() 96 __device__ double shfl(double val, int srcLane, int width = warpSize) in shfl()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | warp_shuffle.hpp | 55 __device__ __forceinline__ T shfl(T val, int srcLane, int width = warpSize) in shfl() 63 … __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize) in shfl() 71 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize) in shfl()
|