Home
last modified time | relevance | path

Searched refs:shfl (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/warp/
Dshuffle.hpp61 __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
108 …__device__ __forceinline__ input_type ## 1 shfl(const input_type ## 1 & val, int srcLane, int widt…
111 shfl(val.x, srcLane, width) \
[all …]
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dwarp_shuffle.hpp55 __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
/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu242 return shfl(sum, 0); in reduce_smem()