Home
last modified time | relevance | path

Searched refs:srcRowF (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_blit.c300 GLfloat srcRowF = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F; in blit_nearest() local
301 GLint srcRow = lroundf(srcRowF); in blit_nearest()