Searched refs:top_mask_tab (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear_fallback.c74 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 Dlp_rast_rect.c73 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