intel/vec4: Set the rounding mode

The rounding mode only needs to be set once, because 16-bit floats or
preserving denorms aren't supported for the platforms where vec4 is
used.

Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20232>
This commit is contained in:
Väinö Mäkelä
2022-12-08 17:41:32 +02:00
committed by Marge Bot
parent 5a2326f9b2
commit dcad4a2cd1
4 changed files with 39 additions and 0 deletions

View File

@@ -275,6 +275,8 @@ public:
void resolve_ud_negate(src_reg *reg);
void emit_shader_float_controls_execution_mode();
bool lower_minmax();
src_reg get_timestamp();