zink: set lower_mul_high and lower_rotate in ntv compiler options
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 22 Jun 2020 14:33:32 +0000 (10:33 -0400)
committerMarge Bot <eric+marge@anholt.net>
Fri, 26 Jun 2020 14:07:35 +0000 (14:07 +0000)
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>

src/gallium/drivers/zink/zink_compiler.c

index a4e79d1..3dbae2f 100644 (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 *