Home
last modified time | relevance | path

Searched defs:init_features (Results 1 – 11 of 11) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/vmm/
Dsnd.rs39 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
Dconsole.rs36 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
Dwl.rs35 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
Dvsock.rs31 let init_features = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
Dnet.rs48 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
Dfs.rs54 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
Dmac80211_hwsim.rs50 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
Dblock.rs49 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
Dgpu.rs72 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs983 let init_features = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in test_vhost_user_activate() localVariable
/external/virglrenderer/src/
Dvrend_renderer.c1068 static void init_features(int gl_ver, int gles_ver) in init_features() function