Searched refs:present_mode (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_x11.c1149 if (chain->base.present_mode == VK_PRESENT_MODE_IMMEDIATE_KHR ||
1150 (chain->base.present_mode == VK_PRESENT_MODE_MAILBOX_KHR &&
1152 chain->base.present_mode == VK_PRESENT_MODE_FIFO_RELAXED_KHR)
1287 VkPresentModeKHR present_mode)
1293 switch (present_mode) {
1333 chain->base.present_mode)) {
1708 VkPresentModeKHR present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); local in function:x11_surface_create_swapchain
1721 else if (x11_needs_wait_for_fences(wsi_device, wsi_conn, present_mode))
1752 chain->base.present_mode = present_mode;
1285 x11_needs_wait_for_fences(const struct wsi_device * wsi_device,struct wsi_x11_connection * wsi_conn,VkPresentModeKHR present_mode) argument
[all...]
H A Dwsi_common.c49 const char *present_mode; local in function:wsi_device_init
137 present_mode = getenv("MESA_VK_WSI_PRESENT_MODE");
138 if (present_mode) {
139 if (!strcmp(present_mode, "fifo")) {
141 } else if (!strcmp(present_mode, "relaxed")) {
143 } else if (!strcmp(present_mode, "mailbox")) {
145 } else if (!strcmp(present_mode, "immediate")) {
H A Dwsi_common_private.h55 VkPresentModeKHR present_mode; member in struct:wsi_swapchain
H A Dwsi_common_wayland.c960 VkPresentModeKHR present_mode; member in struct:wsi_wl_swapchain
1090 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) {
1115 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) {
1293 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo);
H A Dwsi_common_win32.c631 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info);
H A Dwsi_common_display.c1832 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info);
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_private.h52 VkPresentModeKHR present_mode; member in struct:wsi_swapchain
H A Dwsi_common.c44 const char *present_mode; local in function:wsi_device_init
121 present_mode = getenv("MESA_VK_WSI_PRESENT_MODE");
122 if (present_mode) {
123 if (!strcmp(present_mode, "fifo")) {
125 } else if (!strcmp(present_mode, "mailbox")) {
127 } else if (!strcmp(present_mode, "immediate")) {
H A Dwsi_common_wayland.c736 VkPresentModeKHR present_mode; member in struct:wsi_wl_swapchain
824 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) {
849 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) {
1027 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo);
H A Dwsi_common_x11.c973 if (chain->base.present_mode == VK_PRESENT_MODE_IMMEDIATE_KHR)
1065 assert(chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR);
1416 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo);
1489 if (chain->base.present_mode == VK_PRESENT_MODE_FIFO_KHR) {
H A Dwsi_common_display.c1760 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcmds.c2542 __glXpresentCompleteNotify(WindowPtr window, CARD8 present_kind, CARD8 present_mode, argument
2558 if (present_mode == PresentCompleteModeFlip)

Completed in 23 milliseconds