~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/broadcom/compiler/v3d_nir_lower_load_store_bitsize.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
                        }
154
154
                }
155
155
 
156
 
                nir_ssa_dest_init(&new_intr->instr, &new_intr->dest,
157
 
                                  1, bit_size, NULL);
 
156
                nir_ssa_dest_init(&new_intr->instr, &new_intr->dest, 1,
 
157
                                  bit_size);
158
158
                dest_components[component] = &new_intr->dest.ssa;
159
159
 
160
160
                nir_builder_instr_insert(b, &new_intr->instr);