Home
last modified time | relevance | path

Searched refs:texKernel (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu1664 texture <float, 1, cudaReadModeElementType> texKernel; variable
1716 * tex1Dfetch (texKernel, m); in FilterRowBorderMirror_32f_C1R()
1748 * tex1Dfetch (texKernel, m); in FilterColumnBorderMirror_32f_C1R()
1797 texKernel.normalized = false; in nppiStFilterRowBorder_32f_C1R()
1800 cudaBindTexture (0, texKernel, pKernel, floatChannel, nKernelSize * sizeof (Ncv32f)); in nppiStFilterRowBorder_32f_C1R()
1869 texKernel.normalized = false; in nppiStFilterColumnBorder_32f_C1R()
1872 cudaBindTexture (0, texKernel, pKernel, floatChannel, nKernelSize * sizeof (Ncv32f)); in nppiStFilterColumnBorder_32f_C1R()