radv: get the float controls execution mode from NIR for LLVM
No need to duplicate it. Though, I think it was already broken for merged shaders, but it doesn't matter. No CTS regressions anyways with LLVM. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12989>
This commit is contained in:

committed by
Marge Bot

parent
55e6a68f69
commit
19a71e79b8
@@ -328,8 +328,6 @@ struct radv_shader_info {
|
||||
|
||||
struct gfx9_gs_info gs_ring_info;
|
||||
struct gfx10_ngg_info ngg_info;
|
||||
|
||||
unsigned float_controls_mode;
|
||||
};
|
||||
|
||||
enum radv_shader_binary_type { RADV_BINARY_TYPE_LEGACY, RADV_BINARY_TYPE_RTLD };
|
||||
|
Reference in New Issue
Block a user