Searched refs:compile_program_completion_event (Results 1 – 1 of 1) sorted by relevance
1266 cl_event compile_program_completion_event; in test_simple_compile_with_callback() local1276 compile_program_completion_event = clCreateUserEvent(context, &error); in test_simple_compile_with_callback()1279 …er_data simple_compile_user_data = {once_upon_a_midnight_dreary, compile_program_completion_event}; in test_simple_compile_with_callback()1284 error = clWaitForEvents(1, &compile_program_completion_event); in test_simple_compile_with_callback()1288 error = clReleaseEvent(compile_program_completion_event); in test_simple_compile_with_callback()2054 cl_event compile_program_completion_event = (cl_event)user_data; in program_compile_completion_callback() local2055 …back: program %p just completed compiling with '%p'\n", program, compile_program_completion_event); in program_compile_completion_callback()2057 error = clSetUserEventStatus(compile_program_completion_event, CL_COMPLETE); in program_compile_completion_callback()2085 cl_event compile_program_completion_event, link_program_completion_event; in test_execute_after_simple_compile_and_link_with_callbacks() local2095 compile_program_completion_event = clCreateUserEvent(context, &error); in test_execute_after_simple_compile_and_link_with_callbacks()[all …]