Searched refs:program_and_archive (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compile.cpp | 2006 cl_program program_and_archive[2] = { another_program, library_with_binary }; in test_execute_after_serialize_reload_library() local 2007 …fully_linked_program = clLinkProgram(context, 1, &deviceID, "", 2, program_and_archive, NULL, NULL… in test_execute_after_serialize_reload_library() 2241 cl_program program_and_archive[2] = { another_program, my_newly_minted_library }; in test_simple_library_with_link() local 2242 …fully_linked_program = clLinkProgram(context, 1, &deviceID, "", 2, program_and_archive, NULL, NULL… in test_simple_library_with_link() 2290 cl_program program_and_archive[2] = { another_program, my_newly_minted_library }; in test_execute_after_simple_library_with_link() local 2291 …fully_linked_program = clLinkProgram(context, 1, &deviceID, "", 2, program_and_archive, NULL, NULL… in test_execute_after_simple_library_with_link() 2794 cl_program program_and_archive[2] = { another_program, library_with_binary }; in test_program_binary_type() local 2795 …fully_linked_program = clLinkProgram(context, 1, &deviceID, "", 2, program_and_archive, NULL, NULL… in test_program_binary_type()
|