v3d: Fix -Wmaybe-uninitialized compiler warning in the v33 code.
authorEric Anholt <eric@anholt.net>
Fri, 26 Jun 2020 23:31:55 +0000 (16:31 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 29 Jun 2020 16:07:23 +0000 (09:07 -0700)
commit08c39a8a2931e587e4715d2ed12b2fe1990aa4c3
treecc1f584b776c0be0f87a28af0b7696edc4caae8e
parentf55a308c75d1c18dc3e8268ba7cdc3e6f66067b9
v3d: Fix -Wmaybe-uninitialized compiler warning in the v33 code.

We weren't initializing the VCM bits in the !gs path, but v33 doesn't have
GS so we can just mark it unreachable.

Reviewed-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2952>
src/gallium/drivers/v3d/v3dx_draw.c