mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
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:
parent
30824fa6a5
commit
22b4d1c559
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue