Home
last modified time | relevance | path

Searched refs:khr_win32_surface (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/out/
Dinstance_extensions.rs34 pub khr_win32_surface: bool, field
109 khr_win32_surface: false, in empty()
161 || (self.khr_win32_surface && other.khr_win32_surface) in intersects()
206 && (self.khr_win32_surface || !other.khr_win32_surface) in contains()
264 khr_win32_surface: self.khr_win32_surface || other.khr_win32_surface, in union()
327 khr_win32_surface: self.khr_win32_surface && other.khr_win32_surface, in intersection()
390 khr_win32_surface: self.khr_win32_surface && !other.khr_win32_surface, in difference()
453 khr_win32_surface: self.khr_win32_surface ^ other.khr_win32_surface, in symmetric_difference()
652 if self.khr_win32_surface { in fmt()
903 extensions.khr_win32_surface = true; in from_iter()
[all …]
Dfns.rs56 pub khr_win32_surface: ash::vk::KhrWin32SurfaceFn, field
120 khr_win32_surface: ash::vk::KhrWin32SurfaceFn::load(&mut load_fn), in load()
/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dsurface.rs1030 if !instance.enabled_extensions().khr_win32_surface { in validate_from_win32()
1066 (fns.khr_win32_surface.create_win32_surface_khr)( in from_win32_unchecked()
/external/crosvm/gpu_display/src/vulkan/
Dpost_worker.rs572 khr_win32_surface: true,
/external/rust/android-crates-io/crates/vulkano/src/device/
Dphysical.rs2264 if !self.instance.enabled_extensions().khr_win32_surface { in validate_win32_presentation_support()
2289 (fns.khr_win32_surface in win32_presentation_support_unchecked()