/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/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/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1230 if (chain->base.present_mode == VK_PRESENT_MODE_IMMEDIATE_KHR || in x11_present_to_x11_dri3() 1231 (chain->base.present_mode == VK_PRESENT_MODE_MAILBOX_KHR && in x11_present_to_x11_dri3() 1233 chain->base.present_mode == VK_PRESENT_MODE_FIFO_RELAXED_KHR) in x11_present_to_x11_dri3() 1464 VkPresentModeKHR present_mode) in x11_needs_wait_for_fences() argument 1470 switch (present_mode) { in x11_needs_wait_for_fences() 1540 chain->base.present_mode)) { in x11_manage_fifo_queues() 1955 VkPresentModeKHR present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in x11_surface_create_swapchain() local 1976 else if (x11_needs_wait_for_fences(wsi_device, wsi_conn, present_mode)) in x11_surface_create_swapchain() 2020 chain->base.present_mode = present_mode; in x11_surface_create_swapchain() 2142 if ((chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR || in x11_surface_create_swapchain() [all …]
|
D | wsi_common.c | 68 const char *present_mode; in wsi_device_init() local 191 present_mode = getenv("MESA_VK_WSI_PRESENT_MODE"); in wsi_device_init() 192 if (present_mode) { in wsi_device_init() 193 if (!strcmp(present_mode, "fifo")) { in wsi_device_init() 195 } else if (!strcmp(present_mode, "relaxed")) { in wsi_device_init() 197 } else if (!strcmp(present_mode, "mailbox")) { in wsi_device_init() 199 } else if (!strcmp(present_mode, "immediate")) { in wsi_device_init()
|
D | wsi_common_wayland.c | 941 VkPresentModeKHR present_mode; member 1059 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) { in wsi_wl_swapchain_queue_present() 1084 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) { in wsi_wl_swapchain_queue_present() 1297 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in wsi_wl_surface_create_swapchain()
|
D | wsi_common_private.h | 109 VkPresentModeKHR present_mode; member
|
D | wsi_common_win32.c | 462 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info); in wsi_win32_surface_create_swapchain()
|
D | wsi_common_display.c | 1965 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info); in wsi_display_surface_create_swapchain()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_kopper.c | 36 cdt->present_mode = VK_PRESENT_MODE_IMMEDIATE_KHR; in zink_kopper_set_present_mode_for_interval() 41 cdt->present_mode = VK_PRESENT_MODE_IMMEDIATE_KHR; in zink_kopper_set_present_mode_for_interval() 43 cdt->present_mode = VK_PRESENT_MODE_MAILBOX_KHR; in zink_kopper_set_present_mode_for_interval() 45 cdt->present_mode = VK_PRESENT_MODE_FIFO_KHR; in zink_kopper_set_present_mode_for_interval() 47 assert(cdt->present_modes & BITFIELD_BIT(cdt->present_mode)); in zink_kopper_set_present_mode_for_interval() 249 cswap->scci.presentMode = cdt->present_mode; in kopper_CreateSwapchain() 920 VkPresentModeKHR old_present_mode = cdt->present_mode; in zink_kopper_set_swap_interval() 924 if (old_present_mode != cdt->present_mode) in zink_kopper_set_swap_interval()
|
D | zink_kopper.h | 83 VkPresentModeKHR present_mode; member
|
/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/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 …]
|
D | protected-memory.txt | 851 dEQP-VK.protected_memory.interaction.wsi.xlib.swapchain.create.present_mode 862 dEQP-VK.protected_memory.interaction.wsi.xcb.swapchain.create.present_mode 873 dEQP-VK.protected_memory.interaction.wsi.wayland.swapchain.create.present_mode 884 dEQP-VK.protected_memory.interaction.wsi.android.swapchain.create.present_mode 895 dEQP-VK.protected_memory.interaction.wsi.win32.swapchain.create.present_mode 906 dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.create.present_mode 917 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 …]
|
D | protected-memory.txt | 851 dEQP-VK.protected_memory.interaction.wsi.xlib.swapchain.create.present_mode 862 dEQP-VK.protected_memory.interaction.wsi.xcb.swapchain.create.present_mode 873 dEQP-VK.protected_memory.interaction.wsi.wayland.swapchain.create.present_mode 884 dEQP-VK.protected_memory.interaction.wsi.android.swapchain.create.present_mode 895 dEQP-VK.protected_memory.interaction.wsi.win32.swapchain.create.present_mode 906 dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.create.present_mode 917 dEQP-VK.protected_memory.interaction.wsi.headless.swapchain.create.present_mode
|
/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
|
D | protected-memory.txt | 851 dEQP-VK.protected_memory.interaction.wsi.xlib.swapchain.create.present_mode 862 dEQP-VK.protected_memory.interaction.wsi.xcb.swapchain.create.present_mode 873 dEQP-VK.protected_memory.interaction.wsi.wayland.swapchain.create.present_mode 884 dEQP-VK.protected_memory.interaction.wsi.android.swapchain.create.present_mode 895 dEQP-VK.protected_memory.interaction.wsi.win32.swapchain.create.present_mode 906 dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.create.present_mode 917 dEQP-VK.protected_memory.interaction.wsi.headless.swapchain.create.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
|