61 void *
const ovoid,
const int bpp);
65 void *
const ovoid,
const int bpp);
69 void *
const ovid,
const int bpp);
85 const float factor,
const size_t overhead);
int width
Definition bilateral.h:1
int height
Definition bilateral.h:1
const float factor
Definition pdf.h:90
Definition pixelpipe_hb.h:95
Definition pixelpipe_hb.h:216
float maxbuf_cl
Definition tiling.h:47
float factor
Definition tiling.h:41
float factor_cl
Definition tiling.h:43
unsigned overhead
Definition tiling.h:49
unsigned xalign
Definition tiling.h:55
unsigned yalign
Definition tiling.h:56
unsigned overlap
Definition tiling.h:51
float maxbuf
Definition tiling.h:45
int process_tiling(struct dt_iop_module_t *self, const struct dt_dev_pixelpipe_t *pipe, const struct dt_dev_pixelpipe_iop_t *piece, const void *const ivoid, void *const ovoid, const int bpp)
void default_tiling_callback(struct dt_iop_module_t *self, const struct dt_dev_pixelpipe_t *pipe, const struct dt_dev_pixelpipe_iop_t *piece, struct dt_develop_tiling_t *tiling)
Definition tiling.c:1974
void tiling_callback_blendop(struct dt_iop_module_t *self, const struct dt_dev_pixelpipe_t *pipe, const struct dt_dev_pixelpipe_iop_t *piece, struct dt_develop_tiling_t *tiling)
Definition blend.c:1512
int process_tiling_cl(struct dt_iop_module_t *self, const struct dt_dev_pixelpipe_t *pipe, const struct dt_dev_pixelpipe_iop_t *piece, const void *const ivoid, void *const ovoid, const int bpp)
int dt_tiling_piece_fits_host_memory(const size_t width, const size_t height, const unsigned bpp, const float factor, const size_t overhead)
Definition tiling.c:2016
void tiling_callback(struct dt_iop_module_t *self, const struct dt_dev_pixelpipe_t *pipe, const struct dt_dev_pixelpipe_iop_t *piece, struct dt_develop_tiling_t *tiling)
Definition atrous.c:674
int default_process_tiling(struct dt_iop_module_t *self, const struct dt_dev_pixelpipe_t *pipe, const struct dt_dev_pixelpipe_iop_t *piece, const void *const ivoid, void *const ovid, const int bpp)
Definition tiling.c:1179
int default_process_tiling_cl(struct dt_iop_module_t *self, const struct dt_dev_pixelpipe_t *pipe, const struct dt_dev_pixelpipe_iop_t *piece, const void *const ivoid, void *const ovoid, const int bpp)
Definition tiling.c:1958