Searched refs:src_bytes (Results 1 – 4 of 4) sorted by relevance
287 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; in atyfb_imageblit() local381 src_bytes = (((image->width * image->depth) + 7) / 8) * image->height; in atyfb_imageblit()389 for (width = image->width, inbit = 7, mult24 = 0; src_bytes; ) { in atyfb_imageblit()391 byte_id_in_dword < 4 && src_bytes; in atyfb_imageblit()405 src_bytes--; in atyfb_imageblit()420 u32 *pbitmap, dwords = (src_bytes + 3) / 4; in atyfb_imageblit()
545 pack_aux(uint8_t *src, int src_bytes) in pack_aux() argument550 if (src_bytes > 4) in pack_aux()551 src_bytes = 4; in pack_aux()552 for (i = 0; i < src_bytes; i++) in pack_aux()
1227 uint32_t intel_dp_pack_aux(const uint8_t *src, int src_bytes);
240 uint32_t intel_dp_pack_aux(const uint8_t *src, int src_bytes) in intel_dp_pack_aux() argument245 if (src_bytes > 4) in intel_dp_pack_aux()246 src_bytes = 4; in intel_dp_pack_aux()247 for (i = 0; i < src_bytes; i++) in intel_dp_pack_aux()