Clover Git
OpenCL 1.1 software implementation
Public Member Functions

Coal::CopyImageEvent Class Reference

Copying between two images. More...

#include <events.h>

Inheritance diagram for Coal::CopyImageEvent:
Collaboration diagram for Coal::CopyImageEvent:

List of all members.

Public Member Functions

 CopyImageEvent (CommandQueue *parent, Image2D *source, Image2D *destination, const size_t src_origin[3], const size_t dst_origin[3], const size_t region[3], 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::CopyImage one.

Detailed Description

Copying between two images.

Definition at line 492 of file events.h.


Constructor & Destructor Documentation

CopyImageEvent::CopyImageEvent ( CommandQueue parent,
Image2D source,
Image2D destination,
const size_t  src_origin[3],
const size_t  dst_origin[3],
const size_t  region[3],
cl_uint  num_events_in_wait_list,
const Event **  event_wait_list,
cl_int *  errcode_ret 
)

Member Function Documentation

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

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

Reimplemented from Coal::CopyBufferRectEvent.

Definition at line 1355 of file events.cpp.

References Coal::Event::CopyImage.


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