Home
last modified time | relevance | path

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

/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.cpp37 clSetUserEventStatus( *mEvent, CL_COMPLETE ); in IRun()
Dtest_callbacks.cpp92 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/
Dopencl_wrapper.cc123 LoadFunction(clSetUserEventStatus); in LoadOpenCLFunctions()
236 PFN_clSetUserEventStatus clSetUserEventStatus; variable
Dopencl_wrapper.h570 extern PFN_clSetUserEventStatus clSetUserEventStatus;
/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/OpenCL-CTS/test_conformance/device_execution/
Dhost_queue_order.cpp167 err_ret = clSetUserEventStatus(event1, CL_COMPLETE); in test_host_queue_order()
/external/OpenCL-CTS/test_conformance/api/
Dtest_zero_sized_enqueue.cpp159 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.cpp1178 … if( (error = clSetUserEventStatus( writeInputBufferInfo.calcReferenceValues, CL_COMPLETE ) ) ) in DoTest()
1529 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
Dcl2.hpp858 #define __SET_USER_EVENT_STATUS_ERR CL_HPP_ERR_STR_(clSetUserEventStatus)
3291 ::clSetUserEventStatus(object_,status), in setStatus()
Dcl.hpp413 #define __SET_USER_EVENT_STATUS_ERR __ERR_STR(clSetUserEventStatus)
3020 ::clSetUserEventStatus(object_,status), in setStatus()