/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkdebug.c | 176 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()
|
D | gstvkdebug.h | 70 …ar * gst_vulkan_present_mode_to_string (VkPresentModeKHR present_mode);
|
D | gstvkswapper.c | 725 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/ |
D | wsi_common_x11.c | 1149 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 …]
|
D | wsi_common.c | 49 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()
|
D | wsi_common_private.h | 55 VkPresentModeKHR present_mode; member
|
D | wsi_common_wayland.c | 920 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()
|
D | wsi_common_win32.c | 631 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info); in wsi_win32_surface_create_swapchain()
|
D | wsi_common_display.c | 1832 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/ |
D | vk-wsi-PASS.txt | 46 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
|
D | vk-wsi.txt | 2184 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 …]
|
D | vk-wsi-NOT_SUPPORTED.txt | 2146 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/ |
D | vulkan_device.cc | 312 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()
|
D | vulkan_swapchain.cc | 81 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()
|
D | vulkan_device.h | 58 VkPresentModeKHR* present_mode) const;
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.h | 69 … ImGui_ImplVulkanH_GetMinImageCountFromPresentMode(VkPresentModeKHR present_mode);
|
D | imgui_impl_vulkan.cpp | 890 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/ |
D | imgui_impl_vulkan.h | 101 … ImGui_ImplVulkanH_GetMinImageCountFromPresentMode(VkPresentModeKHR present_mode);
|
D | imgui_impl_vulkan.cpp | 1214 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/ |
D | wsi.txt | 13 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
|
D | protected-memory.txt | 9 dEQP-VK.protected_memory.interaction.wsi.headless.swapchain.create.present_mode
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/ |
D | wsi.txt | 26 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/ |
D | wsi.txt | 26 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/ |
D | wsi.txt | 23 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/ |
D | wsi.txt | 21 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
|