/qemu/hw/display/ |
H A D | virtio-gpu-virgl.c | 33 virtio_gpu_virgl_find_resource(VirtIOGPU *g, uint32_t resource_id) in virtio_gpu_virgl_find_resource() 56 struct VirtIOGPU *g; member 68 VirtIOGPU *g = opaque; in virtio_gpu_virgl_resume_cmdq_bh() local 96 virtio_gpu_virgl_map_resource_blob(VirtIOGPU *g, in virtio_gpu_virgl_map_resource_blob() 141 virtio_gpu_virgl_unmap_resource_blob(VirtIOGPU *g, in virtio_gpu_virgl_unmap_resource_blob() 192 static void virgl_cmd_create_resource_2d(VirtIOGPU *g, in virgl_cmd_create_resource_2d() 240 static void virgl_cmd_create_resource_3d(VirtIOGPU *g, in virgl_cmd_create_resource_3d() 288 static void virgl_cmd_resource_unref(VirtIOGPU *g, in virgl_cmd_resource_unref() 331 static void virgl_cmd_context_create(VirtIOGPU *g, in virgl_cmd_context_create() 360 static void virgl_cmd_context_destroy(VirtIOGPU *g, in virgl_cmd_context_destroy() [all …]
|
H A D | virtio-gpu.c | 45 void virtio_gpu_update_cursor_data(VirtIOGPU *g, in virtio_gpu_update_cursor_data() 78 static void update_cursor(VirtIOGPU *g, struct virtio_gpu_update_cursor *cursor) in update_cursor() 117 virtio_gpu_find_resource(VirtIOGPU *g, uint32_t resource_id) in virtio_gpu_find_resource() 130 virtio_gpu_find_check_resource(VirtIOGPU *g, uint32_t resource_id, in virtio_gpu_find_check_resource() 160 void virtio_gpu_ctrl_response(VirtIOGPU *g, in virtio_gpu_ctrl_response() 184 void virtio_gpu_ctrl_response_nodata(VirtIOGPU *g, in virtio_gpu_ctrl_response_nodata() 195 void virtio_gpu_get_display_info(VirtIOGPU *g, in virtio_gpu_get_display_info() 208 void virtio_gpu_get_edid(VirtIOGPU *g, in virtio_gpu_get_edid() 242 static void virtio_gpu_resource_create_2d(VirtIOGPU *g, in virtio_gpu_resource_create_2d() 315 static void virtio_gpu_resource_create_blob(VirtIOGPU *g, in virtio_gpu_resource_create_blob() [all …]
|
H A D | virtio-gpu-base.c | 24 virtio_gpu_base_reset(VirtIOGPUBase *g) in virtio_gpu_base_reset() 41 virtio_gpu_base_fill_display_info(VirtIOGPUBase *g, in virtio_gpu_base_fill_display_info() 56 virtio_gpu_base_generate_edid(VirtIOGPUBase *g, int scanout, in virtio_gpu_base_generate_edid() 83 static void virtio_gpu_notify_event(VirtIOGPUBase *g, uint32_t event_type) in virtio_gpu_notify_event() 91 VirtIOGPUBase *g = opaque; in virtio_gpu_ui_info() local 118 VirtIOGPUBase *g = opaque; in virtio_gpu_gl_flushed() local 129 VirtIOGPUBase *g = opaque; in virtio_gpu_gl_block() local 146 VirtIOGPUBase *g = opaque; in virtio_gpu_get_flags() local 176 VirtIOGPUBase *g = VIRTIO_GPU_BASE(qdev); in virtio_gpu_base_device_realize() local 222 VirtIOGPUBase *g = VIRTIO_GPU_BASE(vdev); in virtio_gpu_base_get_features() local [all …]
|
H A D | virtio-gpu-rutabaga.c | 32 virtio_gpu_rutabaga_update_cursor(VirtIOGPU *g, struct virtio_gpu_scanout *s, in virtio_gpu_rutabaga_update_cursor() 69 VirtIOGPU *g = VIRTIO_GPU(b); in virtio_gpu_rutabaga_gl_flushed() local 74 rutabaga_cmd_create_resource_2d(VirtIOGPU *g, in rutabaga_cmd_create_resource_2d() 112 rutabaga_cmd_create_resource_3d(VirtIOGPU *g, in rutabaga_cmd_create_resource_3d() 151 virtio_gpu_rutabaga_resource_unref(VirtIOGPU *g, in virtio_gpu_rutabaga_resource_unref() 176 rutabaga_cmd_resource_unref(VirtIOGPU *g, in rutabaga_cmd_resource_unref() 202 rutabaga_cmd_context_create(VirtIOGPU *g, in rutabaga_cmd_context_create() 220 rutabaga_cmd_context_destroy(VirtIOGPU *g, in rutabaga_cmd_context_destroy() 236 rutabaga_cmd_resource_flush(VirtIOGPU *g, struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_resource_flush() 289 rutabaga_cmd_set_scanout(VirtIOGPU *g, struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_set_scanout() [all …]
|
H A D | virtio-gpu-gl.c | 28 static void virtio_gpu_gl_update_cursor_data(VirtIOGPU *g, in virtio_gpu_gl_update_cursor_data() 58 VirtIOGPU *g = VIRTIO_GPU(b); in virtio_gpu_gl_flushed() local 65 VirtIOGPU *g = VIRTIO_GPU(vdev); in virtio_gpu_gl_handle_ctrl() local 106 VirtIOGPU *g = VIRTIO_GPU(vdev); in virtio_gpu_gl_reset() local 124 VirtIOGPU *g = VIRTIO_GPU(qdev); in virtio_gpu_gl_device_realize() local 166 VirtIOGPU *g = VIRTIO_GPU(qdev); in virtio_gpu_gl_device_unrealize() local
|
H A D | vhost-user-gpu.c | 123 vhost_user_gpu_handle_cursor(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_cursor() 153 vhost_user_gpu_send_msg(VhostUserGPU *g, const VhostUserGpuMsg *msg) in vhost_user_gpu_send_msg() 160 vhost_user_gpu_unblock(VhostUserGPU *g) in vhost_user_gpu_unblock() 171 vhost_user_gpu_handle_display(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_display() 359 VhostUserGPU *g = opaque; in vhost_user_gpu_chr_read() local 412 vhost_user_gpu_update_blocked(VhostUserGPU *g, bool blocked) in vhost_user_gpu_update_blocked() 421 VhostUserGPU *g = VHOST_USER_GPU(b); in vhost_user_gpu_gl_flushed() local 432 vhost_user_gpu_do_set_socket(VhostUserGPU *g, Error **errp) in vhost_user_gpu_do_set_socket() 473 VhostUserGPU *g = VHOST_USER_GPU(vdev); in vhost_user_gpu_get_config() local 500 VhostUserGPU *g = VHOST_USER_GPU(vdev); in vhost_user_gpu_set_config() local [all …]
|
H A D | virtio-vga.c | 13 VirtIOGPUBase *g = vvga->vgpu; in virtio_vga_base_invalidate_display() local 25 VirtIOGPUBase *g = vvga->vgpu; in virtio_vga_base_update_display() local 37 VirtIOGPUBase *g = vvga->vgpu; in virtio_vga_base_text_update() local 53 VirtIOGPUBase *g = vvga->vgpu; in virtio_vga_base_ui_info() local 63 VirtIOGPUBase *g = vvga->vgpu; in virtio_vga_base_gl_block() local 73 VirtIOGPUBase *g = vvga->vgpu; in virtio_vga_base_get_flags() local 103 VirtIOGPUBase *g = vvga->vgpu; in virtio_vga_base_realize() local
|
H A D | vga-helpers.h | 337 uint32_t v, r, g, b; in vga_draw_line15_le() local 356 uint32_t v, r, g, b; in vga_draw_line15_be() local 378 uint32_t v, r, g, b; in vga_draw_line16_le() local 397 uint32_t v, r, g, b; in vga_draw_line16_be() local 419 uint32_t r, g, b; in vga_draw_line24_le() local 437 uint32_t r, g, b; in vga_draw_line24_be() local 458 uint32_t r, g, b; in vga_draw_line32_le() local 476 uint32_t r, g, b; in vga_draw_line32_be() local
|
H A D | virtio-gpu-udmabuf.c | 161 static void virtio_gpu_free_dmabuf(VirtIOGPU *g, VGPUDMABuf *dmabuf) in virtio_gpu_free_dmabuf() 173 *virtio_gpu_create_dmabuf(VirtIOGPU *g, in virtio_gpu_create_dmabuf() 199 int virtio_gpu_update_dmabuf(VirtIOGPU *g, in virtio_gpu_update_dmabuf()
|
H A D | pl110_template.h | 149 unsigned int r, g, b; in glue() local 195 unsigned int r, g, b; in glue() local 226 unsigned int r, g, b; in glue() local 264 unsigned int r, g, b; in glue() local
|
H A D | omap_lcdc.c | 80 uint8_t v, r, g, b; in draw_line2_32() local 119 uint8_t v, r, g, b; in draw_line4_32() local 146 uint8_t v, r, g, b; in draw_line8_32() local 166 uint8_t r, g, b; in draw_line12_32() local 186 uint8_t r, g, b; in draw_line16_32() local
|
H A D | virtio-gpu-udmabuf-stubs.c | 20 int virtio_gpu_update_dmabuf(VirtIOGPU *g, in virtio_gpu_update_dmabuf()
|
H A D | macfb.c | 132 uint8_t r, g, b; in macfb_draw_line1() local 152 uint8_t r, g, b; in macfb_draw_line2() local 172 uint8_t r, g, b; in macfb_draw_line4() local 192 uint8_t r, g, b; in macfb_draw_line8() local 210 uint8_t r, g, b; in macfb_draw_line16() local 230 uint8_t r, g, b; in macfb_draw_line24() local
|
/qemu/contrib/vhost-user-gpu/ |
H A D | virgl.c | 22 vg_virgl_update_cursor_data(VuGpu *g, uint32_t resource_id, in vg_virgl_update_cursor_data() 38 virgl_cmd_context_create(VuGpu *g, in virgl_cmd_context_create() 50 virgl_cmd_context_destroy(VuGpu *g, in virgl_cmd_context_destroy() 61 virgl_cmd_create_resource_2d(VuGpu *g, in virgl_cmd_create_resource_2d() 84 virgl_cmd_create_resource_3d(VuGpu *g, in virgl_cmd_create_resource_3d() 107 virgl_cmd_resource_unref(VuGpu *g, in virgl_cmd_resource_unref() 131 virgl_cmd_get_capset_info(VuGpu *g, in virgl_cmd_get_capset_info() 170 virgl_cmd_get_capset(VuGpu *g, in virgl_cmd_get_capset() 196 virgl_cmd_submit_3d(VuGpu *g, in virgl_cmd_submit_3d() 221 virgl_cmd_transfer_to_host_2d(VuGpu *g, in virgl_cmd_transfer_to_host_2d() [all …]
|
H A D | vhost-user-gpu.c | 111 vg_sock_fd_close(VuGpu *g) in vg_sock_fd_close() 122 VuGpu *g = user_data; in source_wait_cb() local 136 vg_wait_ok(VuGpu *g) in vg_wait_ok() 191 vg_recv_msg(VuGpu *g, uint32_t expect_req, uint32_t expect_size, in vg_recv_msg() 218 virtio_gpu_find_resource(VuGpu *g, uint32_t resource_id) in virtio_gpu_find_resource() 231 vg_ctrl_response(VuGpu *g, in vg_ctrl_response() 255 vg_ctrl_response_nodata(VuGpu *g, in vg_ctrl_response_nodata() 354 vg_resource_create_2d(VuGpu *g, in vg_resource_create_2d() 410 vg_disable_scanout(VuGpu *g, int scanout_id) in vg_disable_scanout() 438 vg_resource_destroy(VuGpu *g, in vg_resource_destroy() [all …]
|
/qemu/include/ui/ |
H A D | pixel_ops.h | 1 static inline unsigned int rgb_to_pixel8(unsigned int r, unsigned int g, in rgb_to_pixel8() 7 static inline unsigned int rgb_to_pixel15(unsigned int r, unsigned int g, in rgb_to_pixel15() 13 static inline unsigned int rgb_to_pixel15bgr(unsigned int r, unsigned int g, in rgb_to_pixel15bgr() 19 static inline unsigned int rgb_to_pixel16(unsigned int r, unsigned int g, in rgb_to_pixel16() 25 static inline unsigned int rgb_to_pixel16bgr(unsigned int r, unsigned int g, in rgb_to_pixel16bgr() 31 static inline unsigned int rgb_to_pixel24(unsigned int r, unsigned int g, in rgb_to_pixel24() 37 static inline unsigned int rgb_to_pixel24bgr(unsigned int r, unsigned int g, in rgb_to_pixel24bgr() 43 static inline unsigned int rgb_to_pixel32(unsigned int r, unsigned int g, in rgb_to_pixel32() 49 static inline unsigned int rgb_to_pixel32bgr(unsigned int r, unsigned int g, in rgb_to_pixel32bgr()
|
/qemu/tests/functional/ |
H A D | reverse_debugging.py | 62 def get_reg_le(g, reg): argument 70 def get_reg_be(g, reg): argument 74 def get_reg(self, g, reg): argument 81 def get_pc(self, g): argument 84 def check_pc(self, g, addr): argument 90 def gdb_step(g): argument 94 def gdb_bstep(g): argument
|
H A D | test_x86_64_reverse_debug.py | 24 def get_pc(self, g): argument
|
/qemu/ui/ |
H A D | vnc-enc-zywrle.h | 215 #define ZYWRLE_LOAD_PIXEL15(src, r, g, b) \ argument 223 #define ZYWRLE_SAVE_PIXEL15(dst, r, g, b) \ argument 234 #define ZYWRLE_LOAD_PIXEL16(src, r, g, b) \ argument 242 #define ZYWRLE_SAVE_PIXEL16(dst, r, g,b) \ argument 253 #define ZYWRLE_LOAD_PIXEL32(src, r, g, b) \ argument 259 #define ZYWRLE_SAVE_PIXEL32(dst, r, g, b) \ argument 472 #define ZYWRLE_LOAD_COEFF(src, r, g, b) \ argument 479 #define ZYWRLE_SAVE_COEFF(dst, r, g, b) \ argument 503 #define ZYWRLE_RGBYUV_(r, g, b, y, u, v, ymask, uvmask) \ argument
|
H A D | vnc-enc-zywrle-template.c | 110 int r, g, b; in ZYWRLE_RGBYUV() local 139 int r, g, b; in ZYWRLE_ANALYZE() local
|
/qemu/system/ |
H A D | memory_mapping.c | 198 static void guest_phys_block_add_section(GuestPhysListener *g, in guest_phys_block_add_section() 254 GuestPhysListener *g = opaque; in guest_phys_ram_populate_cb() local 263 GuestPhysListener *g = container_of(listener, GuestPhysListener, listener); in guest_phys_blocks_region_add() local 287 GuestPhysListener g = { 0 }; in guest_phys_blocks_append() local
|
/qemu/tcg/ |
H A D | tcg-op-gvec.c | 1200 uint32_t oprsz, uint32_t maxsz, const GVecGen2 *g) in tcg_gen_gvec_2() 1264 uint32_t maxsz, int64_t c, const GVecGen2i *g) in tcg_gen_gvec_2i() 1333 uint32_t maxsz, TCGv_i64 c, const GVecGen2s *g) in tcg_gen_gvec_2s() 1410 uint32_t oprsz, uint32_t maxsz, const GVecGen3 *g) in tcg_gen_gvec_3() 1477 const GVecGen3i *g) in tcg_gen_gvec_3i() 1545 uint32_t oprsz, uint32_t maxsz, const GVecGen4 *g) in tcg_gen_gvec_4() 1615 const GVecGen4i *g) in tcg_gen_gvec_4i() 1693 static const GVecGen2 g = { in tcg_gen_gvec_mov() local 1842 static const GVecGen2 g = { in tcg_gen_gvec_not() local 1937 static const GVecGen3 g[4] = { in tcg_gen_gvec_add() local [all …]
|
/qemu/audio/ |
H A D | paaudio.c | 33 paaudio *g; member 41 paaudio *g; member 520 paaudio *g = pa->g = drv_opaque; in qpa_init_out() local 569 paaudio *g = pa->g = drv_opaque; in qpa_init_in() local 823 paaudio *g; in qpa_audio_init() local 901 paaudio *g = opaque; in qpa_audio_fini() local
|
/qemu/include/qemu/ |
H A D | xxhash.h | 52 uint32_t g, uint32_t h) in qemu_xxhash8() 128 uint32_t g) in qemu_xxhash7()
|
/qemu/hw/acpi/ |
H A D | cpu_hotplug.c | 62 static void acpi_set_cpu_present_bit(AcpiCpuHotplug *g, CPUState *cpu, in acpi_set_cpu_present_bit() 80 AcpiCpuHotplug *g, DeviceState *dev, Error **errp) in legacy_acpi_cpu_plug_cb()
|