freedreno/ir3: Fix the a3xx TF outputs stores.
authorEric Anholt <eric@anholt.net>
Fri, 1 May 2020 00:31:02 +0000 (17:31 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 1 May 2020 16:26:31 +0000 (16:26 +0000)
commit07f89126cde6d61825bc3e69aec0b1eed1a83751
treec964e839d99773a011c96674dc2409d1ccacaa67
parentb0b8011e3eab048a8a8c1a2f79ae003cddb62284
freedreno/ir3: Fix the a3xx TF outputs stores.

We were trying to deref the vector-collected outputs[] array before it's
been set up, but we want the per-component outputs anyway.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4562>
src/freedreno/ir3/ir3_compiler_nir.c