~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/compiler/glsl/gl_nir_lower_packed_varyings.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:
1010
1010
      assert(f->impl == impl);
1011
1011
   }
1012
1012
 
1013
 
   nir_builder_init(&state.b, impl);
 
1013
   state.b = nir_builder_create(impl);
1014
1014
   state.consts = consts;
1015
1015
   state.prog = prog;
1016
1016
   state.mem_ctx = mem_ctx;