panfrost: XMLify primitive information
[mesa.git] / src / panfrost / lib / pan_invocation.c
index d86b16a264323673ca9830acc429d55717d8bb07..cfb5becbf614106f57981d1a6b6d64d069ac4142 100644 (file)
@@ -106,9 +106,6 @@ panfrost_pack_work_groups_compute(
         /* Upload the packed bitfields */
         out->invocation_count = packed;
         out->invocation_shifts = packed_shifts;
-
-        /* TODO: Compute workgroups_x_shift_3 */
-        out->workgroups_x_shift_3 = shift_2;
 }
 
 /* Packs vertex/tiler descriptors simultaneously */
@@ -128,9 +125,5 @@ panfrost_pack_work_groups_fused(
         /* Copy results over */
         tiler->invocation_count = vertex->invocation_count;
         tiler->invocation_shifts = vertex->invocation_shifts;
-
-        /* Set special fields for each */
-        vertex->workgroups_x_shift_3 = 5;
-        tiler->workgroups_x_shift_3 = 6;
 }