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