Home
last modified time | relevance | path

Searched refs:init_features (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/
Dblock.rs54 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
60 init_features, in new()
Dnet.rs51 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
58 init_features, in new()
Dfs.rs58 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
65 init_features, in new()
Dhandler.rs37 init_features: u64, in new()
43 let acked_features = set_features(&mut vu, avail_features, init_features)?; in new()
/external/virglrenderer/src/
Dvrend_renderer.c995 static void init_features(int gl_ver, int gles_ver) in init_features() function
6180 init_features(gles ? 0 : gl_ver, in vrend_renderer_init()