commit | 24d072fd6afcc93b36d48c48b6f61c95834ffedb | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa@collabora.com> | Sun Feb 27 14:46:15 2022 -0500 |
committer | Marge Bot <emma+marge@anholt.net> | Thu Apr 07 18:03:57 2022 +0000 |
tree | dbdf59f0b9972e0a52ae4e4c27aa71529f6fba3b | |
parent | b5026c3d7ca4cde4d4bcd0155d78fdf9b3022feb [diff] |
pan/bi: Don't use funny round modes in tests To prepare for defeaturing round modes, replace uses of round-to-positive with round-to-even in our unit tests. This doesn't meaningfully impact test coverage; there is no way to generate that round mode. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15187>