mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 23:30:10 +01:00
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:
parent
c5bb86c8df
commit
69cf144144
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue