Home
last modified time | relevance | path

Searched refs:last_present_mode (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c761 xcb_present_complete_mode_t last_present_mode; member
876 chain->last_present_mode != XCB_PRESENT_COMPLETE_MODE_SUBOPTIMAL_COPY) in x11_handle_dri3_present_event()
885 chain->last_present_mode == XCB_PRESENT_COMPLETE_MODE_FLIP) in x11_handle_dri3_present_event()
888 chain->last_present_mode = complete->mode; in x11_handle_dri3_present_event()
1554 chain->last_present_mode = old_chain->last_present_mode; in x11_surface_create_swapchain()
1556 chain->last_present_mode = XCB_PRESENT_COMPLETE_MODE_COPY; in x11_surface_create_swapchain()
/external/mesa3d/src/loader/
Dloader_dri3_helper.h169 xcb_present_complete_mode_t last_present_mode; member
Dloader_dri3_helper.c277 switch (draw->last_present_mode) { in dri3_update_max_num_back()
514 draw->last_present_mode == XCB_PRESENT_COMPLETE_MODE_FLIP) { in dri3_handle_present_event()
526 draw->last_present_mode != ce->mode) { in dri3_handle_present_event()
533 draw->last_present_mode = ce->mode; in dri3_handle_present_event()