Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_compile.cpp2322 cl_program program_with_binary = clCreateProgramWithBinary( in test_execute_after_serialize_reload_object() local
2328 clLinkProgram(context, 1, &deviceID, NULL, 1, &program_with_binary, in test_execute_after_serialize_reload_object()
2349 error = clReleaseProgram(program_with_binary); in test_execute_after_serialize_reload_object()
3257 cl_program program, another_program, program_with_binary, in test_program_binary_type() local
3337 program_with_binary = clCreateProgramWithBinary( in test_program_binary_type()
3343 program_with_binary, deviceID, CL_PROGRAM_BINARY_TYPE, in test_program_binary_type()
3360 &program_with_binary, NULL, NULL, &error); in test_program_binary_type()
3613 error = clReleaseProgram(program_with_binary); in test_program_binary_type()