Home | History | Annotate | Download | only in CL

Lines Matching refs:cl_program_info

872     F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
873 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \
874 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \
875 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<cl_device_id>) \
876 F(cl_program_info, CL_PROGRAM_SOURCE, STRING_CLASS) \
877 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \
878 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \
2478 cl_int getInfo(cl_program_info name, T* param) const
2486 detail::param_traits<detail::cl_program_info, name>::param_type
2490 detail::cl_program_info, name>::param_type param;