Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_helpers.cpp38 const char *sample_kernel_code_two_line[] = { variable
153 constexpr int num_lines = ARRAY_SIZE(sample_kernel_code_two_line); in test_load_two_kernel_source()
159 line_lengths[i] = strlen(sample_kernel_code_two_line[i]); in test_load_two_kernel_source()
164 context, num_lines, sample_kernel_code_two_line, line_lengths, &error); in test_load_two_kernel_source()