Module: Mesa Branch: master Commit: 76d1bb03d5301698204d39a30e7e2afba86383b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76d1bb03d5301698204d39a30e7e2afba86383b7
Author: Alyssa Rosenzweig <[email protected]> Date: Tue Apr 21 12:49:16 2020 -0400 pan/bi: Include TEX_COMPACT f16 opcode Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4671> --- src/panfrost/bifrost/disassemble.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/bifrost/disassemble.c b/src/panfrost/bifrost/disassemble.c index bd97add3f7d..41e4ae0e287 100644 --- a/src/panfrost/bifrost/disassemble.c +++ b/src/panfrost/bifrost/disassemble.c @@ -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 }, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
