commit | e3abbe7a24c0a1927313ce629b0d14a11d7e61c8 | [log] [tgz] |
---|---|---|
author | Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> | Tue Jan 12 10:25:58 2021 -0800 |
committer | Marge Bot <eric+marge@anholt.net> | Fri Feb 05 04:52:46 2021 +0000 |
tree | 5b36e18030e8ebd7e2759faadcfc50ee8fa47d96 | |
parent | cc98ba2eaf29cea084a5756ff851057f3513e555 [diff] |
spirv: Count variables *after* unused ones are removed Previous code was counting more variables than those used by the entry point. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8456>