Home
last modified time | relevance | path

Searched refs:memory_object_id (Results 1 – 3 of 3) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/vk/
H A Ddefinitions.rs27668 pub memory_object_id: u64, field
27681 memory_object_id: u64::default(), in default()
27729 pub fn memory_object_id( in memory_object_id() method
27731 memory_object_id: u64, in memory_object_id()
27733 self.inner.memory_object_id = memory_object_id; in memory_object_id()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/vk/
H A Ddefinitions.rs27668 pub memory_object_id: u64, field
27681 memory_object_id: u64::default(), in default()
27729 pub fn memory_object_id( in memory_object_id() method
27731 memory_object_id: u64, in memory_object_id()
27733 self.inner.memory_object_id = memory_object_id; in memory_object_id()
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/vk/
H A Ddefinitions.rs25914 pub memory_object_id: u64, field
25927 memory_object_id: u64::default(), in default()
25968 pub fn memory_object_id(mut self, memory_object_id: u64) -> Self { in memory_object_id() method
25969 self.inner.memory_object_id = memory_object_id; in memory_object_id()