Lines Matching refs:cl_program_info
1267 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
1268 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \
1269 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \
1270 F(cl_program_info, CL_PROGRAM_DEVICES, cl::vector<Device>) \
1271 F(cl_program_info, CL_PROGRAM_SOURCE, string) \
1272 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \
1273 F(cl_program_info, CL_PROGRAM_BINARIES, cl::vector<cl::vector<unsigned char>>) \
1316 F(cl_program_info, CL_PROGRAM_NUM_KERNELS, size_type) \
1317 F(cl_program_info, CL_PROGRAM_KERNEL_NAMES, string) \
1367 F(cl_program_info, CL_PROGRAM_IL_KHR, cl::vector<unsigned char>)
1371 F(cl_program_info, CL_PROGRAM_IL, cl::vector<unsigned char>) \
1383 F(cl_program_info, CL_PROGRAM_SCOPE_GLOBAL_CTORS_PRESENT, cl_bool) \
1384 F(cl_program_info, CL_PROGRAM_SCOPE_GLOBAL_DTORS_PRESENT, cl_bool)
6645 cl_int getInfo(cl_program_info name, T* param) const
6653 detail::param_traits<detail::cl_program_info, name>::param_type
6657 detail::cl_program_info, name>::param_type param;
6900 inline cl_int cl::Program::getInfo(cl_program_info name, vector<vector<unsigned char>>* param) const