Home
last modified time | relevance | path

Searched refs:maxGridSize (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Dcuda_info.cpp428 Vec3i cv::cuda::DeviceInfo::maxGridSize() const in maxGridSize() function in cv::cuda::DeviceInfo
434 return Vec3i(deviceProps().get(device_id_)->maxGridSize); in maxGridSize()
1011 …h dimension of a grid: %d x %d x %d\n", prop.maxGridSize[0], prop.maxGridSize[1], prop.maxGri… in printCudaDeviceInfo()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp672 Vec3i maxGridSize() const;