Searched refs:pipe_query_sync_event (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/pipes/ |
H A D | test_pipe_query_functions.cpp | 98 clEventWrapper pipe_query_sync_event = NULL; in test_pipe_query_functions() local 170 …[2], 1, NULL, global_work_size_pipe_query, NULL, 1, &producer_sync_event, &pipe_query_sync_event ); in test_pipe_query_functions() 173 …er(queue, buffers[2], true, 0, sizeof(cl_int), &pipe_num_packets, 1, &pipe_query_sync_event, NULL); in test_pipe_query_functions() 176 …er(queue, buffers[3], true, 0, sizeof(cl_int), &pipe_max_packets, 1, &pipe_query_sync_event, NULL); in test_pipe_query_functions() 193 clReleaseEvent(pipe_query_sync_event); in test_pipe_query_functions() 196 …[2], 1, NULL, global_work_size_pipe_query, NULL, 1, &consumer_sync_event, &pipe_query_sync_event ); in test_pipe_query_functions() 199 …ueue, buffers[2], true, 0, sizeof(cl_int), &pipe_num_packets, 1, &pipe_query_sync_event, &pipe_rea… in test_pipe_query_functions() 219 clReleaseEvent(pipe_query_sync_event); in test_pipe_query_functions() 221 …[2], 1, NULL, global_work_size_pipe_query, NULL, 1, &producer_sync_event, &pipe_query_sync_event ); in test_pipe_query_functions() 226 …ueue, buffers[2], true, 0, sizeof(cl_int), &pipe_num_packets, 1, &pipe_query_sync_event, &pipe_rea… in test_pipe_query_functions()
|