anv: Handle dwords that are all MBZ correctly
authorKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Thu, 11 Feb 2016 00:35:28 +0000 (16:35 -0800)
committerKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Thu, 11 Feb 2016 00:36:47 +0000 (16:36 -0800)
commitd2623a324713134b4da6e08775aed868300e96cb
treef713e55baf88193b4f2b92dec1ed68ee8121cc68
parent09bb7ea4b735dc2f7a64a3bacdc79eb95728d78f
anv: Handle dwords that are all MBZ correctly

A few packets have dwords in them that are all MBZ and we failed to
write those. This change makes sure we iterate through all dwords and
write them all.
src/vulkan/gen_pack_header.py