Searched defs:shfl_xor (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/ |
D | shuffle.hpp | 339 __device__ __forceinline__ schar shfl_xor(schar val, int laneMask, int width = warpSize) in shfl_xor() function 344 __device__ __forceinline__ ushort shfl_xor(ushort val, int laneMask, int width = warpSize) in shfl_xor() function 349 __device__ __forceinline__ short shfl_xor(short val, int laneMask, int width = warpSize) in shfl_xor() function 354 __device__ __forceinline__ int shfl_xor(int val, int laneMask, int width = warpSize) in shfl_xor() function 359 __device__ __forceinline__ uint shfl_xor(uint val, int laneMask, int width = warpSize) in shfl_xor() function 364 __device__ __forceinline__ float shfl_xor(float val, int laneMask, int width = warpSize) in shfl_xor() function 369 __device__ double shfl_xor(double val, int laneMask, int width = warpSize) in shfl_xor() function
|