Searched refs:memSegment (Results 1 – 1 of 1) sorted by relevance
696 explicit NCVVectorReuse(const NCVMemSegment &memSegment) in NCVVectorReuse() argument701 this->_length = memSegment.size / sizeof(T); in NCVVectorReuse()702 this->_ptr = (T *)memSegment.begin.ptr; in NCVVectorReuse()703 this->_memtype = memSegment.begin.memtype; in NCVVectorReuse()708 NCVVectorReuse(const NCVMemSegment &memSegment, Ncv32u length_) in NCVVectorReuse() argument713 ncvAssertPrintReturn(length_ * sizeof(T) <= memSegment.size, \ in NCVVectorReuse()717 this->_ptr = (T *)memSegment.begin.ptr; in NCVVectorReuse()718 this->_memtype = memSegment.begin.memtype; in NCVVectorReuse()926 …NCVMatrixReuse(const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width_, Ncv32u height_, N… in NCVMatrixReuse() argument949 ncvAssertPrintReturn(pitchBytes * height_ <= memSegment.size, \ in NCVMatrixReuse()[all …]