Home
last modified time | relevance | path

Searched refs:create_program_from_bc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Dmain.cpp6009 programs[i] = create_program_from_bc(context, filepath); in compareResult()
6387 clProgramWrapper bcprog = create_program_from_bc(context, bc_file_path); in test_enum_values()
6452 clProgramWrapper bcprog = create_program_from_bc(context, bc_file_path);
6536 clProgramWrapper clprog = create_program_from_bc(context, bc_file_path); in test_binary_type()
H A Drun_services.h33 cl_program create_program_from_bc(cl_context context, const std::string& file_name);
H A Drun_build_test.cpp406 clProgramWrapper bcprog = create_program_from_bc(context, bc_file); in runBuildTest()
H A Drun_services.cpp184 cl_program create_program_from_bc (cl_context context, const std::string& file_name) in create_program_from_bc() function