r600/sfn: scheduled instructions are always ready
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21347>
This commit is contained in:
@@ -60,6 +60,8 @@ Instr::print(std::ostream& os) const
|
||||
bool
|
||||
Instr::ready() const
|
||||
{
|
||||
if (is_scheduled())
|
||||
return true;
|
||||
for (auto& i : m_required_instr)
|
||||
if (!i->ready())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user