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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user