intel/compiler: Delete key->msaa_16

None of the drivers have used this since we dropped i965, and BLORP
no longer uses it as of the previous commit.  We can also drop the
former compressed_multisample_tex_mask (now padding) field so that
things remain 64-bit aligned.

Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20223>
This commit is contained in:
Kenneth Graunke
2022-12-07 21:18:02 -08:00
committed by Marge Bot
parent 5d2a290cc7
commit 88918baf5c
8 changed files with 3 additions and 38 deletions

View File

@@ -63,7 +63,6 @@ debug_sampler_recompile(const struct brw_compiler *c, void *log,
bool found = false;
found |= check("gather channel quirk", gather_channel_quirk_mask);
found |= check("16x msaa", msaa_16);
found |= check("y_uv image bound", y_uv_image_mask);
found |= check("y_u_v image bound", y_u_v_image_mask);
found |= check("yx_xuxv image bound", yx_xuxv_image_mask);