mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 08:00:12 +01:00
freedreno/tests: Convert to srcs/dsts
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11469>
This commit is contained in:
parent
bff83fc42b
commit
132dfacdcb
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ fixup_wrmask(struct ir3 *ir)
|
|||
struct ir3_block *block = ir3_start_block(ir);
|
||||
|
||||
foreach_instr_safe (instr, &block->instr_list) {
|
||||
instr->regs[0]->wrmask = MASK(instr->repeat + 1);
|
||||
instr->dsts[0]->wrmask = MASK(instr->repeat + 1);
|
||||
foreach_src (reg, instr) {
|
||||
if (reg->flags & (IR3_REG_CONST | IR3_REG_IMMED))
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue