glsl: Add without_array type predicate
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 19 Jul 2014 21:07:18 +0000 (14:07 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 4 Aug 2014 21:40:06 +0000 (14:40 -0700)
commit22f7a46d74d702b84de77d4465069776e34f617d
treec1e1abec50348082003609338e94b5566da528ee
parent146be3ddbe1e3cf8154bcc59cc5bcbd90e2072cb
glsl: Add without_array type predicate

Returns the type without any arrays.

This will be used in later patches in this series.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Suggested-by: Timothy Arceri <t_arceri@yahoo.com.au>
Reviewed-by: Timothy Arceri <t_arceri@yahoo.com.au>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/glsl_types.h