nak: change ishl data type to I32

This matches NV50 as getDType always returns nv50_ir::TYPE_S32 for
nir_op_ishl

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
Daniel Almeida 2023-07-03 11:42:21 -03:00 committed by Marge Bot
parent 30824fa6a5
commit 22b4d1c559

View file

@ -517,7 +517,7 @@ impl<'a> ShaderFromNir<'a> {
shift: srcs[1],
right: false,
wrap: true,
data_type: IntType::U32,
data_type: IntType::I32,
dst_high: false,
});
dst