Lines Matching refs:copybytes
571 uint32_t bpp, pitch, copybytes; in gfxfb_blt_video_to_buffer() local
596 copybytes = Width * bpp; in gfxfb_blt_video_to_buffer()
621 bcopy(source, destination, copybytes); in gfxfb_blt_video_to_buffer()
673 uint32_t bpp, pitch, copybytes; in gfxfb_blt_buffer_to_video() local
698 copybytes = Width * bpp; in gfxfb_blt_buffer_to_video()
723 bcopy(source, destination, copybytes); in gfxfb_blt_buffer_to_video()
742 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
747 gfx_mem_wr2(destination, copybytes, in gfxfb_blt_buffer_to_video()
751 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
753 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
755 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
759 gfx_mem_wr4(destination, copybytes, in gfxfb_blt_buffer_to_video()
777 uint32_t bpp, copybytes; in gfxfb_blt_video_to_video() local
802 copybytes = Width * bpp; in gfxfb_blt_video_to_video()
819 bcopy(source, destination, copybytes); in gfxfb_blt_video_to_video()