mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-07 08:00:36 +01:00
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:
parent
954623856c
commit
94b6d4e0ed
1 changed files with 0 additions and 2 deletions
|
|
@ -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)),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue