Searched refs:tex_du (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVBroxOpticalFlow.cu | 109 texture<float, 1, cudaReadModeElementType> tex_du; variable 287 smem[ijs] = tex1Dfetch(tex_du, pos); in load_array_element() 592 du = tex1Dfetch(tex_du, pos); in sor_pass() 593 du_left = tex1Dfetch(tex_du, pos_l); in sor_pass() 594 du_right = tex1Dfetch(tex_du, pos_r); in sor_pass() 595 du_down = tex1Dfetch(tex_du, pos_d); in sor_pass() 596 du_up = tex1Dfetch(tex_du, pos_u); in sor_pass() 662 initTexture1D(tex_du); in InitTextures() 1006 …ncvAssertCUDAReturn(cudaBindTexture(0, tex_du, du.ptr(), ch_desc, kLevelSizeInBytes), NCV_CUDA_ERR… in NCVBroxOpticalFlow() 1066 …ncvAssertCUDAReturn(cudaBindTexture(0, tex_du, du.ptr(), ch_desc, kLevelSizeInBytes), NCV_CUDA_ERR… in NCVBroxOpticalFlow() [all …]
|