pan/bi: Implement nir_op_ffma
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 11 Mar 2020 19:15:41 +0000 (15:15 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 11 Mar 2020 20:28:21 +0000 (20:28 +0000)
commitf6d96aa962d5497a3fb12b02a47ff9777e5cbfd8
tree0ebe81d28f6bb4ac28deced59ce6e8626bbb9a19
parent58f91718944a0cabdd907ed87efe7a239e69a55d
pan/bi: Implement nir_op_ffma

We have native FMA which works for graphics usage (unlike Midgard where
it's really reserved for compute for various reasons), let's use it.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4150>
src/panfrost/bifrost/bifrost_compile.c
src/panfrost/bifrost/bifrost_compile.h