Clover Git
OpenCL 1.1 software implementation
Classes | Namespaces

events.h File Reference

All the event-related classes. More...

#include "commandqueue.h"
#include <core/config.h>
#include <vector>
Include dependency graph for events.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Coal::BufferEvent
 Buffer-related event. More...
class  Coal::ReadWriteBufferEvent
 Reading or writing to a buffer. More...
class  Coal::ReadBufferEvent
 Reading a buffer. More...
class  Coal::WriteBufferEvent
 Writing a buffer. More...
class  Coal::MapBufferEvent
 Mapping a buffer. More...
class  Coal::MapImageEvent
 Mapping an image. More...
class  Coal::UnmapBufferEvent
 Unmapping a memory object. More...
class  Coal::CopyBufferEvent
 Copying between two buffers. More...
class  Coal::ReadWriteCopyBufferRectEvent
 Events related to rectangular (or cubic) memory regions. More...
class  Coal::CopyBufferRectEvent
 Copying between two buffers. More...
class  Coal::ReadWriteBufferRectEvent
 Reading or writing to a buffer. More...
class  Coal::ReadBufferRectEvent
 Reading a buffer. More...
class  Coal::WriteBufferRectEvent
 Writing a buffer. More...
class  Coal::ReadWriteImageEvent
 Reading or writing images. More...
class  Coal::ReadImageEvent
 Reading an image. More...
class  Coal::WriteImageEvent
 Writing to an image. More...
class  Coal::CopyImageEvent
 Copying between two images. More...
class  Coal::CopyImageToBufferEvent
 Copying an image to a buffer. More...
class  Coal::CopyBufferToImageEvent
 Copying a buffer to an image. More...
class  Coal::NativeKernelEvent
 Executing a native function as a kernel. More...
class  Coal::KernelEvent
 Executing a compiled kernel. More...
class  Coal::TaskEvent
 Executing a task kernel. More...
class  Coal::UserEvent
 User event. More...
class  Coal::BarrierEvent
 Barrier event. More...
class  Coal::WaitForEventsEvent
 Event waiting for others to complete before being completed. More...
class  Coal::MarkerEvent
 Marker event. More...

Namespaces

namespace  Coal

Detailed Description

All the event-related classes.

Definition in file events.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines