Lines Matching refs:tex00
284 sample[RCOMP] = tex00[2]; \
285 sample[GCOMP] = tex00[1]; \
286 sample[BCOMP] = tex00[0]; \
290 sample[RCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\
291 sample[GCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\
292 sample[BCOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0]);\
296 sample[RCOMP] = tex00[3]; \
297 sample[GCOMP] = tex00[2]; \
298 sample[BCOMP] = tex00[1]; \
299 sample[ACOMP] = tex00[0];
302 sample[RCOMP] = ilerp_2d(sf, tf, tex00[3], tex01[3], tex10[3], tex11[3]);\
303 sample[GCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\
304 sample[BCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\
305 sample[ACOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0])
357 dest[RCOMP] = tex00[3]; \
358 dest[GCOMP] = tex00[2]; \
359 dest[BCOMP] = tex00[1]; \
360 dest[ACOMP] = tex00[0]
368 const GLchan *tex00 = info->texture + COMPS * pos; \
387 const GLchan *tex00 = info->texture + COMPS * pos; \
388 const GLchan *tex10 = tex00 + info->tbytesline; \
389 const GLchan *tex01 = tex00 + COMPS; \
627 const GLchan *tex00 = info->texture + COMP * pos; \
652 const GLchan *tex00 = info->texture + COMP * pos; \
653 const GLchan *tex10 = tex00 + info->tbytesline; \
654 const GLchan *tex01 = tex00 + COMP; \