diff --git a/src/panfrost/compiler/valhall/va_pack.c b/src/panfrost/compiler/valhall/va_pack.c index cea55e83017..3e03a62e688 100644 --- a/src/panfrost/compiler/valhall/va_pack.c +++ b/src/panfrost/compiler/valhall/va_pack.c @@ -531,6 +531,10 @@ va_pack_alu(const bi_instr *I) hex |= ((uint64_t)I->texture_index) << 20; break; + case BI_OPCODE_WMASK: + hex |= ((uint64_t)I->subgroup) << 36; + break; + case BI_OPCODE_ZS_EMIT: if (I->stencil) hex |= (1 << 24);