HomeSort by relevance Sort by last modified time
    Searched defs:memType (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudalegacy/src/
NCV.cpp 172 memtype = NCVMemoryTypeNone;
437 seg.begin.memtype = this->_memType;
448 ncvAssertReturn(seg.begin.memtype == this->_memType, NCV_ALLOCATOR_BAD_DEALLOC);
475 NCVMemoryType NCVMemStackAllocator::memType(void) const
538 seg.begin.memtype = this->_memType;
548 ncvAssertReturn(seg.begin.memtype == this->_memType, NCV_ALLOCATOR_BAD_DEALLOC);
586 NCVMemoryType NCVMemNativeAllocator::memType(void) const
773 ncvAssertReturn(hypotheses.memType() == NCVMemoryTypeHostPageable ||
774 hypotheses.memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR);
777 ncvAssertReturn(hypothesesWeights->memType() == NCVMemoryTypeHostPageable |
    [all...]
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 442 NCVMemoryType memtype; member in struct:NCVMemPtr
472 virtual NCVMemoryType memType(void) const = 0;
500 virtual NCVMemoryType memType(void) const;
533 virtual NCVMemoryType memType(void) const;
615 NCVMemoryType memType() const {return this->_memtype;}
651 this->_memtype = this->allocatedMem.begin.memtype;
703 this->_memtype = memSegment.begin.memtype;
718 this->_memtype = memSegment.begin.memtype;
828 NCVMemoryType memType() const {return this->_memtype;}
880 this->_memtype = this->allocatedMem.begin.memtype;
    [all...]

Completed in 570 milliseconds