panfrost: Add a NIR pass to lower 64-bit vec3 intrinsic loads
authorIcecream95 <ixn@disroot.org>
Sat, 26 Dec 2020 11:04:14 +0000 (00:04 +1300)
committerMarge Bot <eric+marge@anholt.net>
Fri, 1 Jan 2021 02:58:49 +0000 (02:58 +0000)
commite8b3d7c6f0f30ec24602cc063a6899a54e66a9a6
tree62226bc0e0186dc4edbde505ec47949f044e312a
parentcff64e3b09cf33b951525f546ff8fe223081c505
panfrost: Add a NIR pass to lower 64-bit vec3 intrinsic loads

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8264>
src/panfrost/Makefile.sources
src/panfrost/util/meson.build
src/panfrost/util/pan_ir.h
src/panfrost/util/pan_lower_64bit_intrin.c [new file with mode: 0644]