pan/midgard: Use upper ALU tags for MFBD writeout
[mesa.git] / src / panfrost / midgard / midgard_emit.c
index d5aba7f8612010405e7d1273f7980f012ad77728..1dae8e390990e01f08375d3e3abf6f776627f8f8 100644 (file)
@@ -405,6 +405,10 @@ emit_binary_bundle(compiler_context *ctx,
         case TAG_ALU_8:
         case TAG_ALU_12:
         case TAG_ALU_16:
+        case TAG_ALU_4 + 4:
+        case TAG_ALU_8 + 4:
+        case TAG_ALU_12 + 4:
+        case TAG_ALU_16 + 4:
                 emit_alu_bundle(ctx, bundle, emission, lookahead);
                 break;