Searched refs:width (Results 1 – 10 of 10) sorted by relevance
| /devicemodel/hw/ |
| A D | gc.c | 16 gc_init(int width, int height, void *fbaddr) in gc_init() argument 26 gc_image->width = width; in gc_init() 32 gc_image->data = calloc(width * height, sizeof(uint32_t)); in gc_init() 77 gc_resize(struct gfx_ctx *gc, int width, int height) in gc_resize() argument 82 gc_image->width = width; in gc_resize() 86 width * height * sizeof(uint32_t)); in gc_resize() 88 memset(gc_image->data, 0, width * height * in gc_resize()
|
| A D | vdisplay_sdl.c | 62 int width; member 153 uint32_t width; // mm member 161 uint32_t width; // mm member 175 b_param->h_pixel = width; in vdpy_edid_set_baseparam() 178 b_param->width = width; in vdpy_edid_set_baseparam() 205 frame->width = b_param->width; in vdpy_edid_set_frame() 567 info->width = vscr->info.width; in vdpy_get_display_info() 572 info->width = 0; in vdpy_get_display_info() 664 vscr->surf.width = 0; in vdpy_surface_set() 754 attrs[i++] = surf->width; in vdpy_surface_set() [all …]
|
| A D | vga.c | 167 old_width = vd->gc_image->width; in vga_check_size() 303 vd->gc_image->width * vd->gc_image->height * in vga_render() 1440 vga->surf.width = 0; in vga_vbe_write() 1454 vga->gc->gc_image->width = 0; in vga_vbe_write()
|
| /devicemodel/include/ |
| A D | gc.h | 36 int width; member 47 struct gfx_ctx *gc_init(int width, int height, void *fbaddr); 50 void gc_resize(struct gfx_ctx *gc, int width, int height);
|
| A D | vdisplay.h | 47 uint32_t width; member 62 uint32_t width; member 82 uint32_t width; member
|
| A D | iodev.h | 38 u_int width; member
|
| A D | pciio.h | 109 int width; /* width (in bytes) of read or write */ member
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_gpu.c | 599 resp.pmodes[i].r.width = info.width; in virtio_gpu_cmd_get_display_info() 712 r2d->width = req.width; in virtio_gpu_cmd_resource_create_2d() 900 (req.r.width > r2d->width) || in virtio_gpu_cmd_set_scanout() 902 (req.r.x + req.r.width) > (r2d->width) || in virtio_gpu_cmd_set_scanout() 914 surf.width = req.r.width; in virtio_gpu_cmd_set_scanout() 966 (req.r.width > r2d->width) || in virtio_gpu_cmd_transfer_to_host_2d() 968 (req.r.x + req.r.width > r2d->width) || in virtio_gpu_cmd_transfer_to_host_2d() 978 width = (req.r.width < r2d->width) ? req.r.width : r2d->width; in virtio_gpu_cmd_transfer_to_host_2d() 1104 surf.width = gpu_scanout->scanout_rect.width; in virtio_gpu_cmd_resource_flush() 1371 surf.width = req.r.width; in virtio_gpu_cmd_set_scanout_blob() [all …]
|
| /devicemodel/hw/pci/ |
| A D | passthrough.c | 75 read_config(struct pci_device *phys_dev, long reg, int width) in read_config() argument 79 switch (width) { in read_config() 98 write_config(struct pci_device *phys_dev, long reg, int width, uint32_t data) in write_config() argument 102 switch (width) { in write_config()
|
| /devicemodel/hw/platform/ |
| A D | usb_mouse.c | 271 dev->um_report.x = MOUSE_MAX_X * x / gc->width; in umouse_event()
|
Completed in 30 milliseconds