Clover Git
OpenCL 1.1 software implementation
Public Member Functions

Coal::ReadImageEvent Class Reference

Reading an image. More...

#include <events.h>

Inheritance diagram for Coal::ReadImageEvent:
Collaboration diagram for Coal::ReadImageEvent:

List of all members.

Public Member Functions

 ReadImageEvent (CommandQueue *parent, Image2D *image, const size_t origin[3], const size_t region[3], size_t row_pitch, size_t slice_pitch, void *ptr, cl_uint num_events_in_wait_list, const Event **event_wait_list, cl_int *errcode_ret)
Type type () const
 Say the event is a Coal::Event::ReadImage one.

Detailed Description

Reading an image.

Definition at line 452 of file events.h.


Constructor & Destructor Documentation

ReadImageEvent::ReadImageEvent ( CommandQueue parent,
Image2D image,
const size_t  origin[3],
const size_t  region[3],
size_t  row_pitch,
size_t  slice_pitch,
void *  ptr,
cl_uint  num_events_in_wait_list,
const Event **  event_wait_list,
cl_int *  errcode_ret 
)

Definition at line 1271 of file events.cpp.


Member Function Documentation

Event::Type ReadImageEvent::type ( ) const [virtual]

Say the event is a Coal::Event::ReadImage one.

Implements Coal::Event.

Definition at line 1285 of file events.cpp.

References Coal::Event::ReadImage.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines