Searched refs:create_program_from_bc (Results 1 – 4 of 4) sorted by relevance
33 cl_program create_program_from_bc(cl_context context, const std::string& file_name);
6041 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()
403 clProgramWrapper bcprog = create_program_from_bc(context, bc_file); in runBuildTest()
184 cl_program create_program_from_bc (cl_context context, const std::string& file_name) in create_program_from_bc() function