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
@@ -467,6 +467,7 @@ init_context(isel_context* ctx, nir_shader* shader)
case nir_op_fmul:
case nir_op_fadd:
case nir_op_fsub:
case nir_op_ffma:
case nir_op_fmax:
case nir_op_fmin:
case nir_op_fneg: