Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_gaussian_cl_t Struct Reference

#include <gaussian.h>

+ Collaboration diagram for dt_gaussian_cl_t:

Data Fields

dt_gaussian_cl_global_tglobal
 
int devid
 
int width
 
int height
 
int channels
 
int blocksize
 
size_t bwidth
 
size_t bheight
 
float sigma
 
int order
 
float * min
 
float * max
 
cl_mem dev_temp1
 
cl_mem dev_temp2
 

Field Documentation

◆ bheight

size_t dt_gaussian_cl_t::bheight

◆ blocksize

int dt_gaussian_cl_t::blocksize

◆ bwidth

size_t dt_gaussian_cl_t::bwidth

◆ channels

int dt_gaussian_cl_t::channels

◆ dev_temp1

cl_mem dt_gaussian_cl_t::dev_temp1

◆ dev_temp2

cl_mem dt_gaussian_cl_t::dev_temp2

◆ devid

int dt_gaussian_cl_t::devid

◆ global

dt_gaussian_cl_global_t* dt_gaussian_cl_t::global

Referenced by dt_gaussian_init_cl().

◆ height

int dt_gaussian_cl_t::height

◆ max

float* dt_gaussian_cl_t::max

◆ min

float* dt_gaussian_cl_t::min

◆ order

int dt_gaussian_cl_t::order

◆ sigma

float dt_gaussian_cl_t::sigma

◆ width

int dt_gaussian_cl_t::width

The documentation for this struct was generated from the following file: