etnaviv: fix vertex sampler setup
The start offset of the vertex samplers isn't zero, but the indexing of the passed in views array is still zero based. Use the correct indexing variable to fix vertex sampler setup. Cc: <mesa-stable@lists.freedesktop.org> Fixes: 81ab9fe2 ("etnaviv: handle NULL views in set_sampler_views") Signed-off-by:Lucas Stach <l.stach@pengutronix.de> Reviewed-by:
Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <!10724> (cherry picked from commit 92ed827f)