34#define dt_dev_pixelpipe_rebuild_all(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_rebuild_all_real, (dev))
40#define dt_dev_pixelpipe_update_history_main(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_update_history_main_real, (dev))
44#define dt_dev_pixelpipe_update_history_preview(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_update_history_preview_real, (dev))
48#define dt_dev_pixelpipe_update_history_all(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_update_history_all_real, (dev))
53#define dt_dev_pixelpipe_update_zoom_main(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_update_zoom_main_real, (dev))
58#define dt_dev_pixelpipe_update_zoom_preview(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_update_zoom_preview_real, (dev))
63#define dt_dev_pixelpipe_resync_history_all(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_resync_history_all_real, (dev))
68#define dt_dev_pixelpipe_resync_history_main(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_resync_history_main_real, (dev))
73#define dt_dev_pixelpipe_resync_history_preview(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_resync_history_preview_real, (dev))
int width
Definition bilateral.h:1
int height
Definition bilateral.h:1
const char flag
Definition common/image.h:218
void dt_dev_pixelpipe_reset_all(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:185
void dt_dev_pixelpipe_update_history_main_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:144
uint64_t dt_dev_pixelpipe_node_hash(struct dt_dev_pixelpipe_t *pipe, const struct dt_dev_pixelpipe_iop_t *piece, const struct dt_iop_roi_t, const int pos)
void dt_dev_pixelpipe_update_zoom_main_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:173
void dt_pixelpipe_get_global_hash(struct dt_dev_pixelpipe_t *pipe, struct dt_develop_t *dev)
Definition dev_pixelpipe.c:543
void dt_dev_pixelpipe_get_roi_out(struct dt_dev_pixelpipe_t *pipe, struct dt_develop_t *dev, const int width_in, const int height_in, int *width, int *height)
Definition dev_pixelpipe.c:226
void dt_dev_pixelpipe_rebuild_all_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:115
void dt_dev_pixelpipe_update_history_preview_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:150
void dt_dev_pixelpipe_resync_history_main_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:123
void dt_dev_pixelpipe_resync_history_preview_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:129
void dt_dev_pixelpipe_change_zoom_main(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:192
void dt_dev_pixelpipe_change(struct dt_dev_pixelpipe_t *pipe, struct dt_develop_t *dev)
Definition dev_pixelpipe.c:725
const struct dt_dev_pixelpipe_iop_t * dt_dev_pixelpipe_get_module_piece(const struct dt_dev_pixelpipe_t *pipe, const struct dt_iop_module_t *module)
Return the enabled piece owned by module in pipe.
void dt_dev_pixelpipe_get_roi_in(struct dt_dev_pixelpipe_t *pipe, struct dt_develop_t *dev, const struct dt_iop_roi_t roi_out)
Definition dev_pixelpipe.c:259
void dt_dev_pixelpipe_update_zoom_preview_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:165
const struct dt_dev_pixelpipe_iop_t * dt_dev_pixelpipe_get_prev_enabled_piece(const struct dt_dev_pixelpipe_t *pipe, const struct dt_dev_pixelpipe_iop_t *piece)
Return the closest enabled piece located immediately before piece in pipe.
gboolean dt_dev_pixelpipe_is_pipeline_valid(struct dt_dev_pixelpipe_t *pipe, struct dt_develop_t *dev)
Definition dev_pixelpipe.c:825
void dt_dev_pixelpipe_sync_virtual(struct dt_develop_t *dev, dt_dev_pixelpipe_change_t flag)
Definition dev_pixelpipe.c:812
void dt_dev_pixelpipe_update_history_all_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:158
gboolean dt_dev_pixelpipe_activemodule_disables_currentmodule(struct dt_develop_t *dev, struct dt_iop_module_t *current_module)
Definition dev_pixelpipe.c:212
gboolean dt_dev_pixelpipe_is_backbufer_valid(struct dt_dev_pixelpipe_t *pipe, struct dt_develop_t *dev)
Definition dev_pixelpipe.c:817
void dt_dev_pixelpipe_resync_history_all_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:137
dt_dev_pixelpipe_change_t
Definition pixelpipe_hb.h:163
unsigned __int64 uint64_t
Definition strptime.c:74
Definition pixelpipe_hb.h:95
dt_iop_roi_t roi_out
Definition pixelpipe_hb.h:130
Definition pixelpipe_hb.h:216