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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c633 GLint srcRow0 = MAX2(0, IFLOOR(srcRow)); local in function:blit_linear
634 GLint srcRow1 = srcRow0 + 1;
635 GLfloat rowWeight = srcRow - srcRow0; /* fractional part of srcRow */
639 srcRow1 = srcRow0;
644 srcRow0 = srcHeight - 1 - srcRow0;
648 srcY0 = srcYpos + srcRow0;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c633 GLint srcRow0 = MAX2(0, util_ifloor(srcRow)); local in function:blit_linear
634 GLint srcRow1 = srcRow0 + 1;
635 GLfloat rowWeight = srcRow - srcRow0; /* fractional part of srcRow */
639 srcRow1 = srcRow0;
644 srcRow0 = srcHeight - 1 - srcRow0;
648 srcY0 = srcYpos + srcRow0;

Completed in 4 milliseconds