r600/sfn: remove old deref code

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9874>
This commit is contained in:
Gert Wollny
2021-03-21 23:43:23 +01:00
committed by Marge Bot
parent 84f5b15978
commit 40fdf1be46
15 changed files with 0 additions and 253 deletions

View File

@@ -307,14 +307,6 @@ bool ShaderFromNir::process_declaration()
if (!impl->scan_inputs_read(sh))
return false;
// scan declarations
nir_foreach_shader_out_variable(variable, sh) {
if (!impl->process_outputs(variable)) {
fprintf(stderr, "R600: error parsing outputs variable %s\n", variable->name);
return false;
}
}
// scan declarations
nir_foreach_variable_with_modes(variable, sh, nir_var_uniform |
nir_var_mem_ubo |