nir/format_convert: Rename nir_format_bitcast_uint_vec
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 13 Aug 2018 19:57:22 +0000 (14:57 -0500)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 29 Aug 2018 19:04:02 +0000 (14:04 -0500)
commit152fdeddbb7fa43649b864cfd1b98f40e9a355bb
treedd8a0fb7783f67fdf99e24ddd0806d46b2af7cbc
parent7c5df52bdc5e673ed818c1a90ba7a28031f6b159
nir/format_convert: Rename nir_format_bitcast_uint_vec

We have a name for that, it's called a uvec.  This just makes the
function name a bit shorter.  While we're here, we also add an assert
for one of the assumptions this function makes.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/nir/nir_format_convert.h
src/intel/blorp/blorp_blit.c