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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user