vc4: Move the utile load/store functions to a header for reuse by v3d.
authorEric Anholt <eric@anholt.net>
Mon, 17 Dec 2018 19:10:11 +0000 (11:10 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 19 Dec 2018 18:27:26 +0000 (10:27 -0800)
commitf6a0f4f41e9a4d3f0ea9c3bf82497c384e684843
tree71e7093327dc7ccbc2d6bb87cd258cb3bb6f572d
parent8ee752194c1bc4d9ad145f6bf206ee119c9498b8
vc4: Move the utile load/store functions to a header for reuse by v3d.

These implementations of whole-utile load/stores would be the same for
v3d, though the layouts of blocks of utiles has changed.
src/broadcom/Makefile.sources
src/broadcom/common/v3d_cpu_tiling.h [new file with mode: 0644]
src/gallium/drivers/vc4/vc4_tiling_lt.c
src/gallium/drivers/vc4/vc4_tiling_lt_neon.c