mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i965/fs: Suppress printing the whole loop in BRW_OPCODE_DO annotation.
This commit is contained in:
parent
4b2a4cb7c2
commit
8890c75951
1 changed files with 2 additions and 0 deletions
|
|
@ -1698,6 +1698,7 @@ fs_visitor::visit(ir_loop *ir)
|
|||
}
|
||||
}
|
||||
|
||||
this->base_ir = NULL;
|
||||
emit(BRW_OPCODE_DO);
|
||||
|
||||
if (ir->to) {
|
||||
|
|
@ -1724,6 +1725,7 @@ fs_visitor::visit(ir_loop *ir)
|
|||
emit(BRW_OPCODE_ADD, counter, counter, this->result);
|
||||
}
|
||||
|
||||
this->base_ir = NULL;
|
||||
emit(BRW_OPCODE_WHILE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue