radv,aco: implement nir_op_ffma

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9805>
This commit is contained in:
Rhys Perry
2021-03-24 17:17:38 +00:00
committed by Marge Bot
parent c5f02a1cd3
commit 165ca5088b
4 changed files with 32 additions and 3 deletions

View File

@@ -3396,6 +3396,7 @@ opt_vectorize_callback(const nir_instr *instr, void *_)
case nir_op_fadd:
case nir_op_fsub:
case nir_op_fmul:
case nir_op_ffma:
case nir_op_fneg:
case nir_op_fsat:
case nir_op_fmin: