Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp1938 cl_program program, another_program; in test_execute_after_serialize_reload_library() local
1996 …error = create_single_kernel_helper_create_program(context, &another_program, 1, &another_simple_k… in test_execute_after_serialize_reload_library()
1997 if( another_program == NULL || error != CL_SUCCESS ) in test_execute_after_serialize_reload_library()
2003 error = clCompileProgram(another_program, 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_execute_after_serialize_reload_library()
2006 cl_program program_and_archive[2] = { another_program, library_with_binary }; in test_execute_after_serialize_reload_library()
2034 error = clReleaseProgram( another_program ); in test_execute_after_serialize_reload_library()
2215 cl_program program, another_program; in test_simple_library_with_link() local
2231 …error = create_single_kernel_helper_create_program(context, &another_program, 1, &another_simple_k… in test_simple_library_with_link()
2232 if( another_program == NULL || error != CL_SUCCESS ) in test_simple_library_with_link()
2238 error = clCompileProgram(another_program, 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_simple_library_with_link()
[all …]