intel/fs: take a builder arg for resolve_source_modifiers()
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 5 Jul 2021 13:01:41 +0000 (16:01 +0300)
committerMarge Bot <emma+marge@anholt.net>
Wed, 28 Sep 2022 05:38:36 +0000 (05:38 +0000)
commit9dba8d8aa12b0a80425a1816bd07c645768dced3
tree549fffdea92a854e3164a8d14bacc011a6eac853
parent649cdc617fb5fb13f3430aa26ad2023503f1c605
intel/fs: take a builder arg for resolve_source_modifiers()

There will be situations where we will want to use a local builder
rather than the one associated with NIR->backend translation.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16970>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs.h
src/intel/compiler/brw_fs_nir.cpp