mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
intel/compiler: Export brw_nir_lower_simd
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13661>
This commit is contained in:
parent
09dd05a219
commit
827cf65a26
2 changed files with 3 additions and 1 deletions
|
|
@ -10240,7 +10240,7 @@ lower_simd(nir_builder *b, nir_instr *instr, void *options)
|
|||
}
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
brw_nir_lower_simd(nir_shader *nir, unsigned dispatch_width)
|
||||
{
|
||||
nir_shader_lower_instructions(nir, filter_simd, lower_simd,
|
||||
|
|
|
|||
|
|
@ -662,4 +662,6 @@ 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);
|
||||
|
||||
#endif /* BRW_FS_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue