~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/draw/draw_vs_variant.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:
175
175
   vsvg->base.vs->run_linear(vsvg->base.vs,
176
176
                             temp_buffer,
177
177
                             temp_buffer,
178
 
                             vsvg->base.vs->draw->pt.user.vs_constants,
179
 
                             vsvg->base.vs->draw->pt.user.vs_constants_size,
 
178
                             vsvg->base.vs->draw->pt.user.constants[PIPE_SHADER_VERTEX],
180
179
                             count,
181
180
                             temp_vertex_stride,
182
181
                             temp_vertex_stride, NULL);
239
238
   vsvg->base.vs->run_linear(vsvg->base.vs,
240
239
                             temp_buffer,
241
240
                             temp_buffer,
242
 
                             vsvg->base.vs->draw->pt.user.vs_constants,
243
 
                             vsvg->base.vs->draw->pt.user.vs_constants_size,
 
241
                             vsvg->base.vs->draw->pt.user.constants[PIPE_SHADER_VERTEX],
244
242
                             count,
245
243
                             temp_vertex_stride,
246
244
                             temp_vertex_stride, NULL);