Searched refs:canMapHostMemory (Results 1 – 3 of 3) sorted by relevance
528 bool cv::cuda::DeviceInfo::canMapHostMemory() const in canMapHostMemory() function in cv::cuda::DeviceInfo534 return deviceProps().get(device_id_)->canMapHostMemory != 0; in canMapHostMemory()1018 …printf(" Support host page-locked memory mapping: %s\n", prop.canMapHostMemory ? "Yes" : "N… in printCudaDeviceInfo()
190 CV_Assert( devInfo.canMapHostMemory() ); in create()
702 bool canMapHostMemory() const;