Searched refs:get_sorted_vk_formats (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_win32.cpp | 301 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()
|
D | wsi_common_x11.c | 831 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()
|
D | wsi_common_display.c | 1021 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()
|