r600/sfn: Lower FS inputs to temps late and, and lower interpolate at
This fixes FS shaders where a var is loaded with two different interpolators. Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9330>
This commit is contained in:
@@ -1188,7 +1188,7 @@ const struct nir_shader_compiler_options r600_nir_fs_options = {
|
||||
.lower_extract_word = true,
|
||||
.lower_rotate = true,
|
||||
.max_unroll_iterations = 32,
|
||||
.lower_all_io_to_temps = true,
|
||||
.lower_interpolate_at = true,
|
||||
.vectorize_io = true,
|
||||
.has_umad24 = true,
|
||||
.has_umul24 = true,
|
||||
|
Reference in New Issue
Block a user