Searched refs:left_mask_tab (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_rast_linear_fallback.c | 60 static unsigned left_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[] 237 left_mask = left_mask_tab [box->x0 & (STAMP_SIZE - 1)]; |
| H A D | lp_rast_rect.c | 59 static unsigned left_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[] 187 left_mask = left_mask_tab [box.x0 & (STAMP_SIZE - 1)]; |
Completed in 2 milliseconds