Searched defs:shfl (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() function 66 __device__ __forceinline__ schar shfl(schar val, int srcLane, int width = warpSize) in shfl() function 71 __device__ __forceinline__ ushort shfl(ushort val, int srcLane, int width = warpSize) in shfl() function 76 __device__ __forceinline__ short shfl(short val, int srcLane, int width = warpSize) in shfl() function 81 __device__ __forceinline__ int shfl(int val, int srcLane, int width = warpSize) in shfl() function 86 __device__ __forceinline__ uint shfl(uint val, int srcLane, int width = warpSize) in shfl() function 91 __device__ __forceinline__ float shfl(float val, int srcLane, int width = warpSize) in shfl() function 96 __device__ double shfl(double val, int srcLane, int width = warpSize) in shfl() function
|
/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() function 63 … __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize) in shfl() function 71 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize) in shfl() function
|