Searched refs:rowMask (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1328 uint rowMask = 0xf; local in function:sp_setup_point
1331 rowMask &= (MASK_BOTTOM_LEFT | MASK_BOTTOM_RIGHT);
1335 rowMask &= (MASK_TOP_LEFT | MASK_TOP_RIGHT);
1339 uint mask = rowMask;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1404 uint rowMask = 0xf; local in function:sp_setup_point
1407 rowMask &= (MASK_BOTTOM_LEFT | MASK_BOTTOM_RIGHT);
1411 rowMask &= (MASK_TOP_LEFT | MASK_TOP_RIGHT);
1415 uint mask = rowMask;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c1425 const GLint rowMask = img->Height - 1; local in function:opt_sample_rgb_2d
1439 GLint j = IFLOOR(texcoords[k][1] * height) & rowMask;
1470 const GLint rowMask = img->Height - 1; local in function:opt_sample_rgba_2d
1484 const GLint row = IFLOOR(texcoords[i][1] * height) & rowMask;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c1425 const GLint rowMask = img->Height - 1; local in function:opt_sample_rgb_2d
1439 GLint j = util_ifloor(texcoords[k][1] * height) & rowMask;
1470 const GLint rowMask = img->Height - 1; local in function:opt_sample_rgba_2d
1484 const GLint row = util_ifloor(texcoords[i][1] * height) & rowMask;

Completed in 16 milliseconds