Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_win32.cpp301 get_sorted_vk_formats(struct wsi_device *wsi_device, VkFormat *sorted_formats) in get_sorted_vk_formats() function
326 get_sorted_vk_formats(wsi_device, sorted_formats); in wsi_win32_surface_get_formats()
348 get_sorted_vk_formats(wsi_device, sorted_formats); in wsi_win32_surface_get_formats2()
Dwsi_common_x11.c831 get_sorted_vk_formats(VkIcdSurfaceBase *surface, struct wsi_device *wsi_device, in get_sorted_vk_formats() function
882 if (!get_sorted_vk_formats(surface, wsi_device, sorted_formats, &count)) in x11_surface_get_formats()
907 if (!get_sorted_vk_formats(surface, wsi_device, sorted_formats, &count)) in x11_surface_get_formats2()
Dwsi_common_display.c1021 get_sorted_vk_formats(struct wsi_device *wsi_device, VkSurfaceFormatKHR *sorted_formats) in get_sorted_vk_formats() function
1048 get_sorted_vk_formats(wsi_device, sorted_formats); in wsi_display_surface_get_formats()
1070 get_sorted_vk_formats(wsi_device, sorted_formats); in wsi_display_surface_get_formats2()