panfrost: Add b2i16 conversion to table

This is needed by the newer image2dMS code.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30521>
This commit is contained in:
Eric R. Smith
2024-08-05 12:04:19 -03:00
committed by Marge Bot
parent 8c68eeb890
commit 1fd00e4270

View File

@@ -697,6 +697,7 @@ emit_alu(compiler_context *ctx, nir_alu_instr *instr)
ALU_CASE_CMP(b2f32, iand);
ALU_CASE_CMP(b2f16, iand);
ALU_CASE_CMP(b2i32, iand);
ALU_CASE_CMP(b2i16, iand);
ALU_CASE(frcp, frcp);
ALU_CASE(frsq, frsqrt);