intel/compiler: use NIR_PASS more

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17619>
This commit is contained in:
Marcin Ślusarz
2022-07-18 18:35:34 +02:00
committed by Marge Bot
parent 7ebae85955
commit 883acc4150
3 changed files with 42 additions and 37 deletions

View File

@@ -657,7 +657,7 @@ uint32_t brw_fb_write_msg_control(const fs_inst *inst,
void brw_compute_urb_setup_index(struct brw_wm_prog_data *wm_prog_data);
void brw_nir_lower_simd(nir_shader *nir, unsigned dispatch_width);
bool brw_nir_lower_simd(nir_shader *nir, unsigned dispatch_width);
namespace brw {
class fs_builder;