pan/bi: Use 8-bit shifts
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 9 Sep 2020 21:40:22 +0000 (17:40 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 16 Sep 2020 20:05:34 +0000 (20:05 +0000)
commit08b105d78254612ad64fe7aec825c3fbe102cc90
tree3f8b36e8f02442ef6628ee77432ca5da5dcde814
parent3d63a476f7a05eaa7810b86405381285fb6672ad
pan/bi: Use 8-bit shifts

Logically, it doesn't matter, but we want the IR to accurately reflect
the hardware behaviour.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6749>
src/panfrost/bifrost/bifrost_compile.c
src/panfrost/bifrost/test/bi_test_pack.c