Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Daspect.rs78 device_extensions: [ext_image_drm_format_modifier],
86 device_extensions: [ext_image_drm_format_modifier],
94 device_extensions: [ext_image_drm_format_modifier],
Dmod.rs376 device_extensions: [ext_image_drm_format_modifier],
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs250 pub ext_image_drm_format_modifier: bool, field
691 ext_image_drm_format_modifier: false, in empty()
983 || (self.ext_image_drm_format_modifier && other.ext_image_drm_format_modifier) in intersects()
1281 && (self.ext_image_drm_format_modifier || !other.ext_image_drm_format_modifier) in contains()
1637 ext_image_drm_format_modifier: self.ext_image_drm_format_modifier in union()
1638 || other.ext_image_drm_format_modifier, in union()
2063 ext_image_drm_format_modifier: self.ext_image_drm_format_modifier in intersection()
2064 && other.ext_image_drm_format_modifier, in intersection()
2489 ext_image_drm_format_modifier: self.ext_image_drm_format_modifier in difference()
2490 && !other.ext_image_drm_format_modifier, in difference()
[all …]
Dfns.rs220 pub ext_image_drm_format_modifier: ash::vk::ExtImageDrmFormatModifierFn, field
340 ext_image_drm_format_modifier: ash::vk::ExtImageDrmFormatModifierFn::load(&mut load_fn), in load()