Searched refs:cl_file_path (Results 1 – 3 of 3) sorted by relevance
42 void get_cl_file_path (const char *folder, const char *test_name, std::string &cl_file_path) in get_cl_file_path() argument47 cl_file_path.append(folder); in get_cl_file_path()48 cl_file_path.append("/"); in get_cl_file_path()49 cl_file_path.append(test_name); in get_cl_file_path()50 cl_file_path.append(".cl"); in get_cl_file_path()
390 std::string cl_file_path, bc_file; in runBuildTest() local392 get_cl_file_path(folder, test_name, cl_file_path); in runBuildTest()402 clProgramWrapper clprog = create_program_from_cl(context, cl_file_path); in runBuildTest()
24 void get_cl_file_path(const char *folder, const char *str, std::string &cl_file_path);