Searched refs:preCompiledLibrary (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/generic_address_space/ |
H A D | advanced_tests.cpp | 101 clProgramWrapper program, preCompiledLibrary, library, finalProgram; in ExecuteSubcase() local 143 … preCompiledLibrary = clCreateProgramWithSource(context, 1, &srcPtrLibrary, NULL, &error); in ExecuteSubcase() 146 error = clCompileProgram(preCompiledLibrary, 1, &deviceID, cl_std, in ExecuteSubcase() 150 PrintCompilationLog(preCompiledLibrary, deviceID); in ExecuteSubcase() 153 …rary = clLinkProgram(context, 1, &deviceID, "-create-library", 1, &preCompiledLibrary, NULL, NULL,… in ExecuteSubcase()
|