lima/ppir: enable lower_vector_cmp to lower fall_equal
authorErico Nunes <nunes.erico@gmail.com>
Sun, 4 Aug 2019 21:53:53 +0000 (23:53 +0200)
committerErico Nunes <nunes.erico@gmail.com>
Mon, 5 Aug 2019 21:36:46 +0000 (23:36 +0200)
Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
src/gallium/drivers/lima/lima_program.c

index 66962e5..c22636f 100644 (file)
@@ -68,6 +68,7 @@ static const nir_shader_compiler_options fs_nir_options = {
    .lower_rotate = true,
    .lower_fdot = true,
    .lower_bitops = true,
+   .lower_vector_cmp = true,
 };
 
 static const struct nir_lower_tex_options tex_options = {