intel/fs: Make sample_mask_reg() local to brw_fs.cpp and use it in more places.
authorFrancisco Jerez <currojerez@riseup.net>
Thu, 23 Jan 2020 20:50:50 +0000 (12:50 -0800)
committerFrancisco Jerez <currojerez@riseup.net>
Fri, 14 Feb 2020 22:31:48 +0000 (14:31 -0800)
commita6bc11a7893a75aebe7ba1888877dffa9fe0814a
tree7e537b43c0cff5b54846ce1cc86ede990d9eafcf
parentb84fa0b31e670d101ff17115519417036581f55b
intel/fs: Make sample_mask_reg() local to brw_fs.cpp and use it in more places.

It's only really useful there.  This will avoid confusion with another
helper with a similar purpose I'm about to introduce that will be
useful in multiple files from the FS back-end.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs_builder.h