Home
last modified time | relevance | path

Searched refs:d_vecDst (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestHypothesesGrow.cpp94 NCVVectorAlloc<NcvRect32u> d_vecDst(*this->allocatorGPU.get(), this->maxLenDst); in process() local
95 ncvAssertReturn(d_vecDst.isMemAllocated(), false); in process()
112 ncvStat = h_vecDst.copySolid(d_vecDst, 0); in process()
121 d_vecDst, h_outElemNum_d, this->maxLenDst, in process()
124 ncvStat = d_vecDst.copySolid(h_vecDst_d, 0); in process()
DTestCompact.cpp84 NCVVectorAlloc<Ncv32u> d_vecDst(*this->allocatorGPU.get(), this->length); in process() local
85 ncvAssertReturn(d_vecDst.isMemAllocated(), false); in process()
117 d_vecDst.ptr(), h_dstLen.ptr(), this->badElem, in process()
120 ncvStat = d_vecDst.copySolid(h_vecDst_d, 0); in process()