Searched refs:IFLOOR (Results 1 – 6 of 6) sorted by relevance
385 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()
44 #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 …]
623 GLint s = IFLOOR(s_tmp) & info->smask; \ in fast_persp_span()624 GLint t = IFLOOR(t_tmp) & info->tmask; \ in fast_persp_span()
365 #define IFLOOR(x) ifloor(x) macro379 #define IFLOOR(x) ifloor(x) macro386 #define IFLOOR(x) ifloor(x) macro
327 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()
710 machine->AddressReg[0][0] = IFLOOR(t[0]); in _mesa_execute_program()