Home | History | Annotate | Download | only in sna

Lines Matching refs:swizzle_bound_pixels

370 			const uint32_t swizzle_bound_pixels = ALIGN(dx + 1, swizzle_pixels);
371 const uint32_t length = min(dst_x + width, swizzle_bound_pixels) - dx;
439 const uint32_t swizzle_bound_pixels = ALIGN(sx + 1, swizzle_pixels);
440 const uint32_t length = min(src_x + width, swizzle_bound_pixels) - sx;
508 const uint32_t swizzle_bound_pixels = ALIGN(dx + 1, swizzle_pixels);
509 const uint32_t length = min(dst_x + width, swizzle_bound_pixels) - dx;
577 const uint32_t swizzle_bound_pixels = ALIGN(sx + 1, swizzle_pixels);
578 const uint32_t length = min(src_x + width, swizzle_bound_pixels) - sx;
646 const uint32_t swizzle_bound_pixels = ALIGN(dx + 1, swizzle_pixels);
647 const uint32_t length = min(dst_x + width, swizzle_bound_pixels) - dx;
714 const uint32_t swizzle_bound_pixels = ALIGN(sx + 1, swizzle_pixels);
715 const uint32_t length = min(src_x + width, swizzle_bound_pixels) - sx;