Searched refs:fully_linked_program_with_binary (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A D | test_compile.cpp | 3258 fully_linked_program_with_binary; in test_program_binary_type() local 3517 fully_linked_program_with_binary = clCreateProgramWithBinary( in test_program_binary_type() 3523 fully_linked_program_with_binary, deviceID, CL_PROGRAM_BINARY_TYPE, in test_program_binary_type() 3538 error = clBuildProgram(fully_linked_program_with_binary, 1, &deviceID, NULL, in test_program_binary_type() 3543 clCreateKernel(fully_linked_program_with_binary, "CopyBuffer", &error); in test_program_binary_type() 3549 cl_kernel another_kernel = clCreateKernel(fully_linked_program_with_binary, in test_program_binary_type() 3610 error = clReleaseProgram(fully_linked_program_with_binary); in test_program_binary_type()
|