pan/bi: Add TEX.vtx opcode for vertex texturing

Always has an LOD.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5232>
This commit is contained in:
Alyssa Rosenzweig 2020-05-27 11:24:49 -04:00
parent 2fd3ad91c7
commit f514bdd106
1 changed files with 1 additions and 0 deletions

View File

@ -1127,6 +1127,7 @@ static const struct add_op_info add_op_infos[] = {
{ 0x193c0, "ST_VAR.v4", ADD_THREE_SRC, true },
{ 0x1952c, "BLEND", ADD_BLENDING, true },
{ 0x1a000, "LD_VAR.16", ADD_VARYING_INTERP, true },
{ 0x1ae20, "TEX.vtx", ADD_TEX, true },
{ 0x1ae60, "TEX", ADD_TEX, true },
{ 0x1b000, "TEX.f16", ADD_TEX_COMPACT, true },
{ 0x1c000, "RSHIFT_NAND.i32", ADD_SHIFT },