intel/brw: Rename fs_visitor to brw_shader

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32536>
This commit is contained in:
Caio Oliveira
2024-12-07 10:25:45 -08:00
committed by Marge Bot
parent 352a63122f
commit cf3bb77224
58 changed files with 400 additions and 412 deletions
+2 -2
View File
@@ -244,7 +244,7 @@ brw_live_variables::compute_start_end()
}
}
brw_live_variables::brw_live_variables(const fs_visitor *s)
brw_live_variables::brw_live_variables(const brw_shader *s)
: devinfo(s->devinfo), cfg(s->cfg)
{
mem_ctx = ralloc_context(NULL);
@@ -332,7 +332,7 @@ check_register_live_range(const brw_live_variables *live, int ip,
}
bool
brw_live_variables::validate(const fs_visitor *s) const
brw_live_variables::validate(const brw_shader *s) const
{
int ip = 0;