Home
last modified time | relevance | path

Searched refs:warpSize (Results 1 – 14 of 14) 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()
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()
108 …orceinline__ input_type ## 1 shfl(const input_type ## 1 & val, int srcLane, int width = warpSize) \
114 …orceinline__ input_type ## 2 shfl(const input_type ## 2 & val, int srcLane, int width = warpSize) \
[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()
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()
87 __device__ __forceinline__ T shfl_down(T val, unsigned int delta, int width = warpSize) in shfl_down()
95 … __forceinline__ unsigned int shfl_down(unsigned int val, unsigned int delta, int width = warpSize) in shfl_down()
103 … __device__ __forceinline__ double shfl_down(double val, unsigned int delta, int width = warpSize) in shfl_down()
119 __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize) in shfl_up()
127 …__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = warpSize) in shfl_up()
135 __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize) in shfl_up()
/external/clang/test/SemaCUDA/
Dcuda-builtin-vars.cu35 out[i++] = warpSize; in kernel()
36warpSize = 0; // expected-error {{cannot assign to variable 'warpSize' with const-qualified type '… in kernel()
56 const void *wsptr = &warpSize; in kernel()
/external/opencv/cvaux/src/
Dcvcalibfilter.cpp750 …stereo.warpSize = cvSize( cvRound(cameraParams[0].imgSize[0]), cvRound(cameraParams[0].imgSize[1])… in LoadCameraParams()
807 … rectMap[i][0] = cvCreateMat(stereo.warpSize.height,stereo.warpSize.width,CV_32FC1); in Rectify()
808 … rectMap[i][1] = cvCreateMat(stereo.warpSize.height,stereo.warpSize.width,CV_32FC1); in Rectify()
Dcvepilines.cpp326 stereoCamera->warpSize.height, in icvComputeCoeffForStereo()
1302 CvSize* warpSize, in icvGetQuadsTransform() argument
1656 warpSize->width = (int)warpWidth; in icvGetQuadsTransform()
1657 warpSize->height = (int)warpHeight; in icvGetQuadsTransform()
1659 warpSize->width = cvRound(warpWidth-1); in icvGetQuadsTransform()
1660 warpSize->height = cvRound(warpHeight-1); in icvGetQuadsTransform()
1663 warpSize->width = imageSize.width; in icvGetQuadsTransform()
1664 warpSize->height = imageSize.height; in icvGetQuadsTransform()
1677 CvSize* warpSize, in icvGetQuadsTransformNew() argument
1725 warpSize, in icvGetQuadsTransformNew()
[all …]
/external/clang/test/CodeGenCUDA/
Dcuda-builtin-vars.cu25 out[i++] = warpSize; // CHECK: store i32 32, in kernel()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dintegral.hpp175 const int lane_id = id % warpSize; in horisontal_pass_8u_shfl_kernel()
176 const int warp_id = id / warpSize; in horisontal_pass_8u_shfl_kernel()
238 if (threadIdx.x % warpSize == warpSize - 1) in horisontal_pass_8u_shfl_kernel()
/external/clang/lib/Headers/
Dcuda_builtin_vars.h104 __attribute__((device)) const int warpSize = 32; variable
/external/opencv3/modules/core/src/
Dcuda_info.cpp388 int cv::cuda::DeviceInfo::warpSize() const in warpSize() function in cv::cuda::DeviceInfo
394 return deviceProps().get(device_id_)->warpSize; in warpSize()
1008 printf(" Warp size: %d\n", prop.warpSize); in printCudaDeviceInfo()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp660 int warpSize() const;
/external/opencv/cvaux/include/
Dcvaux.h532 CvSize warpSize; member
693 CvSize* warpSize,
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dreduce.hpp302 Unroll<16, Pointer, Reference, Op>::loopShfl(val, op, warpSize); in reduce()
Dreduce_key_val.hpp430 Unroll<16, KP, KR, VP, VR, Cmp>::loopShfl(key, val, cmp, warpSize); in reduce()
/external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/
Dreduce.hpp345 Unroll<16, Pointer, Reference, Op>::loopShfl(val, op, warpSize); in reduce()