Searched refs:bottom_mask_tab (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear_fallback.c81 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 Dlp_rast_rect.c80 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 Dlp_rast_tri_tmp.h373 outmask |= bottom_mask_tab[i];
H A Dlp_rast_tri.c275 static unsigned bottom_mask_tab[STAMP_SIZE] = { variable in typeref:typename:unsigned[]

Completed in 4 milliseconds