panfrost: Assume that nir_tex_instr::dest_type is sized
authorConnor Abbott <cwabbott0@gmail.com>
Tue, 8 Dec 2020 14:15:35 +0000 (15:15 +0100)
committerConnor Abbott <cwabbott0@gmail.com>
Mon, 25 Jan 2021 10:21:59 +0000 (11:21 +0100)
commit5c92b3c460b87dda5ee87a1b196466a0f42e1cf3
tree067b58b1b12bfe66c73be09bf16a5134169c8fc2
parent6ca1ab3bb4902d3c86f83e83e065b0f1a2bd79ff
panfrost: Assume that nir_tex_instr::dest_type is sized

Get rid of some now-redundant code, and cleanup the is-float check in
the bifrost compiler.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7989>
src/panfrost/bifrost/bifrost_compile.c
src/panfrost/midgard/midgard_compile.c