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/ |
D | aspect.rs | 78 device_extensions: [ext_image_drm_format_modifier], 86 device_extensions: [ext_image_drm_format_modifier], 94 device_extensions: [ext_image_drm_format_modifier],
|
D | mod.rs | 376 device_extensions: [ext_image_drm_format_modifier],
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/ |
D | device_extensions.rs | 250 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 …]
|
D | fns.rs | 220 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()
|