xe/uapi: Guarantee all 32 or 64 bit members are aligned
Guarantees that all structure members are aligned to the next largest size, regardless of whichever uarch this is built on. Has no effect on 64 bit uarch, but makes guarantees for anyone replicating the uAPI for compat mode.
Signed-off-by: Christopher Snowhill kode54@gmail.com