Home
last modified time | relevance | path

Searched refs:clSetUserEventStatus (Results 1 – 25 of 28) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/events/
Dtest_userevents.cpp152 CL_EXIT_ERROR(clSetUserEventStatus(u1,CL_COMPLETE),"clSetUserEventStatus failed"); in test_userevents()
191 CL_EXIT_ERROR(clSetUserEventStatus(u2,-1),"clSetUserEventStatus failed"); in test_userevents()
Dtest_userevents_multithreaded.cpp30 clSetUserEventStatus(*event, CL_COMPLETE); in trigger_user_event()
Dtest_callbacks.cpp92 error = clSetUserEventStatus( gateEvent, CL_COMPLETE ); in test_callback_event_single()
291 error = clSetUserEventStatus( gateEvent, CL_COMPLETE ); in test_callbacks_simultaneous()
/external/angle/src/libANGLE/renderer/cl/
DCLEventCL.cpp35 return mNative->getDispatch().clSetUserEventStatus(mNative, executionStatus); in setUserEventStatus()
DCLPlatformCL.cpp234 mNative->getDispatch().clSetUserEventStatus == nullptr || in createInfo()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp112 clSetUserEventStatus,
Devent.cpp41 clSetUserEventStatus(cl_event d_ev, cl_int status) try { in clSetUserEventStatus() function
/external/angle/src/libOpenCL/
DlibOpenCL_autogen.map88 clSetUserEventStatus;
DlibOpenCL_autogen.cpp672 cl_int CL_API_CALL clSetUserEventStatus(cl_event event, cl_int execution_status) in clSetUserEventStatus() function
674 return cl::GetDispatch().clSetUserEventStatus(event, execution_status); in clSetUserEventStatus()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc179 LoadFunction(clSetUserEventStatus); in LoadOpenCLFunctions()
297 PFN_clSetUserEventStatus clSetUserEventStatus; in LoadOpenCLFunctions() variable
Dopencl_wrapper.h584 extern PFN_clSetUserEventStatus clSetUserEventStatus;
/external/llvm-project/parallel-libs/acxxel/
Dopencl_acxxel.cpp226 if (cl_int Result = clSetUserEventStatus(Event, CL_COMPLETE)) in createEvent()
400 if (cl_int Result = clSetUserEventStatus(Data->EndEvent, CL_COMPLETE)) in openCLStreamCallbackShim()
435 if (cl_int Result = clSetUserEventStatus(StartEvent, CL_COMPLETE)) in addStreamCallback()
/external/angle/src/libGLESv2/
Dcl_dispatch_table.cpp107 cl::clSetUserEventStatus,
Dproc_table_cl_autogen.cpp98 {"clSetUserEventStatus", P(::cl::clSetUserEventStatus)}, in GetProcTable()
Dentry_points_cl_autogen.h349 cl_int CL_API_CALL clSetUserEventStatus(cl_event event, cl_int execution_status);
/external/OpenCL-CTS/test_conformance/device_execution/
Dhost_queue_order.cpp171 err_ret = clSetUserEventStatus(event1, CL_COMPLETE); in test_host_queue_order()
/external/OpenCL-CTS/test_conformance/api/
Dtest_zero_sized_enqueue.cpp169 error = clSetUserEventStatus(user_ev, CL_COMPLETE); in test_zero_sized_enqueue_helper()
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_enqueue_api.cpp161 error = clSetUserEventStatus(userEvent, CL_COMPLETE); in test_svm_enqueue_api()
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp1183 … if( (error = clSetUserEventStatus( writeInputBufferInfo.calcReferenceValues, CL_COMPLETE ) ) ) in DoTest()
1534 if( (status = clSetUserEventStatus( doneBarrier, CL_COMPLETE) )) in CalcReferenceValuesComplete()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp1253 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/
Dcl.h1465 clSetUserEventStatus(cl_event event,
Dcl_icd.h1195 cl_api_clSetUserEventStatus clSetUserEventStatus; member
/external/angle/include/CL/
Dcl_icd.h1195 cl_api_clSetUserEventStatus clSetUserEventStatus; member
Dcl.h1467 clSetUserEventStatus(cl_event event,
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h1467 clSetUserEventStatus(cl_event event,

12