Searched refs:IFLOOR (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddrawpix.c327 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig);
328 GLint y = IFLOOR(ctx->Current.RasterPos[1] + epsilon - yorig);
H A Dimports.h346 *** IFLOOR: return (as an integer) floor of float
367 #define IFLOOR(x) ifloor(x) macro
381 #define IFLOOR(x) ifloor(x) macro
388 #define IFLOOR(x) ifloor(x) macro
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfilter.c44 #define FRAC(f) ((f) - IFLOOR(f))
170 *i0 = IFLOOR(u) & (size - 1);
174 *i0 = REMAINDER(IFLOOR(u), size);
186 *i0 = IFLOOR(u);
204 *i0 = IFLOOR(u);
210 const GLint flr = IFLOOR(s);
216 *i0 = IFLOOR(u);
231 *i0 = IFLOOR(u);
241 *i0 = IFLOOR(u);
260 *i0 = IFLOOR(
[all...]
H A Ds_blit.c385 GLint srcCol0 = IFLOOR(srcCol);
418 dstColor[dstCol][RCOMP] = IFLOOR(red);
419 dstColor[dstCol][GCOMP] = IFLOOR(green);
420 dstColor[dstCol][BCOMP] = IFLOOR(blue);
421 dstColor[dstCol][ACOMP] = IFLOOR(alpha);
442 GLint srcCol0 = IFLOOR(srcCol);
610 GLint srcRow0 = IFLOOR(srcRow);
H A Ds_triangle.c623 GLint s = IFLOOR(s_tmp) & info->smask; \
624 GLint t = IFLOOR(t_tmp) & info->tmask; \
/external/mesa3d/src/mesa/main/
H A Ddrawpix.c327 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig);
328 GLint y = IFLOOR(ctx->Current.RasterPos[1] + epsilon - yorig);
H A Dimports.h344 *** IFLOOR: return (as an integer) floor of float
365 #define IFLOOR(x) ifloor(x) macro
379 #define IFLOOR(x) ifloor(x) macro
386 #define IFLOOR(x) ifloor(x) macro
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c44 #define FRAC(f) ((f) - IFLOOR(f))
170 *i0 = IFLOOR(u) & (size - 1);
174 *i0 = REMAINDER(IFLOOR(u), size);
186 *i0 = IFLOOR(u);
204 *i0 = IFLOOR(u);
210 const GLint flr = IFLOOR(s);
216 *i0 = IFLOOR(u);
231 *i0 = IFLOOR(u);
241 *i0 = IFLOOR(u);
260 *i0 = IFLOOR(
[all...]
H A Ds_blit.c385 GLint srcCol0 = IFLOOR(srcCol);
418 dstColor[dstCol][RCOMP] = IFLOOR(red);
419 dstColor[dstCol][GCOMP] = IFLOOR(green);
420 dstColor[dstCol][BCOMP] = IFLOOR(blue);
421 dstColor[dstCol][ACOMP] = IFLOOR(alpha);
442 GLint srcCol0 = IFLOOR(srcCol);
610 GLint srcRow0 = IFLOOR(srcRow);
H A Ds_triangle.c623 GLint s = IFLOOR(s_tmp) & info->smask; \
624 GLint t = IFLOOR(t_tmp) & info->tmask; \
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c710 machine->AddressReg[0][0] = IFLOOR(t[0]);
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c710 machine->AddressReg[0][0] = IFLOOR(t[0]);

Completed in 239 milliseconds