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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c412 GLint srcCol0 = MAX2(0, IFLOOR(srcCol)); local in function:resample_linear_row_ub
413 GLint srcCol1 = srcCol0 + 1;
414 GLfloat colWeight = srcCol - srcCol0; /* fractional part of srcCol */
417 assert(srcCol0 < srcWidth);
427 srcCol0 = srcWidth - 1 - srcCol0;
432 srcColor0[srcCol0][RCOMP], srcColor0[srcCol1][RCOMP],
433 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]);
435 srcColor0[srcCol0][GCOMP], srcColor0[srcCol1][GCOMP],
436 srcColor1[srcCol0][GCOM
467 GLint srcCol0 = MAX2(0, IFLOOR(srcCol)); local in function:resample_linear_row_float
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c412 GLint srcCol0 = MAX2(0, util_ifloor(srcCol)); local in function:resample_linear_row_ub
413 GLint srcCol1 = srcCol0 + 1;
414 GLfloat colWeight = srcCol - srcCol0; /* fractional part of srcCol */
417 assert(srcCol0 < srcWidth);
427 srcCol0 = srcWidth - 1 - srcCol0;
432 srcColor0[srcCol0][RCOMP], srcColor0[srcCol1][RCOMP],
433 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]);
435 srcColor0[srcCol0][GCOMP], srcColor0[srcCol1][GCOMP],
436 srcColor1[srcCol0][GCOM
467 GLint srcCol0 = MAX2(0, util_ifloor(srcCol)); local in function:resample_linear_row_float
[all...]

Completed in 8 milliseconds