Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dopencl_kernels_core.hpp15 extern ProgramSource arithm_oclsrc;
Dopencl_kernels_core.cpp389 ProgramSource arithm_oclsrc(arithm.programStr); variable
Dmathfuncs.cpp76 ocl::Kernel k("KF", ocl::core::arithm_oclsrc, in ocl_math_op()
312 ocl::Kernel k("KF", ocl::core::arithm_oclsrc, in ocl_cartToPolar()
596 ocl::Kernel k("KF", ocl::core::arithm_oclsrc, in ocl_polarToCart()
1326 ocl::Kernel k("KF", ocl::core::arithm_oclsrc, in ocl_pow()
1725 ocl::Kernel k("KF", ocl::core::arithm_oclsrc, in ocl_patchNaNs()
Darithm.cpp1466 ocl::Kernel k("KF", ocl::core::arithm_oclsrc, opts); in ocl_binary_op()
1861 ocl::Kernel k("KF", ocl::core::arithm_oclsrc, opts); in ocl_arithm_op()
4923 ocl::Kernel k("KF", ocl::core::arithm_oclsrc, opts); in ocl_compare()
Dmatmul.cpp2283 ocl::Kernel k("KF", ocl::core::arithm_oclsrc, in ocl_scaleAdd()
Dconvert.cpp5515 ocl::Kernel k("KF", ocl::core::arithm_oclsrc, build_opt); in ocl_convertScaleAbs()