Searched refs:VIRTIO_GPU_FLAG_FENCE (Results 1 – 3 of 3) sorted by relevance
125 #define VIRTIO_GPU_FLAG_FENCE (1 << 0) macro
595 if ctrl_hdr.flags.to_native() & VIRTIO_GPU_FLAG_FENCE != 0 { in process_descriptor()625 if flags & VIRTIO_GPU_FLAG_FENCE != 0 { in process_descriptor()
148 pub const VIRTIO_GPU_FLAG_FENCE: u32 = 1 << 0; constant