pan/mdg: Remove unused pack_unorm_4x8 lowering

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8774>
This commit is contained in:
Alyssa Rosenzweig 2021-01-27 10:27:10 -05:00
parent 954623856c
commit 94b6d4e0ed

View file

@ -32,8 +32,6 @@ b = 'b'
c = 'c'
algebraic = [
(('pack_unorm_4x8', a), ('pack_32_4x8', ('f2u8', ('fround_even', ('fmul', ('fsat', a), 255.0))))),
# Allows us to schedule as a multiply by 2
(('~fadd', ('fadd', a, b), a), ('fadd', ('fadd', a, a), b)),
]