Searched refs:cl_event (Results 1 - 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/include/state_tracker/
H A Dopencl_interop.h35 typedef bool (*opencl_dri_event_add_ref_t)(void *cl_event);
36 typedef bool (*opencl_dri_event_release_t)(void *cl_event);
37 typedef bool (*opencl_dri_event_wait_t)(void *cl_event, uint64_t timeout);
38 typedef struct pipe_fence_handle *(*opencl_dri_event_get_fence_t)(void *cl_event);
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dinterop.cpp32 opencl_dri_event_add_ref(cl_event event)
43 opencl_dri_event_release(cl_event event)
49 opencl_dri_event_wait(cl_event event, uint64_t timeout) try {
62 opencl_dri_event_get_fence(cl_event event) try {
H A Ddispatch.hpp283 const cl_event *event_list);
286 cl_event event,
293 cl_event event);
296 cl_event event);
299 cl_event event,
319 const cl_event *event_wait_list,
320 cl_event *event);
330 const cl_event *event_wait_list,
331 cl_event *event);
341 const cl_event *event_wait_lis
[all...]
H A Devent.cpp28 CLOVER_API cl_event
41 clSetUserEventStatus(cl_event d_ev, cl_int status) try {
62 clWaitForEvents(cl_uint num_evs, const cl_event *d_evs) try {
87 clGetEventInfo(cl_event d_ev, cl_event_info param,
124 clSetEventCallback(cl_event d_ev, cl_int type,
125 void (CL_CALLBACK *pfn_notify)(cl_event, cl_int, void *),
147 clRetainEvent(cl_event d_ev) try {
156 clReleaseEvent(cl_event d_ev) try {
167 clEnqueueMarker(cl_command_queue d_q, cl_event *rd_ev) try {
183 const cl_event *d_dep
[all...]
H A Dtransfer.cpp278 cl_uint num_deps, const cl_event *d_deps,
279 cl_event *rd_ev) try {
308 cl_uint num_deps, const cl_event *d_deps,
309 cl_event *rd_ev) try {
343 cl_uint num_deps, const cl_event *d_deps,
344 cl_event *rd_ev) try {
380 cl_uint num_deps, const cl_event *d_deps,
381 cl_event *rd_ev) try {
412 cl_uint num_deps, const cl_event *d_deps,
413 cl_event *rd_e
[all...]
H A Dkernel.cpp280 cl_uint num_deps, const cl_event *d_deps,
281 cl_event *rd_ev) try {
307 cl_uint num_deps, const cl_event *d_deps,
308 cl_event *rd_ev) try {
333 const cl_event *d_deps, cl_event *rd_ev) {
H A Dmemory.cpp408 const cl_event *event_wait_list,
409 cl_event *event) {
419 const cl_event *event_wait_list,
420 cl_event *event) {
/external/mesa3d/include/CL/
H A Dcl_egl.h86 const cl_event * /* event_wait_list */,
87 cl_event * /* event */) CL_API_SUFFIX__VERSION_1_0;
94 const cl_event * event_wait_list,
95 cl_event * event);
103 const cl_event * /* event_wait_list */,
104 cl_event * /* event */) CL_API_SUFFIX__VERSION_1_0;
111 const cl_event * event_wait_list,
112 cl_event * event);
117 extern CL_API_ENTRY cl_event CL_API_CALL
123 typedef CL_API_ENTRY cl_event (CL_API_CAL
[all...]
H A Dcl_dx9_media_sharing.h111 const cl_event * event_wait_list,
112 cl_event * event) CL_API_SUFFIX__VERSION_1_2;
119 const cl_event * event_wait_list,
120 cl_event * event) CL_API_SUFFIX__VERSION_1_2;
H A Dcl_gl_ext.h60 extern CL_API_ENTRY cl_event CL_API_CALL
H A Dcl.h46 typedef struct _cl_event * cl_event; typedef in typeref:struct:_cl_event
865 const cl_event * /* event_list */) CL_API_SUFFIX__VERSION_1_0;
868 clGetEventInfo(cl_event /* event */,
874 extern CL_API_ENTRY cl_event CL_API_CALL
879 clRetainEvent(cl_event /* event */) CL_API_SUFFIX__VERSION_1_0;
882 clReleaseEvent(cl_event /* event */) CL_API_SUFFIX__VERSION_1_0;
885 clSetUserEventStatus(cl_event /* event */,
889 clSetEventCallback( cl_event /* event */,
891 void (CL_CALLBACK * /* pfn_notify */)(cl_event, cl_int, void *),
896 clGetEventProfilingInfo(cl_event /* even
[all...]
H A Dcl_d3d10.h110 const cl_event * event_wait_list,
111 cl_event * event) CL_API_SUFFIX__VERSION_1_0;
118 const cl_event * event_wait_list,
119 cl_event * event) CL_API_SUFFIX__VERSION_1_0;
H A Dcl_d3d11.h110 const cl_event * event_wait_list,
111 cl_event * event) CL_API_SUFFIX__VERSION_1_2;
118 const cl_event * event_wait_list,
119 cl_event * event) CL_API_SUFFIX__VERSION_1_2;
H A Dcl_gl.h95 const cl_event * /* event_wait_list */,
96 cl_event * /* event */) CL_API_SUFFIX__VERSION_1_0;
103 const cl_event * /* event_wait_list */,
104 cl_event * /* event */) CL_API_SUFFIX__VERSION_1_0;
H A Dcl.hpp1081 struct ReferenceHandler<cl_event>
1083 static cl_int retain(cl_event event)
1085 static cl_int release(cl_event event)
1535 * \brief Event interface for cl_event.
1537 class Event : public detail::Wrapper<cl_event>
1604 void (CL_CALLBACK * pfn_notify)(cl_event, cl_int, void *),
1622 (cl_uint) events.size(), (cl_event*)&events.front()),
1631 * \brief User event interface for cl_event.
1677 (cl_uint) events.size(), (cl_event*)&events.front()),
2626 (events != NULL && events->size() > 0) ? (cl_event*)
[all...]
/external/ImageMagick/MagickCore/
H A Dopencl-private.h37 cl_event
184 cl_uint num_events_in_wait_list,const cl_event *event_wait_list,
185 cl_event *event) CL_API_SUFFIX__VERSION_1_0;
190 size_t cb,cl_uint num_events_in_wait_list,const cl_event *event_wait_list,
191 cl_event *event,cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
196 cl_uint num_events_in_wait_list,const cl_event *event_wait_list,
197 cl_event *event) CL_API_SUFFIX__VERSION_1_0;
204 const cl_event * event_wait_list,cl_event *event)
211 const cl_event *event_lis
[all...]
H A Dopencl.c1422 info->events,(cl_event *) NULL,(cl_int *) NULL);
1569 static void RegisterCacheEvent(MagickCLCacheInfo info,cl_event event)
1572 assert(event != (cl_event) NULL);
1573 if (info->events == (cl_event *) NULL)
1581 if (info->events == (cl_event *) NULL)
1596 cl_event
1625 if (events == (cl_event *) NULL)
1641 events=(cl_event *) RelinquishMagickMemory(events);
2546 % cl_event event)
2557 cl_kernel kernel,cl_event even
[all...]
H A Daccelerate.c315 cl_event
808 cl_event
999 cl_event
1584 cl_event
1955 cl_event
2359 cl_event
3082 cl_event
3438 cl_event
3646 cl_event
/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddri2.c1457 void *cl_event; member in struct:dri2_fence
1526 dri2_get_fence_from_cl_event(__DRIscreen *_screen, intptr_t cl_event) argument
1538 fence->cl_event = (void*)cl_event;
1540 if (!driscreen->opencl_dri_event_add_ref(fence->cl_event)) {
1558 else if (fence->cl_event)
1559 driscreen->opencl_dri_event_release(fence->cl_event);
1578 else if (fence->cl_event) {
1580 driscreen->opencl_dri_event_get_fence(fence->cl_event);
1585 return driscreen->opencl_dri_event_wait(fence->cl_event, timeou
[all...]
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h368 void *(*get_fence_from_cl_event)(__DRIscreen *screen, intptr_t cl_event);

Completed in 549 milliseconds