mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
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:
parent
8c68eeb890
commit
1fd00e4270
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue