Searched refs:create_program_from_cl (Results 1 – 3 of 3) sorted by relevance
32 cl_program create_program_from_cl(cl_context context, const std::string& file_name);
402 clProgramWrapper clprog = create_program_from_cl(context, cl_file_path); in runBuildTest()
166 cl_program create_program_from_cl(cl_context context, const std::string& file_name) in create_program_from_cl() function