Home
last modified time | relevance | path

Searched refs:top_mask (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_rect.c157 unsigned top_mask; in lp_rast_rectangle() local
189 top_mask = top_mask_tab [box.y0 & (STAMP_SIZE - 1)]; in lp_rast_rectangle()
204 top_mask & bottom_mask)); in lp_rast_rectangle()
210 partial(task, rect, ix0, iy0, mask & top_mask); in lp_rast_rectangle()
218 unsigned mask = top_mask & bottom_mask; in lp_rast_rectangle()
228 partial(task, rect, ix0, iy0, left_mask & top_mask); in lp_rast_rectangle()
230 partial(task, rect, ix1, iy0, right_mask & top_mask); in lp_rast_rectangle()
234 partial(task, rect, i, iy0, top_mask); in lp_rast_rectangle()
Dlp_rast_linear_fallback.c219 unsigned top_mask; in lp_rast_linear_rect_fallback() local
239 top_mask = top_mask_tab [box->y0 & (STAMP_SIZE - 1)]; in lp_rast_linear_rect_fallback()
254 top_mask & bottom_mask)); in lp_rast_linear_rect_fallback()
260 partial(task, inputs, ix0, iy0, mask & top_mask); in lp_rast_linear_rect_fallback()
268 unsigned mask = top_mask & bottom_mask; in lp_rast_linear_rect_fallback()
278 partial(task, inputs, ix0, iy0, left_mask & top_mask); in lp_rast_linear_rect_fallback()
280 partial(task, inputs, ix1, iy0, right_mask & top_mask); in lp_rast_linear_rect_fallback()
284 partial(task, inputs, i, iy0, top_mask); in lp_rast_linear_rect_fallback()
Dlp_setup_rect.c374 unsigned top_mask = 0; in lp_setup_bin_rectangle() local
404 top_mask = RECT_PLANE_TOP; in lp_setup_bin_rectangle()
413 (left_mask | right_mask | top_mask | bottom_mask)); in lp_setup_bin_rectangle()
417 partial(setup, rect, ix0, iy0, mask | top_mask); in lp_setup_bin_rectangle()
423 unsigned mask = top_mask | bottom_mask; in lp_setup_bin_rectangle()
430 partial(setup, rect, ix0, iy0, left_mask | top_mask); in lp_setup_bin_rectangle()
432 partial(setup, rect, ix1, iy0, right_mask | top_mask); in lp_setup_bin_rectangle()
438 partial(setup, rect, i, iy0, top_mask); in lp_setup_bin_rectangle()
/third_party/pixman/pixman/
Dpixman-fast-path.c2501 uint32_t top_mask, bottom_mask; in bits_image_fetch_bilinear_no_repeat_8888() local
2591 top_mask = 0; in bits_image_fetch_bilinear_no_repeat_8888()
2596 top_mask = 0xff000000; in bits_image_fetch_bilinear_no_repeat_8888()
2601 top_mask = 0xff000000; in bits_image_fetch_bilinear_no_repeat_8888()
2607 top_mask = 0; in bits_image_fetch_bilinear_no_repeat_8888()
2630 tr = top_row[pixman_fixed_to_int (x_top) + 1] | top_mask; in bits_image_fetch_bilinear_no_repeat_8888()
2653 tl = top_row [pixman_fixed_to_int (x_top)] | top_mask; in bits_image_fetch_bilinear_no_repeat_8888()
2654 tr = top_row [pixman_fixed_to_int (x_top) + 1] | top_mask; in bits_image_fetch_bilinear_no_repeat_8888()
2679 tl = top_row [pixman_fixed_to_int (x_top)] | top_mask; in bits_image_fetch_bilinear_no_repeat_8888()