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

Data Fields

dt_pthread_rwlock_t lock
 
dt_iop_colorprimaries_data_t cache
 
dt_iop_colorprimaries_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 103 of file colorprimaries.c.

Field Documentation

◆ cache

dt_iop_colorprimaries_data_t dt_iop_colorprimaries_global_data_t::cache

Definition at line 106 of file colorprimaries.c.

Referenced by _update_gui_lut_cache(), cleanup_global(), commit_params(), and process_cl().

◆ cache_generation

uint64_t dt_iop_colorprimaries_global_data_t::cache_generation

Definition at line 109 of file colorprimaries.c.

Referenced by _update_gui_lut_cache(), and commit_params().

◆ cache_valid

gboolean dt_iop_colorprimaries_global_data_t::cache_valid

Definition at line 108 of file colorprimaries.c.

Referenced by _update_gui_lut_cache(), and commit_params().

◆ kernel_exposure

int dt_iop_colorprimaries_global_data_t::kernel_exposure

Definition at line 113 of file colorprimaries.c.

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

◆ kernel_lut3d_pyramid

int dt_iop_colorprimaries_global_data_t::kernel_lut3d_pyramid

Definition at line 112 of file colorprimaries.c.

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

◆ kernel_lut3d_tetrahedral

int dt_iop_colorprimaries_global_data_t::kernel_lut3d_tetrahedral

Definition at line 110 of file colorprimaries.c.

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

◆ kernel_lut3d_trilinear

int dt_iop_colorprimaries_global_data_t::kernel_lut3d_trilinear

Definition at line 111 of file colorprimaries.c.

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

◆ lock

dt_pthread_rwlock_t dt_iop_colorprimaries_global_data_t::lock

◆ params

dt_iop_colorprimaries_params_t dt_iop_colorprimaries_global_data_t::params

Definition at line 107 of file colorprimaries.c.

Referenced by _update_gui_lut_cache(), and commit_params().


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