glsl/types: Handle all bit sizes in glsl_type_is_integer
authorJason Ekstrand <jason@jlekstrand.net>
Thu, 6 Jun 2019 16:30:45 +0000 (11:30 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Wed, 19 Jun 2019 20:28:52 +0000 (20:28 +0000)
commit0d1fb380b126a1eb03c0be1abea1969b4419aa9a
tree5776762f13731054afe752f48c065dde01828b0a
parentfeb0cdcb5249f60522ce024c578b92f11d5269bd
glsl/types: Handle all bit sizes in glsl_type_is_integer

All of the callers of this function really just want to know if the type
is an integer and don't care about bit size.

Reviewed-by: Karol Herbst <kherbst@redhat.com>
src/compiler/nir_types.cpp