mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 16:10:23 +01:00
agx: add missing b2b16 implementation
will show up with a subgroup lowering. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29179>
This commit is contained in:
parent
a3cb0cbfda
commit
c2c49b261c
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ lower_pack = [
|
|||
lower_selects = []
|
||||
for T, sizes, one in [('f', [16, 32], 1.0),
|
||||
('i', [8, 16, 32], 1),
|
||||
('b', [32], -1)]:
|
||||
('b', [16, 32], -1)]:
|
||||
for size in sizes:
|
||||
lower_selects.extend([
|
||||
((f'b2{T}{size}', ('inot', 'a@1')), ('bcsel', a, 0, one)),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue