• Home
  • Raw
  • Download

Lines Matching refs:numKernelLines

55 static std::string get_kernel_content(unsigned int numKernelLines,  in get_kernel_content()  argument
59 for (size_t i = 0; i < numKernelLines; ++i) in get_kernel_content()
165 static std::string get_unique_filename_prefix(unsigned int numKernelLines, in get_unique_filename_prefix() argument
169 std::string kernel = get_kernel_content(numKernelLines, kernelProgram); in get_unique_filename_prefix()
281 save_kernel_source_and_options_to_disk(unsigned int numKernelLines, in save_kernel_source_and_options_to_disk() argument
287 std::string kernel = get_kernel_content(numKernelLines, kernelProgram); in save_kernel_source_and_options_to_disk()
289 get_unique_filename_prefix(numKernelLines, kernelProgram, buildOptions); in save_kernel_source_and_options_to_disk()
548 unsigned int numKernelLines, const char *const *kernelProgram, in create_single_kernel_helper_create_program_offline() argument
572 get_unique_filename_prefix(numKernelLines, kernelProgram, buildOptions); in create_single_kernel_helper_create_program_offline()
663 unsigned int numKernelLines, const char **kernelProgram, in create_single_kernel_helper_create_program() argument
669 get_unique_filename_prefix(numKernelLines, kernelProgram, buildOptions); in create_single_kernel_helper_create_program()
678 numKernelLines, kernelProgram, buildOptions)) in create_single_kernel_helper_create_program()
689 *outProgram = clCreateProgramWithSource(context, numKernelLines, in create_single_kernel_helper_create_program()
701 context, device, outProgram, numKernelLines, kernelProgram, in create_single_kernel_helper_create_program()
708 unsigned int numKernelLines, in create_single_kernel_helper_create_program() argument
713 context, NULL, outProgram, numKernelLines, kernelProgram, buildOptions, in create_single_kernel_helper_create_program()
719 unsigned int numKernelLines, const char **kernelProgram, in create_single_kernel_helper_create_program_for_device() argument
723 context, device, outProgram, numKernelLines, kernelProgram, in create_single_kernel_helper_create_program_for_device()
729 unsigned int numKernelLines, const char **kernelProgram, in create_single_kernel_helper_with_build_options() argument
733 numKernelLines, kernelProgram, in create_single_kernel_helper_with_build_options()
740 unsigned int numKernelLines, in create_single_kernel_helper() argument
783 context, outProgram, numKernelLines, kernelProgram, buildOptions); in create_single_kernel_helper()
806 context, outProgram, outKernel, numKernelLines, kernelProgram, in create_single_kernel_helper()
813 unsigned int numKernelLines, const char **kernelProgram, in build_program_create_kernel_helper() argument
829 for (i = 0; i < numKernelLines; i++) log_error("%s", kernelProgram[i]); in build_program_create_kernel_helper()
952 for (i = 0; i < numKernelLines; i++) in build_program_create_kernel_helper()