radeonsi: silence a Coverity warning
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 10 May 2017 16:45:40 +0000 (18:45 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Tue, 16 May 2017 14:11:54 +0000 (16:11 +0200)
commit3811730a3756fbe9d7dd2dc5974a9ef6094b86be
tree162a08b4828bfbabc5e02ad423dcd301583ca1f3
parent4ea67c1751a8f3ae4bae205896ff38a08596bd83
radeonsi: silence a Coverity warning

Coverity doesn't understand that we'll never pass non-NULL for vertex
shaders.

This is a bit lame, actually. A straightforward cross-procedural analysis
limited to this source file should be enough to prove that there's no
NULL-pointer dereference. Oh well.

CID: 1405999
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeonsi/si_debug.c