Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear_fallback.c67 static const unsigned right_mask_tab[STAMP_SIZE] = { variable
166 const unsigned right_mask = right_mask_tab [box->x1 & (STAMP_SIZE - 1)]; in lp_rast_linear_rect_fallback()
H A Dlp_rast_rect.c66 static unsigned right_mask_tab[STAMP_SIZE] = { variable
188 right_mask = right_mask_tab [box.x1 & (STAMP_SIZE - 1)]; in lp_rast_rectangle()
H A Dlp_rast_tri_tmp.h365 outmask |= right_mask_tab[i]; in TRI_16()
H A Dlp_rast_tri.c281 static unsigned right_mask_tab[STAMP_SIZE] = { variable

Completed in 4 milliseconds