Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp1904 …cl_program program_with_binary = clCreateProgramWithBinary(context, 1, &deviceID, &binarySize, (co… in test_execute_after_serialize_reload_object() local
1907 …ly_linked_program = clLinkProgram(context, 1, &deviceID, NULL, 1, &program_with_binary, NULL, NULL… in test_execute_after_serialize_reload_object()
1927 error = clReleaseProgram( program_with_binary ); in test_execute_after_serialize_reload_object()
2650 cl_program program, another_program, program_with_binary, fully_linked_program_with_binary; in test_program_binary_type() local
2712program_with_binary = clCreateProgramWithBinary(context, 1, &deviceID, &binarySize, (const unsigne… in test_program_binary_type()
2715 …error = clGetProgramBuildInfo (program_with_binary, deviceID, CL_PROGRAM_BINARY_TYPE, sizeof(cl_pr… in test_program_binary_type()
2726 …rary = clLinkProgram(context, 1, &deviceID, "-create-library", 1, &program_with_binary, NULL, NULL… in test_program_binary_type()
2922 error = clReleaseProgram( program_with_binary ); in test_program_binary_type()