Searched refs:tex_numerator_u (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVBroxOpticalFlow.cu | 112 texture<float, 1, cudaReadModeElementType> tex_numerator_u; variable 669 initTexture1D(tex_numerator_u); in InitTextures() 1042 …ncvAssertCUDAReturn(cudaBindTexture(0, tex_numerator_u, num_u.ptr(), ch_desc, kLevelSizeInBytes), … in NCVBroxOpticalFlow() 1055 …ncvAssertCUDAReturn(cudaBindTexture(0, tex_numerator_u, num_u.ptr(), ch_desc, kLevelSizeInBytes), … in NCVBroxOpticalFlow()
|