Lines Matching refs:cl_program
1744 struct ReferenceHandler<cl_program>
1746 static cl_int retain(cl_program program)
1748 static cl_int release(cl_program program)
5019 * \brief Program interface that implements cl_program.
5021 class Program : public detail::Wrapper<cl_program>
5228 __CL_EXPLICIT_CONSTRUCTORS Program(const cl_program& program) : detail::Wrapper<cl_type>(program) { }
5230 Program& operator = (const cl_program& rhs)
5269 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
5292 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
5309 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
5396 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
5402 cl_program programs[2] = { input1(), input2() };
5409 cl_program prog = ::clLinkProgram(
5431 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
5437 cl_program * programs = (cl_program*) alloca(inputPrograms.size() * sizeof(cl_program));
5452 cl_program prog = ::clLinkProgram(