Searched defs:allocatorGPU (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
H A DNCVTest.hpp154 std::auto_ptr<INCVMemAllocator> allocatorGPU; member in class:NCVTestProvider
163 this->allocatorGPU.reset(new NCVMemStackAllocator(static_cast<Ncv32u>(devProp.textureAlignment)));
166 if (!this->allocatorGPU.get()->isInitialized() ||
179 Ncv32u maxGPUsize = (Ncv32u)this->allocatorGPU.get()->maxSize();
185 this->allocatorGPU.reset(new NCVMemStackAllocator(NCVMemoryTypeDevice, maxGPUsize, static_cast<Ncv32u>(devProp.textureAlignment)));
189 if (!this->allocatorGPU.get()->isInitialized() ||
201 this->allocatorGPU.reset();

Completed in 130 milliseconds