Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs226 pub ext_fragment_density_map: bool, field
679 ext_fragment_density_map: false, in empty()
970 || (self.ext_fragment_density_map && other.ext_fragment_density_map) in intersects()
1268 && (self.ext_fragment_density_map || !other.ext_fragment_density_map) in contains()
1617 ext_fragment_density_map: self.ext_fragment_density_map in union()
1618 || other.ext_fragment_density_map, in union()
2043 ext_fragment_density_map: self.ext_fragment_density_map in intersection()
2044 && other.ext_fragment_density_map, in intersection()
2469 ext_fragment_density_map: self.ext_fragment_density_map in difference()
2470 && !other.ext_fragment_density_map, in difference()
[all …]
Dspirv_reqs.rs1490 if !(device.enabled_extensions().ext_fragment_density_map) { in check_spirv_extension()
Dproperties.rs1480 if [device_extensions.ext_fragment_density_map] in make_chain()
Dfeatures.rs20348 if [device_extensions.ext_fragment_density_map] in make_chain()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/
Dformat.rs790 device_extensions: [ext_fragment_density_map],
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/
Dpipeline.rs314 device_extensions: [ext_fragment_density_map],
800 device_extensions: [ext_fragment_density_map],