HomeSort by: relevance | last modified time | path
    Searched refs:swizzle_bound_pixels (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
blt.c 370 const uint32_t swizzle_bound_pixels = ALIGN(dx + 1, swizzle_pixels); local
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); local
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); local
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); local
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); local
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); local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
blt.c 929 const uint32_t swizzle_bound_pixels = ALIGN(dx + 1, swizzle_pixels); \
930 const uint32_t length = min(dst_x + width, swizzle_bound_pixels) - dx; \
990 const uint32_t swizzle_bound_pixels = ALIGN(sx + 1, swizzle_pixels); \
991 const uint32_t length = min(src_x + width, swizzle_bound_pixels) - sx; \

Completed in 13 milliseconds