commit | 8aa2cad5df52773faf377cd6d829815632775acb | [log] [tgz] |
---|---|---|
author | Zan Dobersek <zdobersek@igalia.com> | Sun Jul 14 09:11:27 2024 +0200 |
committer | Marge Bot <emma+marge@anholt.net> | Wed Aug 07 14:32:28 2024 +0000 |
tree | 7a57aa1377390b2a79363c8163e24f571a24b381 | |
parent | 7fd5f76393da2e6cd8d71eef8a382769e2fac3a2 [diff] |
ir3: lower relevant 8-bit ALU ops in nir_lower_bit_size The nir_lower_bit_size pass is used to properly adapt specific 8-bit ALU operations for correct behavior. In those cases inputs are converted to 16 bits and the result is converted back down to 8 bits. Signed-off-by: Zan Dobersek <zdobersek@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29875>