NCVMemoryTypeDevice  197 modules/cudalegacy/src/NCV.cpp         case NCVMemoryTypeDevice:
NCVMemoryTypeDevice  212 modules/cudalegacy/src/NCV.cpp     case NCVMemoryTypeDevice:
NCVMemoryTypeDevice  227 modules/cudalegacy/src/NCV.cpp         case NCVMemoryTypeDevice:
NCVMemoryTypeDevice  269 modules/cudalegacy/src/NCV.cpp         case NCVMemoryTypeDevice:
NCVMemoryTypeDevice  284 modules/cudalegacy/src/NCV.cpp     case NCVMemoryTypeDevice:
NCVMemoryTypeDevice  299 modules/cudalegacy/src/NCV.cpp         case NCVMemoryTypeDevice:
NCVMemoryTypeDevice  362 modules/cudalegacy/src/NCV.cpp         case NCVMemoryTypeDevice:
NCVMemoryTypeDevice  403 modules/cudalegacy/src/NCV.cpp             case NCVMemoryTypeDevice:
NCVMemoryTypeDevice  523 modules/cudalegacy/src/NCV.cpp     case NCVMemoryTypeDevice:
NCVMemoryTypeDevice  556 modules/cudalegacy/src/NCV.cpp     case NCVMemoryTypeDevice:
NCVMemoryTypeDevice  185 modules/cudalegacy/test/NCVTest.hpp         this->allocatorGPU.reset(new NCVMemStackAllocator(NCVMemoryTypeDevice, maxGPUsize, static_cast<Ncv32u>(devProp.textureAlignment)));
NCVMemoryTypeDevice  235 modules/cudaobjdetect/src/cascadeclassifier.cpp         gpuCascadeAllocator = makePtr<NCVMemNativeAllocator>(NCVMemoryTypeDevice, static_cast<int>(devProp.textureAlignment));
NCVMemoryTypeDevice  307 modules/cudaobjdetect/src/cascadeclassifier.cpp         gpuAllocator = makePtr<NCVMemStackAllocator>(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cast<int>(devProp.textureAlignment));
NCVMemoryTypeDevice  323 modules/cudaobjdetect/src/cascadeclassifier.cpp         src_beg.memtype = NCVMemoryTypeDevice;
NCVMemoryTypeDevice  336 modules/cudaobjdetect/src/cascadeclassifier.cpp         objects_beg.memtype = NCVMemoryTypeDevice;
NCVMemoryTypeDevice  150 modules/cudaoptflow/src/brox.cpp         frame0MemSeg.begin.memtype = NCVMemoryTypeDevice;
NCVMemoryTypeDevice  155 modules/cudaoptflow/src/brox.cpp         frame1MemSeg.begin.memtype = NCVMemoryTypeDevice;
NCVMemoryTypeDevice  160 modules/cudaoptflow/src/brox.cpp         uMemSeg.begin.memtype = NCVMemoryTypeDevice;
NCVMemoryTypeDevice  165 modules/cudaoptflow/src/brox.cpp         vMemSeg.begin.memtype = NCVMemoryTypeDevice;
NCVMemoryTypeDevice  180 modules/cudaoptflow/src/brox.cpp         NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(textureAlignment), buf.ptr());
NCVMemoryTypeDevice  226 samples/gpu/cascadeclassifier_nvidia_api.cpp     NCVMemNativeAllocator gpuCascadeAllocator(NCVMemoryTypeDevice, static_cast<Ncv32u>(devProp.textureAlignment));
NCVMemoryTypeDevice  279 samples/gpu/cascadeclassifier_nvidia_api.cpp     NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cast<Ncv32u>(devProp.textureAlignment));
NCVMemoryTypeDevice  408 samples/gpu/opticalflow_nvidia_api.cpp     g_pGPUMemAllocator  = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeDevice, static_cast<Ncv32u>(devProp.textureAlignment)));