/external/opencv3/modules/cudalegacy/src/cuda/ |
NCVColorConversion.hpp | 82 ncvAssertReturn(h_imgIn.memType() == h_imgOut.memType() && 83 (h_imgIn.memType() == NCVMemoryTypeHostPinned || h_imgIn.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); 84 NCV_SET_SKIP_COND(h_imgIn.memType() == NCVMemoryTypeNone);
|
NCVHaarObjectDetection.cu | [all...] |
NCVPyramid.cu | 371 ncvAssertPrintReturn(img.memType() == alloc.memType(), "NCVImagePyramid::ctor error", ); 378 NcvBool bDeviceCode = alloc.memType() == NCVMemoryTypeDevice; 485 ncvAssertReturn(outImg.memType() == this->layer0->memType(), NCV_MEM_RESIDENCE_ERROR); 527 NCV_SET_SKIP_COND(outImg.memType() == NCVMemoryTypeNone); 528 NcvBool bDeviceCode = this->layer0->memType() == NCVMemoryTypeDevice;
|
NPP_staging.cu | 373 ncvAssertReturn(gpuAllocator.memType() == NCVMemoryTypeDevice || 374 gpuAllocator.memType() == NCVMemoryTypeNone, NPPST_MEM_RESIDENCE_ERROR); 430 ncvAssertReturn(gpuAllocator.memType() == NCVMemoryTypeDevice || 431 gpuAllocator.memType() == NCVMemoryTypeNone, NPPST_MEM_RESIDENCE_ERROR); [all...] |
/external/opencv3/modules/cudalegacy/test/ |
NCVTestSourceProvider.hpp | 121 dst.memType() == allocatorCPU.get()->memType(), false); 152 dst.memType() == allocatorCPU.get()->memType(), false);
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/ |
bFile.cpp | 815 char *memType, *memName, *cpc, *cpo; 837 memType = mMemoryDNA->getType(memoryStruct[0]); 846 cpo = getFileElement(firstStruct, memName, memType, dtPtr, &filePtrOld); 850 old_nr = mFileDNA->getReverseType(memType); 876 getMatchingFileDNA(fileStruct, memName, memType, cpc, dtPtr,fixupPointers); 1268 char* memType; 1285 memType = fileDna->getType(oldStruct[0]); 1371 printf("<%s type=\"%s\" count=%d>\n",cleanName,memType, arrayLen); 1374 printf("<%s type=\"%s\">\n",cleanName,memType); 1401 //printf("%s %s\n",memType,memName) [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...] |
/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/v8/test/cctest/wasm/ |
test-run-wasm.cc | [all...] |