Warp              299 modules/core/include/opencv2/core/cuda/detail/reduce.hpp                 const unsigned int laneId = Warp::laneId();
Warp              427 modules/core/include/opencv2/core/cuda/detail/reduce_key_val.hpp                 const unsigned int laneId = Warp::laneId();
Warp              183 modules/core/include/opencv2/core/cuda/scan.hpp         const unsigned int laneId = cv::cuda::device::Warp::laneId();
Warp              342 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp             const uint laneId = Warp::laneId();
Warp              351 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp             const uint laneId = Warp::laneId();
Warp               65 modules/cudev/include/opencv2/cudev/warp/scan.hpp     const uint laneId = Warp::laneId();
Warp               81 modules/cudev/include/opencv2/cudev/warp/warp.hpp     for(It t = beg + Warp::laneId(); t < end; t += WARP_SIZE)
Warp               88 modules/cudev/include/opencv2/cudev/warp/warp.hpp     for(InIt t = beg + Warp::laneId(); t < end; t += WARP_SIZE, out += WARP_SIZE)
Warp               96 modules/cudev/include/opencv2/cudev/warp/warp.hpp     for(InIt t = beg + Warp::laneId(); t < end; t += WARP_SIZE, out += WARP_SIZE)
Warp              104 modules/cudev/include/opencv2/cudev/warp/warp.hpp     uint lane = Warp::laneId();
Warp              116 modules/cudev/include/opencv2/cudev/warp/warp.hpp     uint lane = Warp::laneId();