Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs428 pub google_decorate_string: bool, field
780 google_decorate_string: false, in empty()
1081 || (self.google_decorate_string && other.google_decorate_string) in intersects()
1380 && (self.google_decorate_string || !other.google_decorate_string) in contains()
1779 google_decorate_string: self.google_decorate_string || other.google_decorate_string, in union()
2205 google_decorate_string: self.google_decorate_string && other.google_decorate_string, in intersection()
2631 google_decorate_string: self.google_decorate_string && !other.google_decorate_string, in difference()
3057 google_decorate_string: self.google_decorate_string ^ other.google_decorate_string, in symmetric_difference()
4895 if self.google_decorate_string { in fmt()
6057 extensions.google_decorate_string = true; in from_iter()
[all …]
Dspirv_reqs.rs1483 if !(device.enabled_extensions().google_decorate_string) { in check_spirv_extension()