Searched refs:STAMP_SIZE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear_fallback.c58 #define STAMP_SIZE 4 macro
60 static unsigned left_mask_tab[STAMP_SIZE] = {
67 static unsigned right_mask_tab[STAMP_SIZE] = {
74 static unsigned top_mask_tab[STAMP_SIZE] = {
81 static unsigned bottom_mask_tab[STAMP_SIZE] = {
179 ix * STAMP_SIZE,
180 iy * STAMP_SIZE);
201 ix * STAMP_SIZE,
202 iy * STAMP_SIZE,
237 left_mask = left_mask_tab [box->x0 & (STAMP_SIZE
[all...]
H A Dlp_rast_rect.c57 #define STAMP_SIZE 4 macro
59 static unsigned left_mask_tab[STAMP_SIZE] = {
66 static unsigned right_mask_tab[STAMP_SIZE] = {
73 static unsigned top_mask_tab[STAMP_SIZE] = {
80 static unsigned bottom_mask_tab[STAMP_SIZE] = {
95 task->x + ix * STAMP_SIZE,
96 task->y + iy * STAMP_SIZE);
115 task->x + ix * STAMP_SIZE,
116 task->y + iy * STAMP_SIZE,
187 left_mask = left_mask_tab [box.x0 & (STAMP_SIZE
[all...]
H A Dlp_rast_tri.c274 #define STAMP_SIZE 4 macro
275 static unsigned bottom_mask_tab[STAMP_SIZE] = {
282 static unsigned right_mask_tab[STAMP_SIZE] = {

Completed in 5 milliseconds