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