anv/event: Use a 64-bit value
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 12 Feb 2016 02:57:37 +0000 (18:57 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 12 Feb 2016 03:00:56 +0000 (19:00 -0800)
commit25b09d1b5d74a946700f0956799cf00db0edae1a
tree96821a0ba2cd482749e84e3e61f3d2be7cbd4e36
parent3086c5a5e10e6faef0de3e62ba508fef82239df3
anv/event: Use a 64-bit value

The immediate write from PIPE_CONTROL is 64-bits at least on BDW.  This
used to work on 64-bit archs because the compiler would align the following
anv_state struct up for us.  However, in 32-bit builds, they overlap and it
causes problems.
src/vulkan/anv_device.c
src/vulkan/anv_private.h