Searched refs:bottom_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 | 81 static unsigned bottom_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[] 240 bottom_mask = bottom_mask_tab [box->y1 & (STAMP_SIZE - 1)]; |
| H A D | lp_rast_rect.c | 80 static unsigned bottom_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[] 190 bottom_mask = bottom_mask_tab [box.y1 & (STAMP_SIZE - 1)]; |
| H A D | lp_rast_tri_tmp.h | 373 outmask |= bottom_mask_tab[i]; |
| H A D | lp_rast_tri.c | 275 static unsigned bottom_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[] |
Completed in 4 milliseconds