Clover Git
OpenCL 1.1 software implementation
Public Member Functions

Coal::WriteBufferRectEvent Class Reference

Writing a buffer. More...

#include <events.h>

Inheritance diagram for Coal::WriteBufferRectEvent:
Collaboration diagram for Coal::WriteBufferRectEvent:

List of all members.

Public Member Functions

 WriteBufferRectEvent (CommandQueue *parent, MemObject *buffer, const size_t buffer_origin[3], const size_t host_origin[3], const size_t region[3], size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_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::WriteBufferRect one.

Detailed Description

Writing a buffer.

Definition at line 407 of file events.h.


Constructor & Destructor Documentation

WriteBufferRectEvent::WriteBufferRectEvent ( CommandQueue parent,
MemObject buffer,
const size_t  buffer_origin[3],
const size_t  host_origin[3],
const size_t  region[3],
size_t  buffer_row_pitch,
size_t  buffer_slice_pitch,
size_t  host_row_pitch,
size_t  host_slice_pitch,
void *  ptr,
cl_uint  num_events_in_wait_list,
const Event **  event_wait_list,
cl_int *  errcode_ret 
)

Definition at line 1221 of file events.cpp.


Member Function Documentation

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

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

Implements Coal::Event.

Definition at line 1241 of file events.cpp.

References Coal::Event::WriteBufferRect.


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