Home
last modified time | relevance | path

Searched refs:tile_idx (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-image-convert.c657 unsigned int row, tile_idx; in fill_tile_column() local
661 tile_idx = in->num_cols * row + col; in fill_tile_column()
662 in_tile = &in->tile[tile_idx]; in fill_tile_column()
663 out_tile = &out->tile[ctx->out_tile_map[tile_idx]]; in fill_tile_column()
689 unsigned int col, tile_idx; in fill_tile_row() local
693 tile_idx = in->num_cols * row + col; in fill_tile_row()
694 in_tile = &in->tile[tile_idx]; in fill_tile_row()
695 out_tile = &out->tile[ctx->out_tile_map[tile_idx]]; in fill_tile_row()
1116 unsigned int col, row, tile_idx; in calc_tile_resize_coefficients() local
1126 tile_idx = col; in calc_tile_resize_coefficients()
[all …]