pan/bi: Use src1/dest_invert instead of src_invert[]
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 9 Sep 2020 21:46:58 +0000 (17:46 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 16 Sep 2020 20:05:34 +0000 (20:05 +0000)
commitd2158a5b3016bf4e6593ba4f0fc4de653323bf87
tree640f4364e6f49a880334b731dc837d09dfd727f7
parent08b105d78254612ad64fe7aec825c3fbe102cc90
pan/bi: Use src1/dest_invert instead of src_invert[]

This maps more closely to the hardware, which makes for easier packing.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6749>
src/panfrost/bifrost/bi_pack.c
src/panfrost/bifrost/bi_print.c
src/panfrost/bifrost/bifrost_compile.c
src/panfrost/bifrost/compiler.h
src/panfrost/bifrost/test/bi_interpret.c
src/panfrost/bifrost/test/bi_test_pack.c