They're already zero-initialized and we have no plans of doing anything
more interesting with them.
Reviewed-by: Chad Versace <chad.versace@intel.com>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
TILEWALK_YMAJOR;
#endif
- s.VerticalLineStride = 0;
- s.VerticalLineStrideOffset = 0;
-
#if (GEN_GEN == 7)
s.SurfaceArraySpacing = info->surf->array_pitch_span ==
ISL_ARRAY_PITCH_SPAN_COMPACT;
s.MultisampledSurfaceStorageFormat =
isl_to_gen_multisample_layout[info->surf->msaa_layout];
s.NumberofMultisamples = ffs(info->surf->samples) - 1;
- s.MultisamplePositionPaletteIndex = 0; /* UNUSED */
-
- s.XOffset = 0;
- s.YOffset = 0;
-
- s.ResourceMinLOD = 0.0;
s.MIPCountLOD = 0; /* TEMPLATE */
s.SurfaceMinLOD = 0; /* TEMPLATE */