Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp1362 cl_program program, second_program, my_newly_linked_program; in test_two_file_regular_variable_access() local
1376 …error = create_single_kernel_helper_create_program(context, &second_program, 1, &link_static_var_a… in test_two_file_regular_variable_access()
1383 error = clCompileProgram(second_program, 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_two_file_regular_variable_access()
1386 cl_program two_programs[2] = { program, second_program }; in test_two_file_regular_variable_access()
1394 error = clReleaseProgram( second_program ); in test_two_file_regular_variable_access()
1406 cl_program program, second_program, my_newly_linked_program; in test_two_file_regular_struct_access() local
1420 …error = create_single_kernel_helper_create_program(context, &second_program, 1, &link_static_struc… in test_two_file_regular_struct_access()
1421 if( second_program == NULL || error != CL_SUCCESS ) in test_two_file_regular_struct_access()
1427 error = clCompileProgram(second_program, 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_two_file_regular_struct_access()
1430 cl_program two_programs[2] = { program, second_program }; in test_two_file_regular_struct_access()
[all …]