![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "develop/pixelpipe_hb.c"
Include dependency graph for pixelpipe.c:Go to the source code of this file.
Functions | |
| const char * | dt_pixelpipe_name (dt_dev_pixelpipe_type_t pipe) |
| uint64_t | dt_dev_pixelpipe_rawdetail_mask_hash (const dt_dev_pixelpipe_iop_t *piece) |
| uint64_t | dt_dev_pixelpipe_raster_mask_hash (const dt_dev_pixelpipe_iop_t *piece, const int raster_mask_id) |
| void | dt_dev_clear_rawdetail_mask (dt_dev_pixelpipe_t *pipe) |
| Release the side-band detail mask cache reference currently owned by the pipeline. | |
| void dt_dev_clear_rawdetail_mask | ( | dt_dev_pixelpipe_t * | pipe | ) |
Release the side-band detail mask cache reference currently owned by the pipeline.
Definition at line 64 of file pixelpipe.c.
References darktable, dt_dev_pixelpipe_cache_unref_hash(), DT_PIXELPIPE_CACHE_HASH_INVALID, darktable_t::pixelpipe_cache, dt_dev_pixelpipe_t::rawdetail_mask_hash, and dt_dev_pixelpipe_t::rawdetail_mask_roi.
Referenced by dt_dev_pixelpipe_cleanup(), dt_dev_retrieve_rawdetail_mask(), process(), and process_cl().
| uint64_t dt_dev_pixelpipe_raster_mask_hash | ( | const dt_dev_pixelpipe_iop_t * | piece, |
| const int | raster_mask_id | ||
| ) |
Definition at line 53 of file pixelpipe.c.
References dt_hash(), DT_PIXELPIPE_CACHE_HASH_INVALID, dt_dev_pixelpipe_iop_t::global_mask_hash, and IS_NULL_PTR.
Referenced by dt_dev_get_raster_mask(), dt_dev_pixelpipe_process(), dt_develop_blend_process(), dt_develop_blend_process_cl(), and process().
| uint64_t dt_dev_pixelpipe_rawdetail_mask_hash | ( | const dt_dev_pixelpipe_iop_t * | piece | ) |
Definition at line 45 of file pixelpipe.c.
References dt_hash(), DT_PIXELPIPE_CACHE_HASH_INVALID, dt_dev_pixelpipe_iop_t::global_hash, and IS_NULL_PTR.
Referenced by dt_dev_retrieve_rawdetail_mask(), process(), and process_cl().
| const char * dt_pixelpipe_name | ( | dt_dev_pixelpipe_type_t | pipe | ) |
Definition at line 32 of file pixelpipe.c.
References DT_DEV_PIXELPIPE_EXPORT, DT_DEV_PIXELPIPE_FULL, DT_DEV_PIXELPIPE_NONE, DT_DEV_PIXELPIPE_PREVIEW, and DT_DEV_PIXELPIPE_THUMBNAIL.