Searched refs:nppStGetActiveCUDAstream (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NPP_staging.cu | 69 cudaStream_t nppStGetActiveCUDAstream(void) in nppStGetActiveCUDAstream() function 347 <<<roi.height, NUM_SCAN_THREADS, 0, nppStGetActiveCUDAstream()>>> in scanRowsWrapperDevice() 773 <<<grid, block, 0, nppStGetActiveCUDAstream()>>> in decimateWrapperDevice() 799 <<<grid, block, 0, nppStGetActiveCUDAstream()>>> in decimateWrapperDevice() 1010 <<<grid, block, 0, nppStGetActiveCUDAstream()>>> in nppiStRectStdDev_32f_C1R() 1028 <<<grid, block, 0, nppStGetActiveCUDAstream()>>> in nppiStRectStdDev_32f_C1R() 1190 <<<grid, block, 0, nppStGetActiveCUDAstream()>>> in transposeWrapperDevice() 1437 <<<grid, block, 0, nppStGetActiveCUDAstream()>>> in compactVector_32u_device() 1458 <<<grid_partial, block, 0, nppStGetActiveCUDAstream()>>> in compactVector_32u_device() 1468 <<<grid_partial, block, 0, nppStGetActiveCUDAstream()>>> in compactVector_32u_device() [all …]
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NPP_staging.hpp | 62 cudaStream_t nppStGetActiveCUDAstream();
|