Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_compile.cpp1508 cl_event compile_program_completion_event; in test_simple_compile_with_callback() local
1521 compile_program_completion_event = clCreateUserEvent(context, &error); in test_simple_compile_with_callback()
1525 once_upon_a_midnight_dreary, compile_program_completion_event in test_simple_compile_with_callback()
1533 error = clWaitForEvents(1, &compile_program_completion_event); in test_simple_compile_with_callback()
1539 error = clReleaseEvent(compile_program_completion_event); in test_simple_compile_with_callback()
2505 cl_event compile_program_completion_event = (cl_event)user_data; in program_compile_completion_callback() local
2508 program, compile_program_completion_event); in program_compile_completion_callback()
2510 error = clSetUserEventStatus(compile_program_completion_event, CL_COMPLETE); in program_compile_completion_callback()
2549 cl_event compile_program_completion_event, link_program_completion_event; in test_execute_after_simple_compile_and_link_with_callbacks() local
2563 compile_program_completion_event = clCreateUserEvent(context, &error); in test_execute_after_simple_compile_and_link_with_callbacks()
[all …]