Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/ext/
Dfull_screen_exclusive.rs88 let mut present_modes = mem::zeroed(); in get_device_group_surface_present_modes2() localVariable
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcore_validation.h109 std::vector<VkPresentModeKHR> present_modes; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.h87 uint32_t present_modes; //VkPresentModeKHR bitmask member
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_headless.c61 static const VkPresentModeKHR present_modes[] = { variable
H A Dwsi_common_metal.c41 static const VkPresentModeKHR present_modes[] = { variable
H A Dwsi_common.c505 VkPresentModeKHR *present_modes; in wsi_swapchain_is_present_mode_supported() local
H A Dwsi_common_x11.c460 static const VkPresentModeKHR present_modes[] = { variable
H A Dwsi_common_wayland.c1302 VkPresentModeKHR present_modes[3]; in wsi_wl_surface_get_present_modes() local
H A Dwsi_common_display.c1081 VkPresentModeKHR *present_modes) in wsi_display_surface_get_present_modes()
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/
H A Dpost_worker.rs151 let present_modes = physical_device in create_swapchain_create_info() localVariable
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp1250 std::vector<VkPresentModeKHR> present_modes; in GetPhysicalDeviceSurfacePresentModesKHR() local
2608 const VkSwapchainPresentModeInfoEXT* present_modes = nullptr; in QueuePresentKHR() local
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp573 std::vector<VkPresentModeKHR> present_modes; in InitSwapchain() local
/aosp_15_r20/external/rust/android-crates-io/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