intel/fs: keep track of new resource_intel information

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21645>
This commit is contained in:
Lionel Landwerlin
2023-01-13 12:26:01 +02:00
committed by Marge Bot
parent 86e9943b00
commit 3d0cc3f63b
4 changed files with 73 additions and 4 deletions

View File

@@ -1414,6 +1414,7 @@ fs_visitor::init()
this->nir_locals = NULL;
this->nir_ssa_values = NULL;
this->nir_ssa_bind_infos = NULL;
this->nir_system_values = NULL;
this->payload_ = NULL;