Searched refs:present_mode (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 44 const char *present_mode; in wsi_device_init() local 126 present_mode = getenv("MESA_VK_WSI_PRESENT_MODE"); in wsi_device_init() 127 if (present_mode) { in wsi_device_init() 128 if (!strcmp(present_mode, "fifo")) { in wsi_device_init() 130 } else if (!strcmp(present_mode, "relaxed")) { in wsi_device_init() 132 } else if (!strcmp(present_mode, "mailbox")) { in wsi_device_init() 134 } else if (!strcmp(present_mode, "immediate")) { in wsi_device_init()
|
D | wsi_common_x11.c | 1012 if (chain->base.present_mode == VK_PRESENT_MODE_IMMEDIATE_KHR || in x11_present_to_x11_dri3() 1013 chain->base.present_mode == VK_PRESENT_MODE_FIFO_RELAXED_KHR) in x11_present_to_x11_dri3() 1166 if (chain->base.present_mode == VK_PRESENT_MODE_MAILBOX_KHR) { in x11_manage_fifo_queues() 1490 VkPresentModeKHR present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in x11_surface_create_swapchain() local 1497 else if (present_mode == VK_PRESENT_MODE_MAILBOX_KHR) in x11_surface_create_swapchain() 1532 chain->base.present_mode = present_mode; in x11_surface_create_swapchain() 1608 if ((chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR || in x11_surface_create_swapchain() 1609 chain->base.present_mode == VK_PRESENT_MODE_FIFO_RELAXED_KHR || in x11_surface_create_swapchain() 1610 chain->base.present_mode == VK_PRESENT_MODE_MAILBOX_KHR) && !chain->base.wsi->sw) { in x11_surface_create_swapchain() 1623 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR || in x11_surface_create_swapchain() [all …]
|
D | wsi_common_private.h | 55 VkPresentModeKHR present_mode; member
|
D | wsi_common_wayland.c | 753 VkPresentModeKHR present_mode; member 866 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) { in wsi_wl_swapchain_queue_present() 891 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) { in wsi_wl_swapchain_queue_present() 1069 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in wsi_wl_surface_create_swapchain()
|
D | wsi_common_display.c | 1822 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info); in wsi_display_surface_create_swapchain()
|
/external/swiftshader/tests/regres/testlists/ |
D | vk-wsi-PASS.txt | 24 dEQP-VK.wsi.xlib.swapchain.create.present_mode 41 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 | 2170 dEQP-VK.protected_memory.interaction.wsi.android.swapchain.create.present_mode 2181 dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.create.present_mode 2192 dEQP-VK.protected_memory.interaction.wsi.wayland.swapchain.create.present_mode 2203 dEQP-VK.protected_memory.interaction.wsi.win32.swapchain.create.present_mode 2214 dEQP-VK.protected_memory.interaction.wsi.xcb.swapchain.create.present_mode 2225 dEQP-VK.protected_memory.interaction.wsi.xlib.swapchain.create.present_mode 3342 dEQP-VK.wsi.android.swapchain.create.present_mode 3361 dEQP-VK.wsi.android.swapchain.simulate_oom.present_mode 3769 dEQP-VK.wsi.macos.swapchain.create.present_mode 3787 dEQP-VK.wsi.macos.swapchain.simulate_oom.present_mode [all …]
|
/external/cpuinfo/test/dmesg/ |
D | nexus5x.log | 1565 [ 20.098322] fwpath_changed_handler : new_mode : sta, present_mode :
|
D | pixel.log | 2266 [ 19.706348] c0 1211 fwpath_changed_handler : new_mode : sta, present_mode :
|
D | pixel-xl.log | 2311 [ 21.231576] c2 1142 fwpath_changed_handler : new_mode : sta, present_mode :
|