Home
last modified time | relevance | path

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

/devicemodel/hw/
A Dvdisplay_sdl.c66 struct surface surf; member
679 surf->width, surf->height, surf->pixel, in vdpy_surface_set()
680 surf->stride); in vdpy_surface_set()
685 vscr->surf = *surf; in vdpy_surface_set()
690 vscr->surf = *surf; in vdpy_surface_set()
701 if (surf && (surf->surf_type == SURFACE_DMABUF)) { in vdpy_surface_set()
739 if (!surf) { in vdpy_surface_set()
792 if (surf == NULL) { in vdpy_surface_set()
835 if (!surf) { in vdpy_surface_update()
847 surf->pixel, in vdpy_surface_update()
[all …]
A Dvga.c1440 vga->surf.width = 0; in vga_vbe_write()
1441 vga->surf.stride = 0; in vga_vbe_write()
/devicemodel/hw/pci/virtio/
A Dvirtio_gpu.c871 struct surface surf; in virtio_gpu_cmd_set_scanout() local
912 surf.x = req.r.x; in virtio_gpu_cmd_set_scanout()
913 surf.y = req.r.y; in virtio_gpu_cmd_set_scanout()
919 surf.pixel += bytes_pp * surf.x + surf.y * surf.stride; in virtio_gpu_cmd_set_scanout()
1060 struct surface surf; in virtio_gpu_cmd_resource_flush() local
1109 surf.pixel += bytes_pp * surf.x + surf.y * surf.stride; in virtio_gpu_cmd_resource_flush()
1327 struct surface surf; in virtio_gpu_cmd_set_scanout_blob() local
1334 memset(&surf, 0, sizeof(surf)); in virtio_gpu_cmd_set_scanout_blob()
1373 surf.x = req.r.x; in virtio_gpu_cmd_set_scanout_blob()
1374 surf.y = req.r.y; in virtio_gpu_cmd_set_scanout_blob()
[all …]
/devicemodel/include/
A Dvdisplay.h91 void vdpy_surface_set(int handle, int scanout_id, struct surface *surf);
92 void vdpy_surface_update(int handle, int scanout_id, struct surface *surf);
A Dvga.h170 struct surface surf; member

Completed in 23 milliseconds