Lines Matching refs:events

1618     waitForEvents(const VECTOR_CLASS<Event>& events)  in waitForEvents()  argument
1622 (cl_uint) events.size(), (cl_event*)&events.front()), in waitForEvents()
1673 WaitForEvents(const VECTOR_CLASS<Event>& events) in WaitForEvents() argument
1677 (cl_uint) events.size(), (cl_event*)&events.front()), in WaitForEvents()
2618 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBuffer() argument
2625 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueReadBuffer()
2626 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueReadBuffer()
2637 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBuffer() argument
2644 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueWriteBuffer()
2645 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueWriteBuffer()
2656 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBuffer() argument
2662 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueCopyBuffer()
2663 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueCopyBuffer()
2680 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBufferRect() argument
2696 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueReadBufferRect()
2697 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueReadBufferRect()
2714 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBufferRect() argument
2730 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueWriteBufferRect()
2731 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueWriteBufferRect()
2746 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBufferRect() argument
2761 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueCopyBufferRect()
2762 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueCopyBufferRect()
2776 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadImage() argument
2783 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueReadImage()
2784 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueReadImage()
2797 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteImage() argument
2804 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueWriteImage()
2805 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueWriteImage()
2816 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyImage() argument
2823 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueCopyImage()
2824 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueCopyImage()
2835 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyImageToBuffer() argument
2842 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueCopyImageToBuffer()
2843 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueCopyImageToBuffer()
2854 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBufferToImage() argument
2861 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueCopyBufferToImage()
2862 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueCopyBufferToImage()
2873 const VECTOR_CLASS<Event>* events = NULL, in enqueueMapBuffer() argument
2880 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueMapBuffer()
2881 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueMapBuffer()
2900 const VECTOR_CLASS<Event>* events = NULL, in enqueueMapImage() argument
2909 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueMapImage()
2910 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueMapImage()
2924 const VECTOR_CLASS<Event>* events = NULL, in enqueueUnmapMemObject() argument
2930 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueUnmapMemObject()
2931 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueUnmapMemObject()
2941 const VECTOR_CLASS<Event>* events = NULL, in enqueueNDRangeKernel() argument
2950 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueNDRangeKernel()
2951 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueNDRangeKernel()
2958 const VECTOR_CLASS<Event>* events = NULL, in enqueueTask() argument
2964 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueTask()
2965 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueTask()
2975 const VECTOR_CLASS<Event>* events = NULL, in enqueueNativeKernel() argument
2994 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueNativeKernel()
2995 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueNativeKernel()
3007 cl_int enqueueWaitForEvents(const VECTOR_CLASS<Event>& events) const in enqueueWaitForEvents()
3012 (cl_uint) events.size(), in enqueueWaitForEvents()
3013 (const cl_event*) &events.front()), in enqueueWaitForEvents()
3019 const VECTOR_CLASS<Event>* events = NULL, in enqueueAcquireGLObjects() argument
3027 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueAcquireGLObjects()
3028 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueAcquireGLObjects()
3035 const VECTOR_CLASS<Event>* events = NULL, in enqueueReleaseGLObjects() argument
3043 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueReleaseGLObjects()
3044 (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL, in enqueueReleaseGLObjects()
3061 const VECTOR_CLASS<Event>* events = NULL, in enqueueAcquireD3D10Objects() argument
3072 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueAcquireD3D10Objects()
3073 (events != NULL) ? (cl_event*) &events->front() : NULL, in enqueueAcquireD3D10Objects()
3080 const VECTOR_CLASS<Event>* events = NULL, in enqueueReleaseD3D10Objects() argument
3091 (events != NULL) ? (cl_uint) events->size() : 0, in enqueueReleaseD3D10Objects()
3092 (events != NULL) ? (cl_event*) &events->front() : NULL, in enqueueReleaseD3D10Objects()
3158 inline Event operator()(const VECTOR_CLASS<Event>* events = NULL);
3163 const VECTOR_CLASS<Event>* events = NULL);
3169 const VECTOR_CLASS<Event>* events = NULL);
3176 const VECTOR_CLASS<Event>* events = NULL);
3184 const VECTOR_CLASS<Event>* events = NULL);
3193 const VECTOR_CLASS<Event>* events = NULL);
3203 const VECTOR_CLASS<Event>* events = NULL);
3215 const VECTOR_CLASS<Event>* events = NULL);
3228 const VECTOR_CLASS<Event>* events = NULL);
3242 const VECTOR_CLASS<Event>* events = NULL);
3257 const VECTOR_CLASS<Event>* events = NULL);
3274 const VECTOR_CLASS<Event>* events = NULL);
3292 const VECTOR_CLASS<Event>* events = NULL);
3311 const VECTOR_CLASS<Event>* events = NULL);
3331 const VECTOR_CLASS<Event>* events = NULL);
3352 const VECTOR_CLASS<Event>* events = NULL);
3396 Event KernelFunctor::operator()(const VECTOR_CLASS<Event>* events) in operator ()() argument
3414 const VECTOR_CLASS<Event>* events) in operator ()() argument
3435 const VECTOR_CLASS<Event>* events) in operator ()() argument
3458 const VECTOR_CLASS<Event>* events) in operator ()() argument
3483 const VECTOR_CLASS<Event>* events) in operator ()() argument
3510 const VECTOR_CLASS<Event>* events) in operator ()() argument
3540 const VECTOR_CLASS<Event>* events) in operator ()() argument
3572 const VECTOR_CLASS<Event>* events) in operator ()() argument
3606 const VECTOR_CLASS<Event>* events) in operator ()() argument
3642 const VECTOR_CLASS<Event>* events) in operator ()() argument
3680 const VECTOR_CLASS<Event>* events) in operator ()() argument
3721 const VECTOR_CLASS<Event>* events) in operator ()() argument
3764 const VECTOR_CLASS<Event>* events) in operator ()() argument
3809 const VECTOR_CLASS<Event>* events) in operator ()() argument
3856 const VECTOR_CLASS<Event>* events) in operator ()() argument
3905 const VECTOR_CLASS<Event>* events) in operator ()() argument