Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/spir/
Drun_services.h33 cl_program create_program_from_bc(cl_context context, const std::string& file_name);
Dmain.cpp6041 programs[i] = create_program_from_bc(context, filepath); in compareResult()
6419 clProgramWrapper bcprog = create_program_from_bc(context, bc_file_path); in test_enum_values()
6483 clProgramWrapper bcprog = create_program_from_bc(context, bc_file_path); in test_kernel_attributes()
6566 clProgramWrapper clprog = create_program_from_bc(context, bc_file_path); in test_binary_type()
Drun_build_test.cpp403 clProgramWrapper bcprog = create_program_from_bc(context, bc_file); in runBuildTest()
Drun_services.cpp184 cl_program create_program_from_bc (cl_context context, const std::string& file_name) in create_program_from_bc() function