Clover Git
OpenCL 1.1 software implementation
|
Copying between two images. More...
#include <events.h>
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. |
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 | ||
) |
Definition at line 1315 of file events.cpp.
References Coal::Image2D::format(), Coal::MemObject::Image2D, and Coal::Image2D::type().
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.