Home
last modified time | relevance | path

Searched defs:present_modes (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/ash/src/extensions/ext/
Dfull_screen_exclusive.rs88 let mut present_modes = mem::zeroed(); in get_device_group_surface_present_modes2() localVariable
/external/mesa3d/src/gallium/drivers/zink/
Dzink_kopper.h87 uint32_t present_modes; //VkPresentModeKHR bitmask member
/external/vulkan-validation-layers/layers/
Dcore_validation.h109 std::vector<VkPresentModeKHR> present_modes; member
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_headless.c66 static const VkPresentModeKHR present_modes[] = { variable
Dwsi_common.c489 VkPresentModeKHR *present_modes; in wsi_swapchain_is_present_mode_supported() local
Dwsi_common_x11.c447 static const VkPresentModeKHR present_modes[] = { variable
Dwsi_common_wayland.c1283 VkPresentModeKHR present_modes[3]; in wsi_wl_surface_get_present_modes() local
Dwsi_common_display.c1080 VkPresentModeKHR *present_modes) in wsi_display_surface_get_present_modes()
/external/crosvm/gpu_display/src/vulkan/
Dpost_worker.rs151 let present_modes = physical_device in create_swapchain_create_info() localVariable
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp573 std::vector<VkPresentModeKHR> present_modes; in InitSwapchain() local
/external/rust/crates/ash/src/vk/
Ddefinitions.rs73016 pub fn present_modes(mut self, present_modes: &'a mut [PresentModeKHR]) -> Self { in present_modes() method
73211 pub fn present_modes(mut self, present_modes: &'a [PresentModeKHR]) -> Self { in present_modes() method
73275 pub fn present_modes(mut self, present_modes: &'a [PresentModeKHR]) -> Self { in present_modes() method