Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:dcdx

54 				 -plane[j].dcdx,
82 const int dcdx = -plane[j].dcdx * 4;
85 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo;
90 dcdx, dcdy,
127 - plane[j].dcdx * ix
179 c[j] = plane[j].c + plane[j].dcdy * y - plane[j].dcdx * x;
182 const int dcdx = -plane[j].dcdx * 16;
185 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo;
190 dcdx, dcdy,
226 - plane[j].dcdx * ix
276 const int dcdx = -plane[j].dcdx * 4;
280 cstep4[j][0] = _mm_setr_epi32(0, dcdx, dcdx*2, dcdx*3);
286 const int c = plane[j].c + plane[j].dcdy * y - plane[j].dcdx * x;
316 - plane[j].dcdx * px
347 - plane[j].dcdx * x
350 const int dcdx = -plane[j].dcdx;
354 __m128i cstep0 = _mm_setr_epi32(cx, cx + dcdx, cx + dcdx*2, cx + dcdx*3);