Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c571 uint32_t bpp, pitch, copybytes; in gfxfb_blt_video_to_buffer() local
596 copybytes = Width * bpp; 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()
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()
777 uint32_t bpp, copybytes; in gfxfb_blt_video_to_video() local
[all …]