Home
last modified time | relevance | path

Searched defs:present_modes (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.h72 uint32_t present_modes; //VkPresentModeKHR bitmask member
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.c261 static const VkPresentModeKHR present_modes[] = { variable
H A Dwsi_common_wayland.c693 static const VkPresentModeKHR present_modes[] = { variable
H A Dwsi_common_x11.c416 static const VkPresentModeKHR present_modes[] = { variable
H A Dwsi_common.c337 VkPresentModeKHR *present_modes; in wsi_swapchain_is_present_mode_supported() local
H A Dwsi_common_display.c1032 wsi_display_surface_get_present_modes(VkIcdSurfaceBase *surface, uint32_t *present_mode_count, VkPresentModeKHR *present_modes) wsi_display_surface_get_present_modes() argument
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dmain.cpp222 VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_MAILBOX_KHR, VK_PRESENT_MODE_IMMEDIATE_KHR, VK_PRESENT_MODE_FIFO_KHR }; in SetupVulkanWindow() local
224 VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_FIFO_KHR }; in SetupVulkanWindow() local
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dmain.cpp230 VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_MAILBOX_KHR, VK_PRESENT_MODE_IMMEDIATE_KHR, VK_PRESENT_MODE_FIFO_KHR }; in SetupVulkanWindow() local
232 VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_FIFO_KHR }; in SetupVulkanWindow() local

Completed in 15 milliseconds