Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs322 pub ext_scalar_block_layout: bool, field
727 ext_scalar_block_layout: false, in empty()
1023 || (self.ext_scalar_block_layout && other.ext_scalar_block_layout) in intersects()
1321 && (self.ext_scalar_block_layout || !other.ext_scalar_block_layout) in contains()
1689 ext_scalar_block_layout: self.ext_scalar_block_layout || other.ext_scalar_block_layout, in union()
2115 ext_scalar_block_layout: self.ext_scalar_block_layout && other.ext_scalar_block_layout, in intersection()
2541 ext_scalar_block_layout: self.ext_scalar_block_layout && !other.ext_scalar_block_layout, in difference()
2967 ext_scalar_block_layout: self.ext_scalar_block_layout ^ other.ext_scalar_block_layout, in symmetric_difference()
4471 if self.ext_scalar_block_layout { in fmt()
5898 extensions.ext_scalar_block_layout = true; in from_iter()
[all …]
Dfeatures.rs19703 device_extensions.ext_scalar_block_layout, in make_chain()