/external/OpenCL-CTS/test_conformance/events/ |
D | test_event_dependencies.cpp | 265 error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 1, in test_event_enqueue_wait_for_events_run_test() 272 clEnqueueBarrierWithWaitList(queues[queue_to_use], 0, NULL, NULL); in test_event_enqueue_wait_for_events_run_test() 346 error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 1, in test_event_enqueue_wait_for_events_run_test() 355 error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 0, NULL, in test_event_enqueue_wait_for_events_run_test() 421 error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 1, in test_event_enqueue_wait_for_events_run_test() 430 error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 0, NULL, in test_event_enqueue_wait_for_events_run_test()
|
D | test_events.cpp | 797 error = clEnqueueBarrierWithWaitList(queue, event_count, event_list, in test_event_enqueue_barrier_with_event_list() 814 error = clEnqueueBarrierWithWaitList(queue, event_count, event_list, NULL); in test_event_enqueue_barrier_with_event_list()
|
/external/OpenCL-ICD-Loader/loader/windows/ |
D | OpenCL-mingw-i686.def | 119 clEnqueueBarrierWithWaitList@16 == clEnqueueBarrierWithWaitList
|
D | OpenCL.def | 123 clEnqueueBarrierWithWaitList
|
/external/mesa3d/include/CL/ |
D | cl_icd.h | 177 clEnqueueBarrierWithWaitList_t *clEnqueueBarrierWithWaitList; member 195 void *clEnqueueBarrierWithWaitList; member
|
/external/OpenCL-Headers/CL/ |
D | cl_icd.h | 177 clEnqueueBarrierWithWaitList_t *clEnqueueBarrierWithWaitList; member 195 void *clEnqueueBarrierWithWaitList; member
|
/external/angle/include/CL/ |
D | cl_icd.h | 177 clEnqueueBarrierWithWaitList_t *clEnqueueBarrierWithWaitList; member 195 void *clEnqueueBarrierWithWaitList; member
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | event.cpp | 218 clEnqueueBarrierWithWaitList(cl_command_queue d_q, cl_uint num_deps, in clEnqueueBarrierWithWaitList() function 246 return clEnqueueBarrierWithWaitList(d_q, num_evs, d_evs, NULL); in clEnqueueWaitForEvents()
|
D | dispatch.cpp | 144 clEnqueueBarrierWithWaitList,
|
/external/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def.in | 89 clEnqueueBarrierWithWaitList@16
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 110 clEnqueueBarrierWithWaitList;
|
D | libOpenCL_autogen.cpp | 890 cl_int CL_API_CALL clEnqueueBarrierWithWaitList(cl_command_queue command_queue, in clEnqueueBarrierWithWaitList() function 895 return cl::GetDispatch().clEnqueueBarrierWithWaitList(command_queue, num_events_in_wait_list, in clEnqueueBarrierWithWaitList()
|
/external/OpenCL-ICD-Loader/test/driver_stub/ |
D | rename_api.h | 88 #define clEnqueueBarrierWithWaitList ___clEnqueueBarrierWithWaitList macro
|
D | icd.c | 175 ICD_DISPATCH_TABLE_ENTRY ( clEnqueueBarrierWithWaitList); in cliIcdDispatchTableCreate()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 204 LoadFunction(clEnqueueBarrierWithWaitList); in LoadOpenCLFunctions() 333 PFN_clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList; in LoadOpenCLFunctions() variable
|
D | opencl_wrapper.h | 648 extern PFN_clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList;
|
/external/OpenCL-ICD-Loader/loader/linux/ |
D | icd_exports.map | 120 clEnqueueBarrierWithWaitList;
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 134 cl::clEnqueueBarrierWithWaitList,
|
D | proc_table_cl_autogen.cpp | 116 {"clEnqueueBarrierWithWaitList", P(::cl::clEnqueueBarrierWithWaitList)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 472 cl_int CL_API_CALL clEnqueueBarrierWithWaitList(cl_command_queue command_queue,
|
/external/mesa3d/src/gallium/frontends/rusticl/api/ |
D | queue.rs | 194 #[cl_entrypoint(clEnqueueBarrierWithWaitList)]
|
D | icd.rs | 131 clEnqueueBarrierWithWaitList: Some(clEnqueueBarrierWithWaitList),
|
/external/OpenCL-ICD-Loader/test/loader_test/ |
D | test_kernel.c | 411 ret_val=clEnqueueBarrierWithWaitList(command_queue, in test_clEnqueueBarrierWithWaitList()
|
/external/OpenCL-ICD-Loader/scripts/ |
D | icd_print_layer_generated.c.mako | 233 dispatch.clEnqueueBarrierWithWaitList = &clEnqueueBarrierWithWaitList_wrap;
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 251 mNative->getDispatch().clEnqueueBarrierWithWaitList == nullptr || in createInfo()
|