intel/compiler: Move type_is_unsigned_int to brw_reg_type.h
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 18 Aug 2021 21:04:45 +0000 (14:04 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 30 Aug 2021 21:00:14 +0000 (14:00 -0700)
commita9120eccff07e7581b582460cec1d6655a286fff
treeab0f7c064a745da9e93516a58d0bee4510f5b478
parentb23432c540b1274904d80b90eb67d1798b11d2c8
intel/compiler: Move type_is_unsigned_int to brw_reg_type.h

...and rename it to brw_reg_type_is_unsigned_integer.  It is now next to
brw_reg_type_is_floating_point and brw_reg_type_is_integer.

Reviewed-by: Marcin Ĺšlusarz <marcin.slusarz@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12045>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs_cmod_propagation.cpp
src/intel/compiler/brw_reg.h
src/intel/compiler/brw_reg_type.h
src/intel/compiler/brw_vec4.cpp
src/intel/compiler/brw_vec4_nir.cpp