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)
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>


No differences found