Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp114 const char* simple_header_name = "simple_header.h"; variable
1317 …error = clCompileProgram(program, 1, &deviceID, NULL, 1, &header, &simple_header_name, NULL, NULL); in test_simple_embedded_header_compile()
1512 …error = clCompileProgram(program, 1, &deviceID, NULL, 1, &header, &simple_header_name, NULL, NULL); in test_simple_embedded_header_link()
2458 …error = clCompileProgram(program, 1, &deviceID, NULL, 1, &header, &simple_header_name, NULL, NULL); in test_execute_after_embedded_header_link()
2554 FILE* simple_header_file = fopen(simple_header_name, "w"); in test_execute_after_included_header_link()
2556 …or( "ERROR: Unable to create simple header file %s! (in %s:%d)\n", simple_header_name, __FILE__, _… in test_execute_after_included_header_link()
2560 …( "ERROR: Unable to write to simple header file %s! (in %s:%d)\n", simple_header_name, __FILE__, _… in test_execute_after_included_header_link()
2564 …log_error( "ERROR: Unable to close simple header file %s! (in %s:%d)\n", simple_header_name, __FIL… in test_execute_after_included_header_link()
2583 if (_unlink(simple_header_name) != 0) { in test_execute_after_included_header_link()
2584 …or( "ERROR: Unable to remove simple header file %s! (in %s:%d)\n", simple_header_name, __FILE__, _… in test_execute_after_included_header_link()