zink: lower byte/word extract ops in nir

we don't implement these, and pre-optimizing them breaks things in ntv->vtn

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5562>
This commit is contained in:
Mike Blumenkrantz
2020-06-15 13:52:02 -04:00
committed by Marge Bot
parent 90d3455848
commit 651d093298
+2
View File
@@ -90,6 +90,8 @@ static const struct nir_shader_compiler_options nir_options = {
.lower_flrp32 = true,
.lower_fpow = true,
.lower_fsat = true,
.lower_extract_byte = true,
.lower_extract_word = true,
};
const void *