Lines Matching refs:cl_program
351 cl_program clCreateProgramWithSource(cl_context context, cl_uint count, const char **strings, const size_t *lengths,
361 cl_program clCreateProgramWithBinary(cl_context context, cl_uint num_devices, const cl_device_id *devices_list,
372 cl_int clGetProgramInfo(cl_program program, cl_program_info param_name, size_t param_value_size, void *param_value,
382 cl_int clGetProgramBuildInfo(cl_program program, cl_device_id device, cl_program_build_info param_name,
392 cl_int clRetainProgram(cl_program program)
401 cl_int clReleaseProgram(cl_program program)
410 cl_int clBuildProgram(cl_program program, cl_uint num_devices, const cl_device_id *device_list, const char *options,
411 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), void *user_data)
420 cl_kernel clCreateKernel(cl_program program, const char *kernelName, cl_int *errcode_ret)
837 cl_program clCreateProgramWithIL(cl_context context, const void *il, size_t length, cl_int *ret)