mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
aco/tests: allow even more literals
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35272>
This commit is contained in:
parent
26c7f2fd6a
commit
0d8219f367
1 changed files with 5 additions and 2 deletions
|
|
@ -1625,9 +1625,12 @@ BEGIN_TEST(optimize.vop3p_constants)
|
|||
//; 0x42420000, 0x42424242, 0x4242c242, 0x4242ffff, 0x7ffefffe,
|
||||
//; 0x80300030, 0xbeefdead, 0xc2424242, 0xdeadbeef, 0xfffe0000,
|
||||
//; 0xfffe7ffe, 0xffff0030, 0xffff3c00, 0xffff4242, 0xc242c242,
|
||||
//; 0x80308030, 0xdeaddead, 0xbeefbeef, 0x7ffe7ffe]
|
||||
//; 0x80308030, 0xdeaddead, 0xbeefbeef, 0x7ffe7ffe, 0x0000c242,
|
||||
//; 0x0000beef, 0x0000dead, ]
|
||||
//; if opcode == 'v_pk_add_u16':
|
||||
//; allowed_literals.extend([0x00003c00, 0x3c000000, 0x3c003c00, 0x3c00bc00, 0xbc003c00, 0xbc00bc00])
|
||||
//; allowed_literals.extend([0x00003c00, 0x3c000000, 0x3c003c00, 0x3c00bc00,
|
||||
//; 0xbc003c00, 0xbc00bc00, 0x0000bc00, 0x00008030,
|
||||
//; 0x00007ffe])
|
||||
//; else:
|
||||
//; allowed_literals.extend([0x00003f80, 0x3f800000, 0x3f803f80])
|
||||
//;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue