tu: use non-deprecated packing for GRAS_CL_ARRAY_SIZE.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38796>
This commit is contained in:
Emma Anholt 2025-12-02 16:33:19 -08:00 committed by Marge Bot
parent c5bb86c8df
commit 69cf144144

View file

@ -808,7 +808,7 @@ tu6_emit_mrt(struct tu_cmd_buffer *cmd,
A6XX_SP_SRGB_CNTL(.dword = subpass->srgb_cntl));
unsigned layers = MAX2(fb->layers, util_logbase2(subpass->multiview_mask) + 1);
tu_cs_emit_regs(cs, A6XX_GRAS_CL_ARRAY_SIZE(layers - 1));
tu_cs_emit_regs(cs, GRAS_CL_ARRAY_SIZE(CHIP, layers - 1));
}
struct tu_bin_size_params {