Lines Matching defs:program
452 cl_int RetainProgram(cl_program program) in RetainProgram()
458 cl_int ReleaseProgram(cl_program program) in ReleaseProgram()
468 cl_int BuildProgram(cl_program program, in BuildProgram()
472 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in BuildProgram()
479 cl_int CompileProgram(cl_program program, in CompileProgram()
486 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in CompileProgram()
500 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in LinkProgram()
508 cl_int SetProgramReleaseCallback(cl_program program, in SetProgramReleaseCallback()
509 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in SetProgramReleaseCallback()
516 cl_int SetProgramSpecializationConstant(cl_program program, in SetProgramSpecializationConstant()
530 cl_int GetProgramInfo(cl_program program, in GetProgramInfo()
540 cl_int GetProgramBuildInfo(cl_program program, in GetProgramBuildInfo()
551 cl_kernel CreateKernel(cl_program program, const char *kernel_name) in CreateKernel()
556 cl_int CreateKernelsInProgram(cl_program program, in CreateKernelsInProgram()