Home
last modified time | relevance | path

Searched refs:FunctorType (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.hpp7593 T31> FunctorType; typedef
7595 FunctorType functor_;
7597 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
7819 NullType> FunctorType; typedef
7821 FunctorType functor_;
7823 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
8041 NullType> FunctorType; typedef
8043 FunctorType functor_;
8045 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
8259 NullType> FunctorType; typedef
[all …]
Dopencl.hpp10222 typedef KernelFunctor<Ts...> FunctorType; typedef
10224 FunctorType functor_;
10230 functor_(FunctorType(program, name, err)) in make_kernel()
10235 functor_(FunctorType(kernel)) in make_kernel()