Searched refs:right_mask_tab (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_rast_linear_fallback.c | 67 static unsigned right_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[] 238 right_mask = right_mask_tab [box->x1 & (STAMP_SIZE - 1)]; |
| H A D | lp_rast_rect.c | 66 static unsigned right_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[] 188 right_mask = right_mask_tab [box.x1 & (STAMP_SIZE - 1)]; |
| H A D | lp_rast_tri_tmp.h | 368 outmask |= right_mask_tab[i]; |
| H A D | lp_rast_tri.c | 282 static unsigned right_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[] |
Completed in 8 milliseconds