Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs162 pub khr_win32_keyed_mutex: bool, field
647 khr_win32_keyed_mutex: false, in empty()
935 || (self.khr_win32_keyed_mutex && other.khr_win32_keyed_mutex) in intersects()
1233 && (self.khr_win32_keyed_mutex || !other.khr_win32_keyed_mutex) in contains()
1567 khr_win32_keyed_mutex: self.khr_win32_keyed_mutex || other.khr_win32_keyed_mutex, in union()
1993 khr_win32_keyed_mutex: self.khr_win32_keyed_mutex && other.khr_win32_keyed_mutex, in intersection()
2419 khr_win32_keyed_mutex: self.khr_win32_keyed_mutex && !other.khr_win32_keyed_mutex, in difference()
2845 khr_win32_keyed_mutex: self.khr_win32_keyed_mutex ^ other.khr_win32_keyed_mutex, in symmetric_difference()
3831 if self.khr_win32_keyed_mutex { in fmt()
5658 extensions.khr_win32_keyed_mutex = true; in from_iter()
[all …]