Searched refs:memType (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVColorConversion.hpp | 82 ncvAssertReturn(h_imgIn.memType() == h_imgOut.memType() && 83 …(h_imgIn.memType() == NCVMemoryTypeHostPinned || h_imgIn.memType() == NCVMemoryTypeNone), NCV_MEM_… 84 NCV_SET_SKIP_COND(h_imgIn.memType() == NCVMemoryTypeNone);
|
D | NCVHaarObjectDetection.cu | 975 ncvAssertReturn(integral.memType() == d_weights.memType()&& in ncvApplyHaarClassifierCascade_device() 976 integral.memType() == d_pixelMask.memType() && in ncvApplyHaarClassifierCascade_device() 977 integral.memType() == gpuAllocator.memType() && in ncvApplyHaarClassifierCascade_device() 978 (integral.memType() == NCVMemoryTypeDevice || in ncvApplyHaarClassifierCascade_device() 979 integral.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_device() 981 ncvAssertReturn(d_HaarStages.memType() == d_HaarNodes.memType() && in ncvApplyHaarClassifierCascade_device() 982 d_HaarStages.memType() == d_HaarFeatures.memType() && in ncvApplyHaarClassifierCascade_device() 983 (d_HaarStages.memType() == NCVMemoryTypeDevice || in ncvApplyHaarClassifierCascade_device() 984 d_HaarStages.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_device() 986 ncvAssertReturn(h_HaarStages.memType() != NCVMemoryTypeDevice, NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_device() [all …]
|
D | 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;
|
D | NPP_staging.cu | 373 ncvAssertReturn(gpuAllocator.memType() == NCVMemoryTypeDevice || in ncvIntegralImage_device() 374 gpuAllocator.memType() == NCVMemoryTypeNone, NPPST_MEM_RESIDENCE_ERROR); in ncvIntegralImage_device() 430 ncvAssertReturn(gpuAllocator.memType() == NCVMemoryTypeDevice || in ncvSquaredIntegralImage_device() 431 gpuAllocator.memType() == NCVMemoryTypeNone, NPPST_MEM_RESIDENCE_ERROR); in ncvSquaredIntegralImage_device()
|
/external/opencv3/modules/cudalegacy/test/ |
D | NCVTestSourceProvider.hpp | 121 dst.memType() == allocatorCPU.get()->memType(), false); in fill() 152 dst.memType() == allocatorCPU.get()->memType(), false); in fill()
|
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 475 NCVMemoryType NCVMemStackAllocator::memType(void) const in memType() function in NCVMemStackAllocator 586 NCVMemoryType NCVMemNativeAllocator::memType(void) const in memType() function in NCVMemNativeAllocator 773 ncvAssertReturn(hypotheses.memType() == NCVMemoryTypeHostPageable || in ncvGroupRectangles_host() 774 hypotheses.memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR); in ncvGroupRectangles_host() 777 ncvAssertReturn(hypothesesWeights->memType() == NCVMemoryTypeHostPageable || in ncvGroupRectangles_host() 778 … hypothesesWeights->memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR); in ncvGroupRectangles_host()
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCV.hpp | 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;} in memType() function in NCVVector 828 NCVMemoryType memType() const {return this->_memtype;} in memType() function in NCVMatrix 974 this->_memtype = mat.memType(); in NCVMatrixReuse()
|
/external/v8/test/cctest/wasm/ |
D | test-run-wasm.cc | 1838 LocalType astType, MachineType memType) { in GenerateAndRunFold() argument 1851 4, WASM_SET_LOCAL(kAccum, WASM_LOAD_MEM(memType, WASM_ZERO)), in GenerateAndRunFold() 1858 WASM_LOAD_MEM(memType, WASM_GET_LOCAL(0)))), in GenerateAndRunFold() 1861 WASM_STORE_MEM(memType, WASM_ZERO, WASM_GET_LOCAL(kAccum)), in GenerateAndRunFold()
|