Home
last modified time | relevance | path

Searched defs:make_kernel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/include/CL/
H A Dopencl.hpp10220 struct make_kernel struct
10222 typedef KernelFunctor<Ts...> FunctorType;
10224 FunctorType functor_;
10226 make_kernel( in make_kernel() argument
10233 make_kernel( in make_kernel() argument
10239 typedef Event result_type;
10242 typedef Event type_(
10246 Event operator()( in operator ()()
H A Dcl.hpp12800 struct make_kernel : struct
12822 > FunctorType;
12824 make_kernel( in make_kernel() function
12841 make_kernel( in make_kernel() function
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp10723 struct make_kernel struct
10725 typedef KernelFunctor<Ts...> FunctorType;
10727 FunctorType functor_;
10729 make_kernel( in make_kernel() argument
10736 make_kernel( in make_kernel() argument
10742 typedef Event result_type;
10745 typedef Event type_(
10749 Event operator()( in operator ()()
/aosp_15_r20/external/OpenCL-CLHPP/tests/
H A Dtest_openclhpp.cpp48 static inline cl_kernel make_kernel(int index) in make_kernel() function