freedreno: Fix "Offset of packed bitfield changed" warnings:
authorEric Anholt <eric@anholt.net>
Mon, 3 Aug 2020 19:59:11 +0000 (12:59 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 3 Aug 2020 23:28:49 +0000 (23:28 +0000)
commit66d8bbd822914f27814d05d2d21196072f41284b
treed8c7cc91d20e80d60d7edf67ae16ddd39cdd01bc
parentba6cdb275c3bfbf8c9990674c5c44d58d9747f49
freedreno: Fix "Offset of packed bitfield changed" warnings:

Example:

../src/freedreno/ir2/instr-a2xx.h:384:1: note: offset of packed bit-field
‘const_index’ has changed in GCC 4.4
  384 | } instr_fetch_vtx_t;

It's apparently due to bitfields that would cross the width of their type.
Just expand the types of the affected fields so that the compiler quiets
down.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6165>
src/freedreno/ir2/instr-a2xx.h