Clover Git
OpenCL 1.1 software implementation
|
Unmapping a memory object. More...
#include <events.h>
Public Member Functions | |
UnmapBufferEvent (CommandQueue *parent, MemObject *buffer, void *mapped_addr, 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::UnmapBuffer one. | |
void * | mapping () const |
Mapped address to unmap. | |
Private Attributes | |
void * | p_mapping |
UnmapBufferEvent::UnmapBufferEvent | ( | CommandQueue * | parent, |
MemObject * | buffer, | ||
void * | mapped_addr, | ||
cl_uint | num_events_in_wait_list, | ||
const Event ** | event_wait_list, | ||
cl_int * | errcode_ret | ||
) |
Definition at line 374 of file events.cpp.
void * UnmapBufferEvent::mapping | ( | ) | const |
Event::Type UnmapBufferEvent::type | ( | ) | const [virtual] |
Say the event is a Coal::Event::UnmapBuffer
one.
Implements Coal::Event.
Definition at line 393 of file events.cpp.
References Coal::Event::UnmapMemObject.
void* Coal::UnmapBufferEvent::p_mapping [private] |