Searched refs:present_mode_count (Results 1 – 2 of 2) sorted by relevance
258 uint32_t present_mode_count; in wsi_swapchain_is_present_mode_supported() local262 result = iface->get_present_modes(surface, &present_mode_count, NULL); in wsi_swapchain_is_present_mode_supported()266 present_modes = malloc(present_mode_count * sizeof(*present_modes)); in wsi_swapchain_is_present_mode_supported()270 result = iface->get_present_modes(surface, &present_mode_count, in wsi_swapchain_is_present_mode_supported()275 for (uint32_t i = 0; i < present_mode_count; i++) { in wsi_swapchain_is_present_mode_supported()
973 uint32_t *present_mode_count, in wsi_display_surface_get_present_modes() argument976 VK_OUTARRAY_MAKE(conn, present_modes, present_mode_count); in wsi_display_surface_get_present_modes()