Files
mesa/src
Vinson Lee 1d6f6f9102 ir3: Make shift operand 64-bit.
Fix defect reported by Coverity Scan.

Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)
overflow_before_widen: Potentially overflowing expression 2 << W
with type int (32 bits, signed) is evaluated using 32-bit
arithmetic, and then used in a context that expects an expression
of type uint64_t (64 bits, unsigned).

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Acked-by: Rob Clark <robclark@freedesktop.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14258>
2021-12-22 01:19:46 +00:00
..
2021-12-21 09:24:43 +00:00
2021-12-11 00:25:04 +00:00
2021-12-22 01:19:46 +00:00
2021-03-20 10:38:55 +00:00
2021-12-09 09:05:23 -08:00
2021-12-16 19:27:56 +00:00