mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 20:58:04 +02:00
r600/sfn: on Cayman loading an index register needs only one slot
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24297>
This commit is contained in:
parent
4b4770e820
commit
440cf7439d
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ AluGroup::slots() const
|
|||
}
|
||||
if (m_addr_used) {
|
||||
++result;
|
||||
if (m_addr_is_index)
|
||||
if (m_addr_is_index && s_max_slots == 5)
|
||||
++result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue