Home
last modified time | relevance | path

Searched refs:cl_file_path (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/spir/
Drun_services.cpp42 void get_cl_file_path (const char *folder, const char *test_name, std::string &cl_file_path) in get_cl_file_path() argument
47 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()
Drun_build_test.cpp390 std::string cl_file_path, bc_file; in runBuildTest() local
392 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()
Drun_services.h24 void get_cl_file_path(const char *folder, const char *str, std::string &cl_file_path);