freedreno/a6xx: Fix assert which checks the count of shader outputs
authorDanylo Piliaiev <dpiliaiev@igalia.com>
Mon, 7 Dec 2020 13:56:03 +0000 (15:56 +0200)
committerDanylo Piliaiev <dpiliaiev@igalia.com>
Mon, 21 Dec 2020 14:06:20 +0000 (16:06 +0200)
commit4b208fa36b484d2dbe0e7f1fc707544d3a1f17c5
tree7ab8f7eab3990527e916be484fa0641f1fe528c1
parent296d8662dc68612c41d0e488d9b8bdf51e674b06
freedreno/a6xx: Fix assert which checks the count of shader outputs

The actual max count is 32 which corresponds to 128 output components.

Fixes: 2251a434 "freedreno/a6xx: Write multiple regs for SP_VS_OUT_REG and SP_VS_VPC_DST_REG"

Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7917>
src/gallium/drivers/freedreno/a6xx/fd6_program.c