Searched refs:tex_numerator_v (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVBroxOpticalFlow.cu | 113 texture<float, 1, cudaReadModeElementType> tex_numerator_v; variable 670 initTexture1D(tex_numerator_v); in InitTextures() 1043 …ncvAssertCUDAReturn(cudaBindTexture(0, tex_numerator_v, num_v.ptr(), ch_desc, kLevelSizeInBytes), … in NCVBroxOpticalFlow() 1056 …ncvAssertCUDAReturn(cudaBindTexture(0, tex_numerator_v, num_v.ptr(), ch_desc, kLevelSizeInBytes), … in NCVBroxOpticalFlow()
|