mesa/main: add NULL name check when searching for a resource name
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 21 Dec 2017 15:20:18 +0000 (16:20 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 21 Jun 2018 12:25:05 +0000 (14:25 +0200)
commit8d1ec2ed5a24ed6b29fbffd8fc316e9b5579ea49
treeefa5ead7a9aee8c44e52621cc219c99ed0b9dfd9
parenta6dc3d22ebea709f353dda869e0ca474cda72559
mesa/main: add NULL name check when searching for a resource name

Since ARB_gl_spirv name reflection can be missing. piglit
shader_runner does several resource checking, so this commit is useful
to get even the more simple piglit tests running without crashing on
SPIR-V mode.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/main/shader_query.cpp