Skip to content

freedreno/fdl: Fix reinterpreting "size-compatible" formats

It's allowed to reinterpret compressed formats as one of a few non-compressed formats with the same pixel size as the blocksize of the compressed format, and vice-versa. If we did this we'd wind up with an incorrect width/height. Fix that.

Fixes dEQP-VK.image.sample_texture.*.

Merge request reports