Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
pixelpipe.c File Reference
+ 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.
 

Function Documentation

◆ dt_dev_clear_rawdetail_mask()

void dt_dev_clear_rawdetail_mask ( dt_dev_pixelpipe_t pipe)

◆ dt_dev_pixelpipe_raster_mask_hash()

uint64_t dt_dev_pixelpipe_raster_mask_hash ( const dt_dev_pixelpipe_iop_t piece,
const int  raster_mask_id 
)

◆ dt_dev_pixelpipe_rawdetail_mask_hash()

uint64_t dt_dev_pixelpipe_rawdetail_mask_hash ( const dt_dev_pixelpipe_iop_t piece)

◆ dt_pixelpipe_name()