Lines Matching refs:tex10
290 sample[RCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\ in affine_span()
291 sample[GCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\ in affine_span()
292 sample[BCOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0]);\ in affine_span()
302 sample[RCOMP] = ilerp_2d(sf, tf, tex00[3], tex01[3], tex10[3], tex11[3]);\ in affine_span()
303 sample[GCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\ in affine_span()
304 sample[BCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\ in affine_span()
305 sample[ACOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0]) in affine_span()
388 const GLchan *tex10 = tex00 + info->tbytesline; \ in affine_span()
390 const GLchan *tex11 = tex10 + COMPS; \ in affine_span()
392 tex10 -= info->tsize; \ in affine_span()
653 const GLchan *tex10 = tex00 + info->tbytesline; \ in fast_persp_span()
655 const GLchan *tex11 = tex10 + COMP; \ in fast_persp_span()
657 tex10 -= info->tsize; \ in fast_persp_span()