![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/dlopencl.h"#include "common/darktable.h"#include "common/dynload.h"#include <assert.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <string.h>
Include dependency graph for dlopencl.c:Functions | |
| void | dt_dlopencl_noop (void) |
| dt_dlopencl_t * | dt_dlopencl_init (const char *name) |
Variables | |
| static const char * | ocllib [] = { "libOpenCL", "libOpenCL.so", "libOpenCL.so.1", NULL } |
| dt_dlopencl_t * dt_dlopencl_init | ( | const char * | name | ) |
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().
Referenced by dt_dlopencl_init().
|
static |
Referenced by dt_dlopencl_init().