nir: Add lower_rotate flag and set to true in all drivers
[mesa.git] / src / amd / vulkan / radv_shader.c
index 0ec0d67e3b6477ed85c4d845be6dadcdb542962d..3c3f761ca8966775814b4263c663248de1e7facf 100644 (file)
@@ -74,6 +74,7 @@ static const struct nir_shader_compiler_options nir_options = {
        .lower_ffma = true,
        .lower_fpow = true,
        .lower_mul_2x32_64 = true,
+       .lower_rotate = true,
        .max_unroll_iterations = 32
 };