intel/compiler: Don't store stage name and abbrev
authorCaio Oliveira <caio.oliveira@intel.com>
Mon, 25 Sep 2023 04:38:47 +0000 (21:38 -0700)
committerCaio Oliveira <caio.oliveira@intel.com>
Wed, 27 Sep 2023 01:12:53 +0000 (18:12 -0700)
commitc487ba26ca17d4ae3011b29c185feb88cb47ba4f
treebead80d2fbcbd6d8364128a17a7514b63a292e8a
parent8791aab20f21bf206cbd187840fea327a5942af5
intel/compiler: Don't store stage name and abbrev

Those are used in the failure paths and are easily retriavable from the
stage itself, so no need to store them.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25367>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs_validate.cpp
src/intel/compiler/brw_shader.cpp
src/intel/compiler/brw_shader.h
src/intel/compiler/brw_vec4.cpp
src/intel/compiler/brw_vec4_visitor.cpp