Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs276 pub ext_multisampled_render_to_single_sampled: bool, field
704 ext_multisampled_render_to_single_sampled: false, in empty()
996 || (self.ext_multisampled_render_to_single_sampled in intersects()
997 && other.ext_multisampled_render_to_single_sampled) in intersects()
1294 && (self.ext_multisampled_render_to_single_sampled in contains()
1295 || !other.ext_multisampled_render_to_single_sampled) in contains()
1652 ext_multisampled_render_to_single_sampled: self in union()
1653 .ext_multisampled_render_to_single_sampled in union()
1654 || other.ext_multisampled_render_to_single_sampled, in union()
2078 ext_multisampled_render_to_single_sampled: self in intersection()
[all …]
Dfeatures.rs20482 if [device_extensions.ext_multisampled_render_to_single_sampled] in make_chain()