Searched refs:compile_program_completion_event (Results 1 – 1 of 1) sorted by relevance
1508 cl_event compile_program_completion_event; in test_simple_compile_with_callback() local1521 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() local2508 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() local2563 compile_program_completion_event = clCreateUserEvent(context, &error); in test_execute_after_simple_compile_and_link_with_callbacks()[all …]