NCVMemoryTypeHostPinned  189 modules/cudalegacy/src/NCV.cpp     case NCVMemoryTypeHostPinned:
NCVMemoryTypeHostPinned  193 modules/cudalegacy/src/NCV.cpp         case NCVMemoryTypeHostPinned:
NCVMemoryTypeHostPinned  216 modules/cudalegacy/src/NCV.cpp         case NCVMemoryTypeHostPinned:
NCVMemoryTypeHostPinned  258 modules/cudalegacy/src/NCV.cpp     case NCVMemoryTypeHostPinned:
NCVMemoryTypeHostPinned  262 modules/cudalegacy/src/NCV.cpp         case NCVMemoryTypeHostPinned:
NCVMemoryTypeHostPinned  288 modules/cudalegacy/src/NCV.cpp         case NCVMemoryTypeHostPinned:
NCVMemoryTypeHostPinned  365 modules/cudalegacy/src/NCV.cpp         case NCVMemoryTypeHostPinned:
NCVMemoryTypeHostPinned  406 modules/cudalegacy/src/NCV.cpp             case NCVMemoryTypeHostPinned:
NCVMemoryTypeHostPinned  526 modules/cudalegacy/src/NCV.cpp     case NCVMemoryTypeHostPinned:
NCVMemoryTypeHostPinned  559 modules/cudalegacy/src/NCV.cpp     case NCVMemoryTypeHostPinned:
NCVMemoryTypeHostPinned  774 modules/cudalegacy/src/NCV.cpp                     hypotheses.memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR);
NCVMemoryTypeHostPinned  778 modules/cudalegacy/src/NCV.cpp                         hypothesesWeights->memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR);
NCVMemoryTypeHostPinned   83 modules/cudalegacy/src/cuda/NCVColorConversion.hpp                     (h_imgIn.memType() == NCVMemoryTypeHostPinned || h_imgIn.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR);
NCVMemoryTypeHostPinned  187 modules/cudalegacy/test/NCVTest.hpp         this->allocatorCPU.reset(new NCVMemStackAllocator(NCVMemoryTypeHostPinned, maxCPUsize, static_cast<Ncv32u>(devProp.textureAlignment)));
NCVMemoryTypeHostPinned   70 modules/cudalegacy/test/NCVTestSourceProvider.hpp         allocatorCPU.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment)));
NCVMemoryTypeHostPinned  105 modules/cudalegacy/test/NCVTestSourceProvider.hpp         allocatorCPU.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment)));
NCVMemoryTypeHostPinned  236 modules/cudaobjdetect/src/cascadeclassifier.cpp         cpuCascadeAllocator = makePtr<NCVMemNativeAllocator>(NCVMemoryTypeHostPinned, static_cast<int>(devProp.textureAlignment));
NCVMemoryTypeHostPinned  308 modules/cudaobjdetect/src/cascadeclassifier.cpp         cpuAllocator = makePtr<NCVMemStackAllocator>(NCVMemoryTypeHostPinned, cpuCounter.maxSize(), static_cast<int>(devProp.textureAlignment));
NCVMemoryTypeHostPinned  228 samples/gpu/cascadeclassifier_nvidia_api.cpp     NCVMemNativeAllocator cpuCascadeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment));
NCVMemoryTypeHostPinned  281 samples/gpu/cascadeclassifier_nvidia_api.cpp     NCVMemStackAllocator cpuAllocator(NCVMemoryTypeHostPinned, cpuCounter.maxSize(), static_cast<Ncv32u>(devProp.textureAlignment));