~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/draw/draw_vs_llvm.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:
53
53
vs_llvm_run_linear(struct draw_vertex_shader *shader,
54
54
                   const float (*input)[4],
55
55
                   float (*output)[4],
56
 
                   const void *constants[PIPE_MAX_CONSTANT_BUFFERS],
57
 
                   const unsigned constants_size[PIPE_MAX_CONSTANT_BUFFERS],
 
56
                   const struct draw_buffer_info *constants,
58
57
                   unsigned count,
59
58
                   unsigned input_stride,
60
59
                   unsigned output_stride,