Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_blit.c385 GLint srcCol0 = IFLOOR(srcCol); in resample_linear_row_ub()
418 dstColor[dstCol][RCOMP] = IFLOOR(red); in resample_linear_row_ub()
419 dstColor[dstCol][GCOMP] = IFLOOR(green); in resample_linear_row_ub()
420 dstColor[dstCol][BCOMP] = IFLOOR(blue); in resample_linear_row_ub()
421 dstColor[dstCol][ACOMP] = IFLOOR(alpha); in resample_linear_row_ub()
442 GLint srcCol0 = IFLOOR(srcCol); in resample_linear_row_float()
610 GLint srcRow0 = IFLOOR(srcRow); in blit_linear()
Ds_texfilter.c44 #define FRAC(f) ((f) - IFLOOR(f))
170 *i0 = IFLOOR(u) & (size - 1); in linear_texel_locations()
174 *i0 = REMAINDER(IFLOOR(u), size); in linear_texel_locations()
186 *i0 = IFLOOR(u); in linear_texel_locations()
204 *i0 = IFLOOR(u); in linear_texel_locations()
210 const GLint flr = IFLOOR(s); in linear_texel_locations()
216 *i0 = IFLOOR(u); in linear_texel_locations()
231 *i0 = IFLOOR(u); in linear_texel_locations()
241 *i0 = IFLOOR(u); in linear_texel_locations()
260 *i0 = IFLOOR(u); in linear_texel_locations()
[all …]
Ds_triangle.c623 GLint s = IFLOOR(s_tmp) & info->smask; \ in fast_persp_span()
624 GLint t = IFLOOR(t_tmp) & info->tmask; \ in fast_persp_span()
/external/mesa3d/src/mesa/main/
Dimports.h365 #define IFLOOR(x) ifloor(x) macro
379 #define IFLOOR(x) ifloor(x) macro
386 #define IFLOOR(x) ifloor(x) macro
Ddrawpix.c327 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig); in _mesa_Bitmap()
328 GLint y = IFLOOR(ctx->Current.RasterPos[1] + epsilon - yorig); in _mesa_Bitmap()
/external/mesa3d/src/mesa/program/
Dprog_execute.c710 machine->AddressReg[0][0] = IFLOOR(t[0]); in _mesa_execute_program()