![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_lut3d_global_data_t:Data Fields | |
| int | kernel_lut3d_tetrahedral |
| int | kernel_lut3d_trilinear |
| int | kernel_lut3d_pyramid |
| int | kernel_lut3d_none |
Definition at line 135 of file iop/lut3d.c.
| int dt_iop_lut3d_global_data_t::kernel_lut3d_none |
Definition at line 140 of file iop/lut3d.c.
Referenced by cleanup_global(), init_global(), and process_cl().
| int dt_iop_lut3d_global_data_t::kernel_lut3d_pyramid |
Definition at line 139 of file iop/lut3d.c.
Referenced by cleanup_global(), init_global(), and process_cl().
| int dt_iop_lut3d_global_data_t::kernel_lut3d_tetrahedral |
Definition at line 137 of file iop/lut3d.c.
Referenced by cleanup_global(), init_global(), and process_cl().
| int dt_iop_lut3d_global_data_t::kernel_lut3d_trilinear |
Definition at line 138 of file iop/lut3d.c.
Referenced by cleanup_global(), init_global(), and process_cl().