Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp2978 char *compile_log; in test_large_compile_and_link_status_options_log() local
3057 compile_log = (char *)malloc(size_ret); in test_large_compile_and_link_status_options_log()
3058 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_LOG, size_ret, compile_log, NUL… in test_large_compile_and_link_status_options_log()
3063 log_info("BUILD LOG: %s\n", compile_log); in test_large_compile_and_link_status_options_log()
3064 free(compile_log); in test_large_compile_and_link_status_options_log()