panfrost/midgard: Specify channel count for broadcasting ops
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 8 Jul 2019 19:02:33 +0000 (12:02 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 10 Jul 2019 13:45:20 +0000 (06:45 -0700)
commit318e9933b13a98aa3392fc5fce2d2dc4314932f9
treebcff7d89af5fbdb5caf452ccf5dbe87f50a47cc4
parenta1a4dfa74b212bf55ca245b63f18e379c3aa57af
panfrost/midgard: Specify channel count for broadcasting ops

bany/ball type ops read from all 4 channels even though they only write
to 1; specify this in the opcode table like we do for dot products.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/midgard/midgard_ops.c