Searched refs:h_dst_d (Results 1 – 1 of 1) sorted by relevance
91 NCVMatrixAlloc<T> h_dst_d(*this->allocatorCPU.get(), this->height, this->width); in process() local92 ncvAssertReturn(h_dst_d.isMemAllocated(), false); in process()120 ncvStat = d_dst.copySolid(h_dst_d, 0); in process()152 if (h_dst.ptr()[h_dst.stride()*i+j] != h_dst_d.ptr()[h_dst_d.stride()*i+j]) in process()