Clover Git
OpenCL 1.1 software implementation
|
Context. More...
#include "context.h"
#include "deviceinterface.h"
#include "propertylist.h"
#include <cstring>
#include <cstdlib>
#include <llvm/Target/TargetSelect.h>
Go to the source code of this file.
Defines | |
#define | GET_PROP(type, var) |
Functions | |
static void | default_pfn_notify (const char *, const void *, size_t, void *) |
Context.
Definition in file context.cpp.
#define GET_PROP | ( | type, | |
var | |||
) |
var = *(const type *)props; \ props += sizeof(type); \ props_len += sizeof(type);
Referenced by Coal::Context::Context().
static void default_pfn_notify | ( | const char * | , |
const void * | , | ||
size_t | , | ||
void * | |||
) | [static] |
Definition at line 44 of file context.cpp.
Referenced by Coal::Context::Context().