Searched refs:library_with_binary (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compile.cpp | 1993 …cl_program library_with_binary = clCreateProgramWithBinary(context, 1, &deviceID, &binarySize, (co… in test_execute_after_serialize_reload_library() local 2006 cl_program program_and_archive[2] = { another_program, library_with_binary }; in test_execute_after_serialize_reload_library() 2040 error = clReleaseProgram( library_with_binary ); in test_execute_after_serialize_reload_library() 2772 …cl_program library_with_binary = clCreateProgramWithBinary(context, 1, &deviceID, &binarySize, (co… in test_program_binary_type() local 2774 …error = clGetProgramBuildInfo (library_with_binary, deviceID, CL_PROGRAM_BINARY_TYPE, sizeof(cl_pr… in test_program_binary_type() 2794 cl_program program_and_archive[2] = { another_program, library_with_binary }; in test_program_binary_type() 2913 error = clReleaseProgram( library_with_binary ); in test_program_binary_type()
|