lima/ppir: enable lower_vector_cmp to lower fall_equal

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
Erico Nunes
2019-08-04 23:53:53 +02:00
parent 9e8f8dbcd1
commit 360bda0b1d

View 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 = {