blorp: assert that color depth is not 96 for Wa_16021021469

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31263>
This commit is contained in:
Tapani Pälli
2024-09-19 15:00:43 +03:00
committed by Marge Bot
parent 0fd96dcf17
commit b01d76027d
+4
View File
@@ -2073,6 +2073,10 @@ blorp_xy_fast_color_blit(struct blorp_batch *batch,
struct isl_extent3d dst_align = isl_get_image_alignment(dst_surf);
#endif
#if INTEL_NEEDS_WA_16021021469
assert(fmtl->bpb != 96);
#endif
blorp_emit(batch, GENX(XY_FAST_COLOR_BLT), blt) {
blt.ColorDepth = xy_color_depth(fmtl);