Searched refs:fully_linked_program_with_binary (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compile.cpp | 2650 cl_program program, another_program, program_with_binary, fully_linked_program_with_binary; in test_program_binary_type() local 2843 …fully_linked_program_with_binary = clCreateProgramWithBinary(context, 1, &deviceID, &binarySize, (… in test_program_binary_type() 2846 …error = clGetProgramBuildInfo (fully_linked_program_with_binary, deviceID, CL_PROGRAM_BINARY_TYPE,… in test_program_binary_type() 2857 error = clBuildProgram(fully_linked_program_with_binary, 1, &deviceID, NULL, NULL, NULL); in test_program_binary_type() 2860 cl_kernel kernel = clCreateKernel(fully_linked_program_with_binary, "CopyBuffer", &error); in test_program_binary_type() 2867 …cl_kernel another_kernel = clCreateKernel(fully_linked_program_with_binary, "AnotherCopyBuffer", &… in test_program_binary_type() 2919 error = clReleaseProgram( fully_linked_program_with_binary ); in test_program_binary_type()
|