panfrost: Extract pan_afbc_row_stride helper
authorAlyssa Rosenzweig <alyssa@collabora.com>
Wed, 4 May 2022 13:35:22 +0000 (09:35 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 26 May 2022 15:56:32 +0000 (15:56 +0000)
commit6b0ff7da48ef3fc6fddf1bb75efa455a1241a387
tree970629ae9c7b272cdcd29766dc19b538ce09fadd
parentd8a4c9b5057831ccb62416800b2e9f85331dc002
panfrost: Extract pan_afbc_row_stride helper

Extract a helper for calculating AFBC strides. This is used in two places in
pan_layout. It will need extension for tiled AFBC, and the extended version
could benefit from unit testing.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16697>
src/panfrost/lib/pan_layout.c
src/panfrost/lib/pan_texture.h