Lines Matching defs:width
88 * Given an AFBC modifier, return the width of the superblock.
93 return panfrost_afbc_superblock_size(modifier).width;
108 * block width.
164 pan_afbc_row_stride(uint64_t modifier, uint32_t width)
168 return (width / block_width) * pan_afbc_tile_size(modifier) *
207 unsigned width,
210 unsigned tile_count_x = DIV_ROUND_UP(width, CHECKSUM_TILE_WIDTH);
239 unsigned width = u_minify(layout->width, level);
240 width = ALIGN_POT(width, block_size.width);
242 return width * util_format_get_blocksize(layout->format);
257 unsigned width = legacy_stride / util_format_get_blocksize(format);
259 return pan_afbc_row_stride(modifier, width);
346 unsigned width = layout->width;
350 unsigned align_w = block_size.width;
362 unsigned effective_width = ALIGN_POT(util_format_get_nblocksx(layout->format, width), align_w);
445 panfrost_compute_checksum_size(slice, width, height);
457 width = u_minify(width, 1);