Searched refs:tex00 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_triangle.c284 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[
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_triangle.c284 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[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c173 static const float tex00[4] = { 0, 0, 0, 1 }; local in function:widepoint_point
177 set_texcoords( wide, v0, tex00 );
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c173 static const float tex00[4] = { 0, 0, 0, 1 }; local in function:widepoint_point
177 set_texcoords( wide, v0, tex00 );

Completed in 4 milliseconds