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
 

Detailed Description

Definition at line 74 of file gaussian.h.

Field Documentation

◆ bheight

size_t dt_gaussian_cl_t::bheight

Definition at line 80 of file gaussian.h.

◆ blocksize

int dt_gaussian_cl_t::blocksize

Definition at line 79 of file gaussian.h.

◆ bwidth

size_t dt_gaussian_cl_t::bwidth

Definition at line 80 of file gaussian.h.

◆ channels

int dt_gaussian_cl_t::channels

Definition at line 78 of file gaussian.h.

◆ dev_temp1

cl_mem dt_gaussian_cl_t::dev_temp1

Definition at line 85 of file gaussian.h.

◆ dev_temp2

cl_mem dt_gaussian_cl_t::dev_temp2

Definition at line 86 of file gaussian.h.

◆ devid

int dt_gaussian_cl_t::devid

Definition at line 77 of file gaussian.h.

◆ global

dt_gaussian_cl_global_t* dt_gaussian_cl_t::global

Definition at line 76 of file gaussian.h.

Referenced by dt_gaussian_init_cl().

◆ height

int dt_gaussian_cl_t::height

Definition at line 78 of file gaussian.h.

◆ max

float* dt_gaussian_cl_t::max

Definition at line 84 of file gaussian.h.

◆ min

float* dt_gaussian_cl_t::min

Definition at line 83 of file gaussian.h.

◆ order

int dt_gaussian_cl_t::order

Definition at line 82 of file gaussian.h.

◆ sigma

float dt_gaussian_cl_t::sigma

Definition at line 81 of file gaussian.h.

◆ width

int dt_gaussian_cl_t::width

Definition at line 78 of file gaussian.h.


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