![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/dlopencl.h"#include "system/dynload.h"#include "common/logging.h"#include "system/macros.h"#include "system/mem_alloc.h"#include <assert.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <string.h>
Include dependency graph for dlopencl.c:Go to the source code of this file.
Functions | |
| void | dt_dlopencl_noop (void) |
| dt_dlopencl_t * | dt_dlopencl_init (const char *name) |
Variables | |
| static const char * | ocllib [] = { "/System/Library/Frameworks/OpenCL.framework/Versions/Current/OpenCL", NULL } |
| dt_dlopencl_t * dt_dlopencl_init | ( | const char * | name | ) |
Definition at line 65 of file dlopencl.c.
References DT_DEBUG_OPENCL, dt_dlopencl_noop(), dt_free, dt_gmodule_supported(), dt_gmodule_symbol(), dt_print(), dt_vprint(), IS_NULL_PTR, k, name, ocllib, TRUE, and void().
Referenced by dt_opencl_init().
Definition at line 56 of file dlopencl.c.
Referenced by dt_dlopencl_init().
|
static |
Definition at line 49 of file dlopencl.c.
Referenced by dt_dlopencl_init().