mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
pan/bi: Include TEX_COMPACT f16 opcode
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4671>
This commit is contained in:
parent
bfc06b10de
commit
76d1bb03d5
1 changed files with 1 additions and 0 deletions
|
|
@ -1106,6 +1106,7 @@ static const struct add_op_info add_op_infos[] = {
|
|||
{ 0x1952c, "BLEND", ADD_BLENDING, true },
|
||||
{ 0x1a000, "LD_VAR.16", ADD_VARYING_INTERP, true },
|
||||
{ 0x1ae60, "TEX", ADD_TEX, true },
|
||||
{ 0x1b000, "TEX.f16", ADD_TEX_COMPACT, true },
|
||||
{ 0x1c000, "RSHIFT_NAND.i32", ADD_SHIFT },
|
||||
{ 0x1c400, "RSHIFT_AND.i32", ADD_SHIFT },
|
||||
{ 0x1c800, "LSHIFT_NAND.i32", ADD_SHIFT },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue