OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocatorCPU
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudalegacy/test/
NCVTestSourceProvider.hpp
70
allocatorCPU
.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment)));
71
data.reset(new NCVMatrixAlloc<T>(*this->
allocatorCPU
.get(), maxWidth, maxHeight));
105
allocatorCPU
.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment)));
106
data.reset(new NCVMatrixAlloc<T>(*this->
allocatorCPU
.get(), image.cols, image.rows));
121
dst.memType() ==
allocatorCPU
.get()->memType(), false);
152
dst.memType() ==
allocatorCPU
.get()->memType(), false);
176
allocatorCPU
.reset();
187
std::auto_ptr< INCVMemAllocator >
allocatorCPU
;
NCVTest.hpp
155
std::auto_ptr<INCVMemAllocator>
allocatorCPU
;
164
this->
allocatorCPU
.reset(new NCVMemStackAllocator(static_cast<Ncv32u>(devProp.textureAlignment)));
167
!this->
allocatorCPU
.get()->isInitialized())
180
Ncv32u maxCPUsize = (Ncv32u)this->
allocatorCPU
.get()->maxSize();
187
this->
allocatorCPU
.reset(new NCVMemStackAllocator(NCVMemoryTypeHostPinned, maxCPUsize, static_cast<Ncv32u>(devProp.textureAlignment)));
190
!this->
allocatorCPU
.get()->isInitialized())
202
this->
allocatorCPU
.reset();
Completed in 76 milliseconds