Searched refs:top_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 | 74 static unsigned top_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[] 239 top_mask = top_mask_tab [box->y0 & (STAMP_SIZE - 1)]; |
| H A D | lp_rast_rect.c | 73 static unsigned top_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[] 189 top_mask = top_mask_tab [box.y0 & (STAMP_SIZE - 1)]; |
Completed in 5 milliseconds