intel/brw: Use fs_visitor instead of backend_shader in various passes

And since we are touching them, rename a couple of passes
to follow same name convention as existing ones.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27861>
This commit is contained in:
Caio Oliveira
2024-02-19 22:25:16 -08:00
committed by Marge Bot
parent 1b890825f6
commit 559d94cd0d
21 changed files with 40 additions and 71 deletions
+1 -1
View File
@@ -1013,7 +1013,7 @@ namespace {
* Estimate the performance of the specified shader.
*/
void
calculate_performance(performance &p, const backend_shader *s,
calculate_performance(performance &p, const fs_visitor *s,
void (*issue_instruction)(
state &, const struct brw_isa_info *,
const backend_instruction *),