Home
last modified time | relevance | path

Searched refs:VIRTIO_GPU_FILL_CMD (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-virgl.c199 VIRTIO_GPU_FILL_CMD(c2d); in virgl_cmd_create_resource_2d()
247 VIRTIO_GPU_FILL_CMD(c3d); in virgl_cmd_create_resource_3d()
297 VIRTIO_GPU_FILL_CMD(unref); in virgl_cmd_resource_unref()
336 VIRTIO_GPU_FILL_CMD(cc); in virgl_cmd_context_create()
365 VIRTIO_GPU_FILL_CMD(cd); in virgl_cmd_context_destroy()
387 VIRTIO_GPU_FILL_CMD(rf); in virgl_cmd_resource_flush()
405 VIRTIO_GPU_FILL_CMD(ss); in virgl_cmd_set_scanout()
462 VIRTIO_GPU_FILL_CMD(cs); in virgl_cmd_submit_3d()
492 VIRTIO_GPU_FILL_CMD(t2d); in virgl_cmd_transfer_to_host_2d()
516 VIRTIO_GPU_FILL_CMD(t3d); in virgl_cmd_transfer_to_host_3d()
[all …]
H A Dvirtio-gpu-rutabaga.c84 VIRTIO_GPU_FILL_CMD(c2d); in rutabaga_cmd_create_resource_2d()
122 VIRTIO_GPU_FILL_CMD(c3d); in rutabaga_cmd_create_resource_3d()
184 VIRTIO_GPU_FILL_CMD(unref); in rutabaga_cmd_resource_unref()
210 VIRTIO_GPU_FILL_CMD(cc); in rutabaga_cmd_context_create()
228 VIRTIO_GPU_FILL_CMD(cd); in rutabaga_cmd_context_destroy()
252 VIRTIO_GPU_FILL_CMD(rf); in rutabaga_cmd_resource_flush()
301 VIRTIO_GPU_FILL_CMD(ss); in rutabaga_cmd_set_scanout()
351 VIRTIO_GPU_FILL_CMD(cs); in rutabaga_cmd_submit_3d()
377 VIRTIO_GPU_FILL_CMD(t2d); in rutabaga_cmd_transfer_to_host_2d()
402 VIRTIO_GPU_FILL_CMD(t3d); in rutabaga_cmd_transfer_to_host_3d()
[all …]
H A Dvirtio-gpu.c215 VIRTIO_GPU_FILL_CMD(get_edid); in virtio_gpu_get_edid()
249 VIRTIO_GPU_FILL_CMD(c2d); in virtio_gpu_resource_create_2d()
322 VIRTIO_GPU_FILL_CMD(cblob); in virtio_gpu_resource_create_blob()
413 VIRTIO_GPU_FILL_CMD(unref); in virtio_gpu_resource_unref()
441 VIRTIO_GPU_FILL_CMD(t2d); in virtio_gpu_transfer_to_host_2d()
499 VIRTIO_GPU_FILL_CMD(rf); in virtio_gpu_resource_flush()
690 VIRTIO_GPU_FILL_CMD(ss); in virtio_gpu_set_scanout()
766 VIRTIO_GPU_FILL_CMD(ss); in virtio_gpu_set_scanout_blob()
915 VIRTIO_GPU_FILL_CMD(ab); in virtio_gpu_resource_attach_backing()
947 VIRTIO_GPU_FILL_CMD(detach); in virtio_gpu_resource_detach_backing()
[all …]
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h280 #define VIRTIO_GPU_FILL_CMD(out) do { \ macro