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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear_fallback.c220 unsigned bottom_mask; local in function:lp_rast_linear_rect_fallback
240 bottom_mask = bottom_mask_tab [box->y1 & (STAMP_SIZE - 1)];
254 top_mask & bottom_mask));
263 partial(task, inputs, ix0, iy1, mask & bottom_mask);
268 unsigned mask = top_mask & bottom_mask;
279 partial(task, inputs, ix0, iy1, left_mask & bottom_mask);
281 partial(task, inputs, ix1, iy1, right_mask & bottom_mask);
287 partial(task, inputs, i, iy1, bottom_mask);
H A Dlp_rast_rect.c158 unsigned bottom_mask; local in function:lp_rast_rectangle
190 bottom_mask = bottom_mask_tab [box.y1 & (STAMP_SIZE - 1)];
204 top_mask & bottom_mask));
213 partial(task, rect, ix0, iy1, mask & bottom_mask);
218 unsigned mask = top_mask & bottom_mask;
229 partial(task, rect, ix0, iy1, left_mask & bottom_mask);
231 partial(task, rect, ix1, iy1, right_mask & bottom_mask);
237 partial(task, rect, i, iy1, bottom_mask);
H A Dlp_setup_rect.c375 unsigned bottom_mask = 0; local in function:lp_setup_bin_rectangle
407 bottom_mask = RECT_PLANE_BOTTOM;
413 (left_mask | right_mask | top_mask | bottom_mask));
420 partial(setup, rect, ix0, iy1, mask | bottom_mask);
423 unsigned mask = top_mask | bottom_mask;
431 partial(setup, rect, ix0, iy1, left_mask | bottom_mask);
433 partial(setup, rect, ix1, iy1, right_mask | bottom_mask);
439 partial(setup, rect, i, iy1, bottom_mask);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-fast-path.c2501 uint32_t top_mask, bottom_mask; local in function:bits_image_fetch_bilinear_no_repeat_8888
2592 bottom_mask = 0xff000000;
2597 bottom_mask = 0;
2602 bottom_mask = 0xff000000;
2608 bottom_mask = 0;
2631 br = bottom_row[pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
2655 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask;
2656 br = bottom_row [pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
2680 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask;

Completed in 8 milliseconds