Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp953 cl_program *my_programs = (cl_program*)malloc((1+numLines)*sizeof(cl_program)); in test_large_multiple_files() local
955 if (my_programs == NULL) { in test_large_multiple_files()
983 …error = create_single_kernel_helper_create_program(context, &my_programs[0], 2 * numLines + 2, lin… in test_large_multiple_files()
984 if( my_programs[0] == NULL || error != CL_SUCCESS ) in test_large_multiple_files()
991 error = clCompileProgram(my_programs[0], 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_large_multiple_files()
999 …error = create_single_kernel_helper_create_program(context, &my_programs[i + 1], 1, &kernel_source… in test_large_multiple_files()
1000 if( my_programs[i+1] == NULL || error != CL_SUCCESS ) in test_large_multiple_files()
1007 error = clCompileProgram(my_programs[i+1], 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_large_multiple_files()
1014 …inked_program = clLinkProgram(context, 1, &deviceID, NULL, 1+numLines, my_programs, NULL, NULL, &e… in test_large_multiple_files()
1028 error = clReleaseProgram( my_programs[i] ); in test_large_multiple_files()
[all …]