Lines Matching refs:kernelName
170 std::string kernelName = get_kernel_name(kernel); in get_unique_filename_prefix() local
173 oss << kernelName << std::hex << std::setfill('0') << std::setw(8) in get_unique_filename_prefix()
571 std::string kernelName = in create_single_kernel_helper_create_program_offline() local
578 gCompilationCachePath, kernelName); in create_single_kernel_helper_create_program_offline()
730 const char *kernelName, const char *buildOptions) in create_single_kernel_helper_with_build_options() argument
734 kernelName, buildOptions); in create_single_kernel_helper_with_build_options()
742 const char *kernelName, in create_single_kernel_helper() argument
807 kernelName, newBuildOptions.c_str()); in create_single_kernel_helper()
814 const char *kernelName, const char *buildOptions) in build_program_create_kernel_helper() argument
970 if (kernelName != NULL) in build_program_create_kernel_helper()
972 *outKernel = clCreateKernel(*outProgram, kernelName, &error); in build_program_create_kernel_helper()