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:
@@ -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 |
|
||||
|
Reference in New Issue
Block a user