r600/nir: pass array info to r600_shader for sb
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8563>
This commit is contained in:
@@ -240,6 +240,9 @@ bool ShaderFromNir::lower(const nir_shader *shader, r600_pipe_shader *pipe_shade
|
||||
sfn_log << SfnLog::trans << "Merge registers\n";
|
||||
impl->remap_registers();
|
||||
}
|
||||
|
||||
impl->get_array_info(pipe_shader->shader);
|
||||
|
||||
sfn_log << SfnLog::trans << "Finished translating to R600 IR\n";
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user