intel/fs: fix a couple of descriptor mistakes
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 1 Jun 2023 06:30:37 +0000 (09:30 +0300)
committerMarge Bot <emma+marge@anholt.net>
Thu, 1 Jun 2023 19:53:41 +0000 (19:53 +0000)
commit018e306b8e2b30aba2d145e0ee6e500c81639a52
tree43633b401ef52dcc5578b25791140c262debda43
parent27047e11fb4596873e6777175b68b9175438099c
intel/fs: fix a couple of descriptor mistakes

I found those issues while testing DOOM eternal and Ian also ran into
it with other shaders.

We write the desc register in SIMD1 exec_all, so all the data is in
the first component. We need to make sure to pass that component in
the lower SEND instructions.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Tested-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23354>
src/intel/compiler/brw_lower_logical_sends.cpp