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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c413 GLint srcCol1 = srcCol0 + 1; local in function:resample_linear_row_ub
418 assert(srcCol1 <= srcWidth);
420 if (srcCol1 == srcWidth) {
422 srcCol1--;
428 srcCol1 = srcWidth - 1 - srcCol1;
432 srcColor0[srcCol0][RCOMP], srcColor0[srcCol1][RCOMP],
433 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]);
435 srcColor0[srcCol0][GCOMP], srcColor0[srcCol1][GCOMP],
436 srcColor1[srcCol0][GCOMP], srcColor1[srcCol1][GCOM
468 GLint srcCol1 = srcCol0 + 1; local in function:resample_linear_row_float
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c413 GLint srcCol1 = srcCol0 + 1; local in function:resample_linear_row_ub
418 assert(srcCol1 <= srcWidth);
420 if (srcCol1 == srcWidth) {
422 srcCol1--;
428 srcCol1 = srcWidth - 1 - srcCol1;
432 srcColor0[srcCol0][RCOMP], srcColor0[srcCol1][RCOMP],
433 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]);
435 srcColor0[srcCol0][GCOMP], srcColor0[srcCol1][GCOMP],
436 srcColor1[srcCol0][GCOMP], srcColor1[srcCol1][GCOM
468 GLint srcCol1 = srcCol0 + 1; local in function:resample_linear_row_float
[all...]

Completed in 4 milliseconds