Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs104 pub khr_relaxed_block_layout: bool, field
618 khr_relaxed_block_layout: false, in empty()
905 || (self.khr_relaxed_block_layout && other.khr_relaxed_block_layout) in intersects()
1200 && (self.khr_relaxed_block_layout || !other.khr_relaxed_block_layout) in contains()
1523 khr_relaxed_block_layout: self.khr_relaxed_block_layout in union()
1524 || other.khr_relaxed_block_layout, in union()
1949 khr_relaxed_block_layout: self.khr_relaxed_block_layout in intersection()
1950 && other.khr_relaxed_block_layout, in intersection()
2375 khr_relaxed_block_layout: self.khr_relaxed_block_layout in difference()
2376 && !other.khr_relaxed_block_layout, in difference()
[all …]