r300: remove nir round lowering

We should only see round from lowered ARR and in that case we want
to reconstruct the ARR, not lower it.

Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com>
Reviewed-by: Filip Gawin <filip.gawin@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23419>
This commit is contained in:
Pavel Ondračka
2023-06-03 14:22:49 +02:00
committed by Marge Bot
parent 5404c71e8a
commit 4c6a0f9cf1

View File

@@ -499,7 +499,6 @@ static int r300_get_video_param(struct pipe_screen *screen,
.lower_flrp32 = true, \
.lower_flrp64 = true, \
.lower_fmod = true, \
.lower_fround_even = true, \
.lower_fsign = true, \
.lower_ftrunc = true, \
.lower_insert_byte = true, \