Searched defs:num_planes (Results 1 – 4 of 4) sorted by relevance
/qemu/ui/ |
H A D | spice-display.c | 882 uint32_t num_planes, uint32_t format, in spice_server_gl_scanout() 908 int fd[DMABUF_MAX_PLANES], num_planes, fourcc; in spice_gl_switch() local 974 int fd[DMABUF_MAX_PLANES], num_planes; in qemu_spice_gl_scanout_texture() local 1098 int fds[DMABUF_MAX_PLANES], num_planes; in qemu_spice_gl_update() local 1123 uint32_t num_planes = qemu_dmabuf_get_num_planes(dmabuf); in qemu_spice_gl_update() local
|
H A D | dmabuf.c | 19 uint32_t num_planes; member 39 const int32_t *dmabuf_fd, uint32_t num_planes, in qemu_dmabuf_new()
|
H A D | egl-helpers.c | 293 EGLint *stride, EGLint *fourcc, int *num_planes, in egl_dmabuf_export_texture() 331 uint32_t num_planes = qemu_dmabuf_get_num_planes(dmabuf); in egl_dmabuf_import_texture() local
|
H A D | dbus-listener.c | 340 uint32_t num_planes = qemu_dmabuf_get_num_planes(dmabuf); in dbus_scanout_dmabuf_v2() local 588 int fd[DMABUF_MAX_PLANES], num_planes; in dbus_scanout_texture() local
|