/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 | 30 clSetUserEventStatus(*event, CL_COMPLETE); in trigger_user_event()
|
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/angle/src/libANGLE/renderer/cl/ |
D | CLEventCL.cpp | 35 return mNative->getDispatch().clSetUserEventStatus(mNative, executionStatus); in setUserEventStatus()
|
D | CLPlatformCL.cpp | 234 mNative->getDispatch().clSetUserEventStatus == nullptr || in createInfo()
|
/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/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 88 clSetUserEventStatus;
|
D | libOpenCL_autogen.cpp | 672 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/ |
D | opencl_wrapper.cc | 179 LoadFunction(clSetUserEventStatus); in LoadOpenCLFunctions() 297 PFN_clSetUserEventStatus clSetUserEventStatus; in LoadOpenCLFunctions() variable
|
D | opencl_wrapper.h | 584 extern PFN_clSetUserEventStatus clSetUserEventStatus;
|
/external/llvm-project/parallel-libs/acxxel/ |
D | opencl_acxxel.cpp | 226 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/ |
D | cl_dispatch_table.cpp | 107 cl::clSetUserEventStatus,
|
D | proc_table_cl_autogen.cpp | 98 {"clSetUserEventStatus", P(::cl::clSetUserEventStatus)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 349 cl_int CL_API_CALL clSetUserEventStatus(cl_event event, cl_int execution_status);
|
/external/OpenCL-CTS/test_conformance/device_execution/ |
D | host_queue_order.cpp | 171 err_ret = clSetUserEventStatus(event1, CL_COMPLETE); in test_host_queue_order()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_zero_sized_enqueue.cpp | 169 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 | 1183 … if( (error = clSetUserEventStatus( writeInputBufferInfo.calcReferenceValues, CL_COMPLETE ) ) ) in DoTest() 1534 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
|
/external/angle/include/CL/ |
D | cl_icd.h | 1195 cl_api_clSetUserEventStatus clSetUserEventStatus; member
|
D | cl.h | 1467 clSetUserEventStatus(cl_event event,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 1467 clSetUserEventStatus(cl_event event,
|