Searched refs:d_vecSrc (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestCompact.cpp | 79 NCVVectorAlloc<Ncv32u> d_vecSrc(*this->allocatorGPU.get(), this->length); in process() local 80 ncvAssertReturn(d_vecSrc.isMemAllocated(), false); in process() 114 ncvStat = h_vecSrc.copySolid(d_vecSrc, 0); in process() 116 ncvStat = nppsStCompact_32u(d_vecSrc.ptr(), this->length, in process()
|
D | TestHypothesesGrow.cpp | 89 NCVVectorAlloc<Ncv32u> d_vecSrc(*this->allocatorGPU.get(), this->maxLenSrc); in process() local 90 ncvAssertReturn(d_vecSrc.isMemAllocated(), false); in process() 110 ncvStat = h_vecSrc.copySolid(d_vecSrc, 0); in process() 120 ncvStat = ncvGrowDetectionsVector_device(d_vecSrc, this->lenSrc, in process()
|