lima/ppir: lower ffma in ppir
Since we cannot handle ffma in ppir, lower it on nir level already. Signed-off-by: Andreas Baierl <ichgeh@imkreisrum.de> Reviewed-by: Qiang Yu <yuq825@gmail.com>
This commit is contained in:
@@ -55,6 +55,7 @@ static const nir_shader_compiler_options vs_nir_options = {
|
||||
};
|
||||
|
||||
static const nir_shader_compiler_options fs_nir_options = {
|
||||
.lower_ffma = true,
|
||||
.lower_fpow = true,
|
||||
.lower_fdiv = true,
|
||||
.lower_fmod = true,
|
||||
|
Reference in New Issue
Block a user