Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
pixelpipe_cpu.h
Go to the documentation of this file.
1#ifndef DT_DEVELOP_PIXELPIPE_CPU_H
2#define DT_DEVELOP_PIXELPIPE_CPU_H
3
5
7 const dt_dev_pixelpipe_iop_t *previous_piece,
9 gboolean *cache_output,
10 dt_pixel_cache_entry_t *input_entry, dt_pixel_cache_entry_t *output_entry);
11#endif // DT_DEVELOP_PIXELPIPE_CPU_H
int pixelpipe_process_on_CPU(dt_dev_pixelpipe_t *pipe, const dt_dev_pixelpipe_iop_t *piece, const dt_dev_pixelpipe_iop_t *previous_piece, dt_develop_tiling_t *tiling, dt_pixelpipe_flow_t *pixelpipe_flow, gboolean *cache_output, dt_pixel_cache_entry_t *input_entry, dt_pixel_cache_entry_t *output_entry)
dt_pixelpipe_flow_t