Searched refs:clSetUserEventStatus (Results 1 – 16 of 16) sorted by relevance
/external/OpenCL-CTS/test_conformance/events/ |
D | test_userevents.cpp | 152 CL_EXIT_ERROR(clSetUserEventStatus(u1,CL_COMPLETE),"clSetUserEventStatus failed"); in test_userevents() 191 CL_EXIT_ERROR(clSetUserEventStatus(u2,-1),"clSetUserEventStatus failed"); in test_userevents()
|
D | test_userevents_multithreaded.cpp | 37 clSetUserEventStatus( *mEvent, CL_COMPLETE ); in IRun()
|
D | test_callbacks.cpp | 92 error = clSetUserEventStatus( gateEvent, CL_COMPLETE ); in test_callback_event_single() 291 error = clSetUserEventStatus( gateEvent, CL_COMPLETE ); in test_callbacks_simultaneous()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 123 LoadFunction(clSetUserEventStatus); in LoadOpenCLFunctions() 236 PFN_clSetUserEventStatus clSetUserEventStatus; variable
|
D | opencl_wrapper.h | 570 extern PFN_clSetUserEventStatus clSetUserEventStatus;
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 112 clSetUserEventStatus,
|
D | event.cpp | 41 clSetUserEventStatus(cl_event d_ev, cl_int status) try { in clSetUserEventStatus() function
|
/external/OpenCL-CTS/test_conformance/device_execution/ |
D | host_queue_order.cpp | 167 err_ret = clSetUserEventStatus(event1, CL_COMPLETE); in test_host_queue_order()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_zero_sized_enqueue.cpp | 159 error = clSetUserEventStatus(user_ev, CL_COMPLETE); in test_zero_sized_enqueue_helper()
|
/external/OpenCL-CTS/test_conformance/SVM/ |
D | test_enqueue_api.cpp | 161 error = clSetUserEventStatus(userEvent, CL_COMPLETE); in test_svm_enqueue_api()
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | test_conversions.cpp | 1178 … if( (error = clSetUserEventStatus( writeInputBufferInfo.calcReferenceValues, CL_COMPLETE ) ) ) in DoTest() 1529 if( (status = clSetUserEventStatus( doneBarrier, CL_COMPLETE) )) in CalcReferenceValuesComplete()
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compile.cpp | 1253 error = clSetUserEventStatus(simple_compile_user_data->m_event, CL_COMPLETE); in simple_compile_callback() 1559 error = clSetUserEventStatus(simple_link_user_data->m_event, CL_COMPLETE); in simple_link_callback() 2057 error = clSetUserEventStatus(compile_program_completion_event, CL_COMPLETE); in program_compile_completion_callback() 2072 error = clSetUserEventStatus(link_program_completion_event, CL_COMPLETE); in program_link_completion_callback()
|
/external/mesa3d/include/CL/ |
D | cl.h | 1465 clSetUserEventStatus(cl_event event,
|
D | cl_icd.h | 1195 cl_api_clSetUserEventStatus clSetUserEventStatus; member
|
D | cl2.hpp | 858 #define __SET_USER_EVENT_STATUS_ERR CL_HPP_ERR_STR_(clSetUserEventStatus) 3291 ::clSetUserEventStatus(object_,status), in setStatus()
|
D | cl.hpp | 413 #define __SET_USER_EVENT_STATUS_ERR __ERR_STR(clSetUserEventStatus) 3020 ::clSetUserEventStatus(object_,status), in setStatus()
|