|
| Program (const Context &context, const Sources &sources, cl_int *err=NULL) |
|
| Program (const Context &context, const VECTOR_CLASS< Device > &devices, const Binaries &binaries, VECTOR_CLASS< cl_int > *binaryStatus=NULL, cl_int *err=NULL) |
|
| Program () |
|
| Program (const Program &program) |
|
Program & | operator= (const Program &rhs) |
|
cl_int | build (const VECTOR_CLASS< Device > &devices, const char *options=NULL, void(CL_CALLBACK *notifyFptr)(cl_program, void *)=NULL, void *data=NULL) const |
|
template<typename T > |
cl_int | getInfo (cl_program_info name, T *param) const |
|
template<cl_int name> |
detail::param_traits< detail::cl_program_info, name >::param_type | getInfo (cl_int *err=NULL) const |
|
template<typename T > |
cl_int | getBuildInfo (const Device &device, cl_program_build_info name, T *param) const |
|
template<cl_int name> |
detail::param_traits< detail::cl_program_build_info, name >::param_type | getBuildInfo (const Device &device, cl_int *err=NULL) const |
|
cl_int | createKernels (VECTOR_CLASS< Kernel > *kernels) |
|
| Program (const Context &context, const Sources &sources, cl_int *err=NULL) |
|
| Program (const Context &context, const VECTOR_CLASS< Device > &devices, const Binaries &binaries, VECTOR_CLASS< cl_int > *binaryStatus=NULL, cl_int *err=NULL) |
|
| Program () |
|
| Program (const Program &program) |
|
Program & | operator= (const Program &rhs) |
|
cl_int | build (const VECTOR_CLASS< Device > &devices, const char *options=NULL, void(CL_CALLBACK *notifyFptr)(cl_program, void *)=NULL, void *data=NULL) const |
|
template<typename T > |
cl_int | getInfo (cl_program_info name, T *param) const |
|
template<cl_int name> |
detail::param_traits< detail::cl_program_info, name >::param_type | getInfo (cl_int *err=NULL) const |
|
template<typename T > |
cl_int | getBuildInfo (const Device &device, cl_program_build_info name, T *param) const |
|
template<cl_int name> |
detail::param_traits< detail::cl_program_build_info, name >::param_type | getBuildInfo (const Device &device, cl_int *err=NULL) const |
|
cl_int | createKernels (VECTOR_CLASS< Kernel > *kernels) |
|
| Wrapper () |
|
| Wrapper (const Wrapper< cl_type > &rhs) |
|
| Wrapper () |
|
| Wrapper (const Wrapper< cl_type > &rhs) |
|
| ~Wrapper () |
|
| ~Wrapper () |
|
Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
|
Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
|
cl_type | operator() () const |
|
cl_type & | operator() () |
|
cl_type | operator() () const |
|
cl_type & | operator() () |
|
Program interface that implements cl_program.
Definition at line 2393 of file cl.hpp.