diff options
Diffstat (limited to 'src/panfrost/midgard/compiler.h')
-rw-r--r-- | src/panfrost/midgard/compiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panfrost/midgard/compiler.h b/src/panfrost/midgard/compiler.h index 92772e26a42..5158ea6a85c 100644 --- a/src/panfrost/midgard/compiler.h +++ b/src/panfrost/midgard/compiler.h @@ -518,8 +518,10 @@ v_mov(unsigned src, unsigned dest) .type = TAG_ALU_4, .mask = 0xF, .src = { ~0, src, ~0, ~0 }, + .src_types = { 0, nir_type_uint32 }, .swizzle = SWIZZLE_IDENTITY, .dest = dest, + .dest_type = nir_type_uint32, .alu = { .op = midgard_alu_op_imov, .reg_mode = midgard_reg_mode_32, |