Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp108 const char* simple_header = variable
1171 error = create_single_kernel_helper_create_program(context, &program, 1, &simple_header); in test_simple_extern_compile_only()
1310 header = clCreateProgramWithSource(context, 1, &simple_header, NULL, &error); in test_simple_embedded_header_compile()
1505 header = clCreateProgramWithSource(context, 1, &simple_header, NULL, &error); in test_simple_embedded_header_link()
2451 header = clCreateProgramWithSource(context, 1, &simple_header, NULL, &error); in test_execute_after_embedded_header_link()
2559 if (fprintf(simple_header_file, "%s", simple_header) < 0) { in test_execute_after_included_header_link()