Searched refs:scaleRGB (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texcombine.c92 const GLfloat scaleRGB = (GLfloat) (1 << combine->ScaleShiftRGB); local in function:texture_combine
309 rgba[i][RCOMP] = arg0[i][RCOMP] * scaleRGB;
310 rgba[i][GCOMP] = arg0[i][GCOMP] * scaleRGB;
311 rgba[i][BCOMP] = arg0[i][BCOMP] * scaleRGB;
316 rgba[i][RCOMP] = arg0[i][RCOMP] * arg1[i][RCOMP] * scaleRGB;
317 rgba[i][GCOMP] = arg0[i][GCOMP] * arg1[i][GCOMP] * scaleRGB;
318 rgba[i][BCOMP] = arg0[i][BCOMP] * arg1[i][BCOMP] * scaleRGB;
326 arg2[i][RCOMP] * arg3[i][RCOMP]) * scaleRGB;
328 arg2[i][GCOMP] * arg3[i][GCOMP]) * scaleRGB;
330 arg2[i][BCOMP] * arg3[i][BCOMP]) * scaleRGB;
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texcombine.c92 const GLfloat scaleRGB = (GLfloat) (1 << combine->ScaleShiftRGB); local in function:texture_combine
309 rgba[i][RCOMP] = arg0[i][RCOMP] * scaleRGB;
310 rgba[i][GCOMP] = arg0[i][GCOMP] * scaleRGB;
311 rgba[i][BCOMP] = arg0[i][BCOMP] * scaleRGB;
316 rgba[i][RCOMP] = arg0[i][RCOMP] * arg1[i][RCOMP] * scaleRGB;
317 rgba[i][GCOMP] = arg0[i][GCOMP] * arg1[i][GCOMP] * scaleRGB;
318 rgba[i][BCOMP] = arg0[i][BCOMP] * arg1[i][BCOMP] * scaleRGB;
326 arg2[i][RCOMP] * arg3[i][RCOMP]) * scaleRGB;
328 arg2[i][GCOMP] * arg3[i][GCOMP]) * scaleRGB;
330 arg2[i][BCOMP] * arg3[i][BCOMP]) * scaleRGB;
[all...]

Completed in 3 milliseconds