Home
last modified time | relevance | path

Searched refs:present_mode (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdebug.c176 gst_vulkan_present_mode_to_string (VkPresentModeKHR present_mode) in gst_vulkan_present_mode_to_string() argument
178 switch (present_mode) { in gst_vulkan_present_mode_to_string()
Dgstvkdebug.h70 …ar * gst_vulkan_present_mode_to_string (VkPresentModeKHR present_mode);
Dgstvkswapper.c725 VkPresentModeKHR present_mode; in _allocate_swapchain() local
773 present_mode = VK_PRESENT_MODE_FIFO_KHR; in _allocate_swapchain()
782 present_mode = VK_PRESENT_MODE_MAILBOX_KHR; in _allocate_swapchain()
785 if ((present_mode != VK_PRESENT_MODE_MAILBOX_KHR) && in _allocate_swapchain()
787 present_mode = VK_PRESENT_MODE_IMMEDIATE_KHR; in _allocate_swapchain()
791 gst_vulkan_present_mode_to_string (present_mode)); in _allocate_swapchain()
873 .presentMode = present_mode, in _allocate_swapchain()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c1149 if (chain->base.present_mode == VK_PRESENT_MODE_IMMEDIATE_KHR || in x11_present_to_x11_dri3()
1150 (chain->base.present_mode == VK_PRESENT_MODE_MAILBOX_KHR && in x11_present_to_x11_dri3()
1152 chain->base.present_mode == VK_PRESENT_MODE_FIFO_RELAXED_KHR) in x11_present_to_x11_dri3()
1287 VkPresentModeKHR present_mode) in x11_needs_wait_for_fences() argument
1293 switch (present_mode) { in x11_needs_wait_for_fences()
1333 chain->base.present_mode)) { in x11_manage_fifo_queues()
1708 VkPresentModeKHR present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in x11_surface_create_swapchain() local
1721 else if (x11_needs_wait_for_fences(wsi_device, wsi_conn, present_mode)) in x11_surface_create_swapchain()
1752 chain->base.present_mode = present_mode; in x11_surface_create_swapchain()
1830 if ((chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR || in x11_surface_create_swapchain()
[all …]
Dwsi_common.c49 const char *present_mode; in wsi_device_init() local
137 present_mode = getenv("MESA_VK_WSI_PRESENT_MODE"); in wsi_device_init()
138 if (present_mode) { in wsi_device_init()
139 if (!strcmp(present_mode, "fifo")) { in wsi_device_init()
141 } else if (!strcmp(present_mode, "relaxed")) { in wsi_device_init()
143 } else if (!strcmp(present_mode, "mailbox")) { in wsi_device_init()
145 } else if (!strcmp(present_mode, "immediate")) { in wsi_device_init()
Dwsi_common_private.h55 VkPresentModeKHR present_mode; member
Dwsi_common_wayland.c920 VkPresentModeKHR present_mode; member
1050 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) { in wsi_wl_swapchain_queue_present()
1075 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) { in wsi_wl_swapchain_queue_present()
1253 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in wsi_wl_surface_create_swapchain()
Dwsi_common_win32.c631 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info); in wsi_win32_surface_create_swapchain()
Dwsi_common_display.c1832 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info); in wsi_display_surface_create_swapchain()
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/
Dvk-wsi-PASS.txt46 dEQP-VK.wsi.xcb.swapchain.create.present_mode
63 dEQP-VK.wsi.xcb.swapchain.simulate_oom.present_mode
85 dEQP-VK.wsi.xlib.swapchain.create.present_mode
102 dEQP-VK.wsi.xlib.swapchain.simulate_oom.present_mode
Dvk-wsi.txt2184 dEQP-VK.wsi.xlib.swapchain.create.present_mode
2195 dEQP-VK.wsi.xlib.swapchain.simulate_oom.present_mode
2599 dEQP-VK.wsi.xcb.swapchain.create.present_mode
2610 dEQP-VK.wsi.xcb.swapchain.simulate_oom.present_mode
3012 dEQP-VK.wsi.wayland.swapchain.create.present_mode
3023 dEQP-VK.wsi.wayland.swapchain.simulate_oom.present_mode
3427 dEQP-VK.wsi.android.swapchain.create.present_mode
3438 dEQP-VK.wsi.android.swapchain.simulate_oom.present_mode
4563 dEQP-VK.wsi.win32.swapchain.create.present_mode
4574 dEQP-VK.wsi.win32.swapchain.simulate_oom.present_mode
[all …]
Dvk-wsi-NOT_SUPPORTED.txt2146 dEQP-VK.protected_memory.interaction.wsi.android.swapchain.create.present_mode
2157 dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.create.present_mode
2168 dEQP-VK.protected_memory.interaction.wsi.wayland.swapchain.create.present_mode
2179 dEQP-VK.protected_memory.interaction.wsi.win32.swapchain.create.present_mode
2190 dEQP-VK.protected_memory.interaction.wsi.xcb.swapchain.create.present_mode
2201 dEQP-VK.protected_memory.interaction.wsi.xlib.swapchain.create.present_mode
3318 dEQP-VK.wsi.android.swapchain.create.present_mode
3337 dEQP-VK.wsi.android.swapchain.simulate_oom.present_mode
3745 dEQP-VK.wsi.macos.swapchain.create.present_mode
3763 dEQP-VK.wsi.macos.swapchain.simulate_oom.present_mode
[all …]
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_device.cc312 VkPresentModeKHR* present_mode) const { in ChoosePresentMode()
313 if (!surface.IsValid() || present_mode == nullptr) { in ChoosePresentMode()
327 *present_mode = VK_PRESENT_MODE_FIFO_KHR; in ChoosePresentMode()
Dvulkan_swapchain.cc81 VkPresentModeKHR present_mode = VK_PRESENT_MODE_FIFO_KHR; in VulkanSwapchain() local
82 if (!device_.ChoosePresentMode(surface, &present_mode)) { in VulkanSwapchain()
132 .presentMode = present_mode, in VulkanSwapchain()
Dvulkan_device.h58 VkPresentModeKHR* present_mode) const;
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.h69 … ImGui_ImplVulkanH_GetMinImageCountFromPresentMode(VkPresentModeKHR present_mode);
Dimgui_impl_vulkan.cpp890 int ImGui_ImplVulkanH_GetMinImageCountFromPresentMode(VkPresentModeKHR present_mode) in ImGui_ImplVulkanH_GetMinImageCountFromPresentMode() argument
892 if (present_mode == VK_PRESENT_MODE_MAILBOX_KHR) in ImGui_ImplVulkanH_GetMinImageCountFromPresentMode()
894 … if (present_mode == VK_PRESENT_MODE_FIFO_KHR || present_mode == VK_PRESENT_MODE_FIFO_RELAXED_KHR) in ImGui_ImplVulkanH_GetMinImageCountFromPresentMode()
896 if (present_mode == VK_PRESENT_MODE_IMMEDIATE_KHR) in ImGui_ImplVulkanH_GetMinImageCountFromPresentMode()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.h101 … ImGui_ImplVulkanH_GetMinImageCountFromPresentMode(VkPresentModeKHR present_mode);
Dimgui_impl_vulkan.cpp1214 int ImGui_ImplVulkanH_GetMinImageCountFromPresentMode(VkPresentModeKHR present_mode) in ImGui_ImplVulkanH_GetMinImageCountFromPresentMode() argument
1216 if (present_mode == VK_PRESENT_MODE_MAILBOX_KHR) in ImGui_ImplVulkanH_GetMinImageCountFromPresentMode()
1218 … if (present_mode == VK_PRESENT_MODE_FIFO_KHR || present_mode == VK_PRESENT_MODE_FIFO_RELAXED_KHR) in ImGui_ImplVulkanH_GetMinImageCountFromPresentMode()
1220 if (present_mode == VK_PRESENT_MODE_IMMEDIATE_KHR) in ImGui_ImplVulkanH_GetMinImageCountFromPresentMode()
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/
Dwsi.txt13 dEQP-VK.wsi.android.swapchain.private_data.present_mode
47 dEQP-VK.wsi.macos.swapchain.private_data.present_mode
92 dEQP-VK.wsi.headless.swapchain.create.present_mode
104 dEQP-VK.wsi.headless.swapchain.simulate_oom.present_mode
130 dEQP-VK.wsi.headless.swapchain.private_data.present_mode
Dprotected-memory.txt9 dEQP-VK.protected_memory.interaction.wsi.headless.swapchain.create.present_mode
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Dwsi.txt26 dEQP-VK.wsi.xlib.swapchain.create.present_mode
38 dEQP-VK.wsi.xlib.swapchain.simulate_oom.present_mode
63 dEQP-VK.wsi.xlib.swapchain.private_data.present_mode
481 dEQP-VK.wsi.xcb.swapchain.create.present_mode
493 dEQP-VK.wsi.xcb.swapchain.simulate_oom.present_mode
518 dEQP-VK.wsi.xcb.swapchain.private_data.present_mode
934 dEQP-VK.wsi.wayland.swapchain.create.present_mode
946 dEQP-VK.wsi.wayland.swapchain.simulate_oom.present_mode
972 dEQP-VK.wsi.wayland.swapchain.private_data.present_mode
1389 dEQP-VK.wsi.android.swapchain.create.present_mode
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dwsi.txt26 dEQP-VK.wsi.xlib.swapchain.create.present_mode
38 dEQP-VK.wsi.xlib.swapchain.simulate_oom.present_mode
63 dEQP-VK.wsi.xlib.swapchain.private_data.present_mode
481 dEQP-VK.wsi.xcb.swapchain.create.present_mode
493 dEQP-VK.wsi.xcb.swapchain.simulate_oom.present_mode
518 dEQP-VK.wsi.xcb.swapchain.private_data.present_mode
934 dEQP-VK.wsi.wayland.swapchain.create.present_mode
946 dEQP-VK.wsi.wayland.swapchain.simulate_oom.present_mode
972 dEQP-VK.wsi.wayland.swapchain.private_data.present_mode
1389 dEQP-VK.wsi.android.swapchain.create.present_mode
[all …]
/third_party/vk-gl-cts/android/cts/master/vk-master/
Dwsi.txt23 dEQP-VK.wsi.android.swapchain.create.present_mode
35 dEQP-VK.wsi.android.swapchain.simulate_oom.present_mode
61 dEQP-VK.wsi.android.swapchain.private_data.present_mode
839 dEQP-VK.wsi.macos.swapchain.create.present_mode
851 dEQP-VK.wsi.macos.swapchain.simulate_oom.present_mode
876 dEQP-VK.wsi.macos.swapchain.private_data.present_mode
1292 dEQP-VK.wsi.headless.swapchain.create.present_mode
1304 dEQP-VK.wsi.headless.swapchain.simulate_oom.present_mode
1330 dEQP-VK.wsi.headless.swapchain.private_data.present_mode
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Dwsi.txt21 dEQP-VK.wsi.android.swapchain.create.present_mode
31 dEQP-VK.wsi.android.swapchain.simulate_oom.present_mode
792 dEQP-VK.wsi.macos.swapchain.create.present_mode
802 dEQP-VK.wsi.macos.swapchain.simulate_oom.present_mode

12