Searched refs:shfl_up (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/ |
D | shuffle.hpp | 152 __device__ __forceinline__ uchar shfl_up(uchar val, uint delta, int width = warpSize) in CV_CUDEV_SHFL_VEC_INST() 157 __device__ __forceinline__ schar shfl_up(schar val, uint delta, int width = warpSize) in shfl_up() function 162 __device__ __forceinline__ ushort shfl_up(ushort val, uint delta, int width = warpSize) in shfl_up() function 167 __device__ __forceinline__ short shfl_up(short val, uint delta, int width = warpSize) in shfl_up() function 172 __device__ __forceinline__ int shfl_up(int val, uint delta, int width = warpSize) in shfl_up() function 177 __device__ __forceinline__ uint shfl_up(uint val, uint delta, int width = warpSize) in shfl_up() function 182 __device__ __forceinline__ float shfl_up(float val, uint delta, int width = warpSize) in shfl_up() function 187 __device__ double shfl_up(double val, uint delta, int width = warpSize) in shfl_up() function 199 …__device__ __forceinline__ input_type ## 1 shfl_up(const input_type ## 1 & val, uint delta, int wi… 202 shfl_up(val.x, delta, width) \ [all …]
|
D | scan.hpp | 71 const T val = shfl_up(data, i); in warpScanInclusive()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | warp_shuffle.hpp | 119 __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize) in shfl_up() function 127 …__device__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = … in shfl_up() function 135 __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize) in shfl_up() function
|
D | scan.hpp | 189 const T n = cv::cuda::device::shfl_up(idata, i); in warpScanInclusive()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | integral.hpp | 218 const int n = shfl_up(sum, i, 32); in horisontal_pass_8u_shfl_kernel() 250 const int n = shfl_up(warp_sum, i, 32); in horisontal_pass_8u_shfl_kernel() 456 T n = shfl_up(partial_sum, i, 32); in vertical_pass()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVHaarObjectDetection.cu | 101 const Ncv32u n = cv::cuda::device::shfl_up(idata, i); in warpScanInclusive()
|
D | NPP_staging.cu | 106 const T n = cv::cuda::device::shfl_up(idata, i); in warpScanInclusive()
|