Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_colorequal_global_data_t Struct Reference
+ Collaboration diagram for dt_iop_colorequal_global_data_t:

Data Fields

dt_pthread_rwlock_t lock
 
dt_iop_colorequal_data_t cache
 
dt_iop_colorequal_params_t params
 
gboolean cache_valid
 
uint64_t cache_generation
 
int kernel_lut3d_tetrahedral
 
int kernel_lut3d_trilinear
 
int kernel_lut3d_pyramid
 
int kernel_exposure
 

Detailed Description

Definition at line 138 of file colorequal.c.

Field Documentation

◆ cache

dt_iop_colorequal_data_t dt_iop_colorequal_global_data_t::cache

◆ cache_generation

uint64_t dt_iop_colorequal_global_data_t::cache_generation

Definition at line 144 of file colorequal.c.

Referenced by _update_gui_lut_cache(), commit_params(), and init_global().

◆ cache_valid

gboolean dt_iop_colorequal_global_data_t::cache_valid

Definition at line 143 of file colorequal.c.

Referenced by _update_gui_lut_cache(), commit_params(), and init_global().

◆ kernel_exposure

int dt_iop_colorequal_global_data_t::kernel_exposure

Definition at line 148 of file colorequal.c.

Referenced by cleanup_global(), init_global(), and process_cl().

◆ kernel_lut3d_pyramid

int dt_iop_colorequal_global_data_t::kernel_lut3d_pyramid

Definition at line 147 of file colorequal.c.

Referenced by cleanup_global(), init_global(), and process_cl().

◆ kernel_lut3d_tetrahedral

int dt_iop_colorequal_global_data_t::kernel_lut3d_tetrahedral

Definition at line 145 of file colorequal.c.

Referenced by cleanup_global(), init_global(), and process_cl().

◆ kernel_lut3d_trilinear

int dt_iop_colorequal_global_data_t::kernel_lut3d_trilinear

Definition at line 146 of file colorequal.c.

Referenced by cleanup_global(), init_global(), and process_cl().

◆ lock

◆ params

dt_iop_colorequal_params_t dt_iop_colorequal_global_data_t::params

Definition at line 142 of file colorequal.c.

Referenced by _update_gui_lut_cache(), commit_params(), and init_global().


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