Home
last modified time | relevance | path

Searched refs:WARP_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/warp/
Dwarp.hpp59 WARP_SIZE = 1 << LOG_WARP_SIZE enumerator
74 return tid / WARP_SIZE; in warpId()
81 for(It t = beg + Warp::laneId(); t < end; t += WARP_SIZE) in warpFill()
88 for(InIt t = beg + Warp::laneId(); t < end; t += WARP_SIZE, out += WARP_SIZE) in warpCopy()
96 for(InIt t = beg + Warp::laneId(); t < end; t += WARP_SIZE, out += WARP_SIZE) in warpTransform()
108 for(; t1 < end1; t1 += WARP_SIZE, t2 += WARP_SIZE, out += WARP_SIZE) in warpTransform()
119 for(OutIt t = beg + lane; t < end; t += WARP_SIZE, value += WARP_SIZE) in warpYota()
Dscan.hpp69 for (int i = 1; i <= (WARP_SIZE / 2); i *= 2) in warpScanInclusive()
78 uint pos = 2 * tid - (tid & (WARP_SIZE - 1)); in warpScanInclusive()
81 pos += WARP_SIZE; in warpScanInclusive()
/external/opencv3/modules/cudev/include/opencv2/cudev/block/
Dscan.hpp60 if (THREADS_NUM > WARP_SIZE) in blockScanInclusive()
69 if ((tid & (WARP_SIZE - 1)) == (WARP_SIZE - 1)) in blockScanInclusive()
76 if (tid < (THREADS_NUM / WARP_SIZE)) in blockScanInclusive()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dwarp.hpp59 WARP_SIZE = 1 << LOG_WARP_SIZE, enumerator
60 STRIDE = WARP_SIZE
/external/opencv3/modules/cudalegacy/src/cuda/
Dfgd.cu63 const int WARP_SIZE = 1 << LOG_WARP_SIZE; variable
95 const int HISTOGRAM_THREADBLOCK_SIZE = HISTOGRAM_WARP_COUNT * WARP_SIZE; in calcPartialHistogram()
204 const int HISTOGRAM_THREADBLOCK_SIZE = HISTOGRAM_WARP_COUNT * WARP_SIZE; in calcDiffHistogram_gpu()
Dccomponetns.cu59 WARP_SIZE = 32, enumerator