Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_external_semaphore/
H A Dtest_external_semaphore.cpp237 test_assert_event_complete(signal_event); in test_external_semaphores_multi_context()
238 test_assert_event_complete(wait_1_event); in test_external_semaphores_multi_context()
239 test_assert_event_complete(wait_2_event); in test_external_semaphores_multi_context()
303 test_assert_event_complete(signal_event); in semaphore_external_cross_queue_helper()
304 test_assert_event_complete(wait_event); in semaphore_external_cross_queue_helper()
368 test_assert_event_complete(signal_event); in test_external_semaphores_simple_1()
369 test_assert_event_complete(wait_event); in test_external_semaphores_simple_1()
452 test_assert_event_complete(signal_event); in test_external_semaphores_simple_2()
453 test_assert_event_complete(wait_event); in test_external_semaphores_simple_2()
464 test_assert_event_complete(task_1_event); in test_external_semaphores_simple_2()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_semaphore/
H A Dtest_semaphores.cpp126 test_assert_event_complete(signal_event); in semaphore_cross_queue_helper()
127 test_assert_event_complete(wait_event); in semaphore_cross_queue_helper()
187 test_assert_event_complete(signal_event); in test_semaphores_simple_1()
188 test_assert_event_complete(wait_event); in test_semaphores_simple_1()
267 test_assert_event_complete(signal_event); in test_semaphores_simple_2()
268 test_assert_event_complete(wait_event); in test_semaphores_simple_2()
279 test_assert_event_complete(task_1_event); in test_semaphores_simple_2()
280 test_assert_event_complete(signal_event); in test_semaphores_simple_2()
281 test_assert_event_complete(wait_event); in test_semaphores_simple_2()
382 test_assert_event_complete(wait_events[loop]); in test_semaphores_reuse()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DerrorHelpers.h169 #define test_assert_event_complete(event) test_assert_event_status(==, event) macro