Tiling Resize Implementation API

group aml_tiling_resize

tiling with not homogeneous tiles

Implementation of a tiling for which the border tiles have the exact size of the underlying layout (not smaller, not larger).

Functions

int aml_tiling_resize_create(struct aml_tiling **t, int tags, const struct aml_layout *l, size_t ndims, const size_t *tile_dims)
void aml_tiling_resize_destroy(struct aml_tiling **t)

Variables

struct aml_tiling_ops aml_tiling_resize_column_ops

Initialized structure containing operations for a tiling in column order.

struct aml_tiling_ops aml_tiling_resize_row_ops

Initialized structure containing operations for a tiling in row order.

struct aml_tiling_resize
#include <resize.h>