Searched refs:left_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.c60 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 Dlp_rast_rect.c59 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