~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/llvmpipe/lp_rast_linear_fallback.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:
109
109
   BEGIN_JIT_CALL(state, task);
110
110
   const unsigned fn_index = mask == 0xffff ? RAST_WHOLE : RAST_EDGE_TEST;
111
111
   variant->jit_function[fn_index](&state->jit_context,
 
112
                                   &state->jit_resources,
112
113
                                   x, y,
113
114
                                   inputs->frontfacing,
114
115
                                   GET_A0(inputs),