zink: set lower_mul_high and lower_rotate in ntv compiler options

we don't implement these

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-22 10:33:32 -04:00 committed by Marge Bot
parent 49c13fccf7
commit 765de33d3c
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ static const struct nir_shader_compiler_options nir_options = {
.lower_fsat = true,
.lower_extract_byte = true,
.lower_extract_word = true,
.lower_mul_high = true,
.lower_rotate = true,
};
const void *