Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs534 pub nv_win32_keyed_mutex: bool, field
833 nv_win32_keyed_mutex: false, in empty()
1135 || (self.nv_win32_keyed_mutex && other.nv_win32_keyed_mutex) in intersects()
1434 && (self.nv_win32_keyed_mutex || !other.nv_win32_keyed_mutex) in contains()
1856 nv_win32_keyed_mutex: self.nv_win32_keyed_mutex || other.nv_win32_keyed_mutex, in union()
2282 nv_win32_keyed_mutex: self.nv_win32_keyed_mutex && other.nv_win32_keyed_mutex, in intersection()
2708 nv_win32_keyed_mutex: self.nv_win32_keyed_mutex && !other.nv_win32_keyed_mutex, in difference()
3134 nv_win32_keyed_mutex: self.nv_win32_keyed_mutex ^ other.nv_win32_keyed_mutex, in symmetric_difference()
5319 if self.nv_win32_keyed_mutex { in fmt()
6216 extensions.nv_win32_keyed_mutex = true; in from_iter()
[all …]