Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear_fallback.c81 static const unsigned bottom_mask_tab[STAMP_SIZE] = { variable
168 const unsigned bottom_mask = bottom_mask_tab [box->y1 & (STAMP_SIZE - 1)]; in lp_rast_linear_rect_fallback()
H A Dlp_rast_rect.c80 static unsigned bottom_mask_tab[STAMP_SIZE] = { variable
190 bottom_mask = bottom_mask_tab [box.y1 & (STAMP_SIZE - 1)]; in lp_rast_rectangle()
H A Dlp_rast_tri_tmp.h370 outmask |= bottom_mask_tab[i]; in TRI_16()
H A Dlp_rast_tri.c274 static unsigned bottom_mask_tab[STAMP_SIZE] = { variable

Completed in 3 milliseconds