Home | History | Annotate | Download | only in src

Lines Matching refs:DeviceInfo

121         DeviceInfo dev(devId);
300 // DeviceInfo
348 const char* cv::cuda::DeviceInfo::name() const
358 size_t cv::cuda::DeviceInfo::totalGlobalMem() const
368 size_t cv::cuda::DeviceInfo::sharedMemPerBlock() const
378 int cv::cuda::DeviceInfo::regsPerBlock() const
388 int cv::cuda::DeviceInfo::warpSize() const
398 size_t cv::cuda::DeviceInfo::memPitch() const
408 int cv::cuda::DeviceInfo::maxThreadsPerBlock() const
418 Vec3i cv::cuda::DeviceInfo::maxThreadsDim() const
428 Vec3i cv::cuda::DeviceInfo::maxGridSize() const
438 int cv::cuda::DeviceInfo::clockRate() const
448 size_t cv::cuda::DeviceInfo::totalConstMem() const
458 int cv::cuda::DeviceInfo::majorVersion() const
468 int cv::cuda::DeviceInfo::minorVersion() const
478 size_t cv::cuda::DeviceInfo::textureAlignment() const
488 size_t cv::cuda::DeviceInfo::texturePitchAlignment() const
498 int cv::cuda::DeviceInfo::multiProcessorCount() const
508 bool cv::cuda::DeviceInfo::kernelExecTimeoutEnabled() const
518 bool cv::cuda::DeviceInfo::integrated() const
528 bool cv::cuda::DeviceInfo::canMapHostMemory() const
538 DeviceInfo::ComputeMode cv::cuda::DeviceInfo::computeMode() const
556 int cv::cuda::DeviceInfo::maxTexture1D() const
566 int cv::cuda::DeviceInfo::maxTexture1DMipmap() const
581 int cv::cuda::DeviceInfo::maxTexture1DLinear() const
591 Vec2i cv::cuda::DeviceInfo::maxTexture2D() const
601 Vec2i cv::cuda::DeviceInfo::maxTexture2DMipmap() const
616 Vec3i cv::cuda::DeviceInfo::maxTexture2DLinear() const
626 Vec2i cv::cuda::DeviceInfo::maxTexture2DGather() const
636 Vec3i cv::cuda::DeviceInfo::maxTexture3D() const
646 int cv::cuda::DeviceInfo::maxTextureCubemap() const
656 Vec2i cv::cuda::DeviceInfo::maxTexture1DLayered() const
666 Vec3i cv::cuda::DeviceInfo::maxTexture2DLayered() const
676 Vec2i cv::cuda::DeviceInfo::maxTextureCubemapLayered() const
686 int cv::cuda::DeviceInfo::maxSurface1D() const
696 Vec2i cv::cuda::DeviceInfo::maxSurface2D() const
706 Vec3i cv::cuda::DeviceInfo::maxSurface3D() const
716 Vec2i cv::cuda::DeviceInfo::maxSurface1DLayered() const
726 Vec3i cv::cuda::DeviceInfo::maxSurface2DLayered() const
736 int cv::cuda::DeviceInfo::maxSurfaceCubemap() const
746 Vec2i cv::cuda::DeviceInfo::maxSurfaceCubemapLayered() const
756 size_t cv::cuda::DeviceInfo
766 bool cv::cuda::DeviceInfo::concurrentKernels() const
776 bool cv::cuda::DeviceInfo::ECCEnabled() const
786 int cv::cuda::DeviceInfo::pciBusID() const
796 int cv::cuda::DeviceInfo::pciDeviceID() const
806 int cv::cuda::DeviceInfo::pciDomainID() const
816 bool cv::cuda::DeviceInfo::tccDriver() const
826 int cv::cuda::DeviceInfo::asyncEngineCount() const
836 bool cv::cuda::DeviceInfo::unifiedAddressing() const
846 int cv::cuda::DeviceInfo::memoryClockRate() const
856 int cv::cuda::DeviceInfo::memoryBusWidth() const
866 int cv::cuda::DeviceInfo::l2CacheSize() const
876 int cv::cuda::DeviceInfo::maxThreadsPerMultiProcessor() const
886 void cv::cuda::DeviceInfo::queryMemory(size_t& _totalMemory, size_t& _freeMemory) const
904 bool cv::cuda::DeviceInfo::isCompatible() const