Searched defs:num_planes (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ui/ |
H A D | spice-display.c | 898 int *num_planes) in spice_gl_replace_fd_texture() 976 uint32_t num_planes, uint32_t format, in spice_server_gl_scanout() 1003 int fd[DMABUF_MAX_PLANES], num_planes, fourcc; in spice_gl_switch() local 1089 int fd[DMABUF_MAX_PLANES], num_planes, i; in qemu_spice_gl_scanout_texture() local 1189 int fds[DMABUF_MAX_PLANES], num_planes, fourcc; in spice_gl_blit_scanout_texture() local 1272 int fds[DMABUF_MAX_PLANES], num_planes; in qemu_spice_gl_update() local 1297 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() 337 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
|