Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_metal.c157 get_sorted_vk_formats(bool force_bgra8_unorm_first, VkFormat *sorted_formats) in get_sorted_vk_formats() function
182 get_sorted_vk_formats(wsi_device->force_bgra8_unorm_first, sorted_formats); in wsi_metal_surface_get_formats()
204 get_sorted_vk_formats(wsi_device->force_bgra8_unorm_first, sorted_formats); in wsi_metal_surface_get_formats2()
Dwsi_common_win32.cpp298 get_sorted_vk_formats(struct wsi_device *wsi_device, VkFormat *sorted_formats) in get_sorted_vk_formats() function
323 get_sorted_vk_formats(wsi_device, sorted_formats); in wsi_win32_surface_get_formats()
345 get_sorted_vk_formats(wsi_device, sorted_formats); in wsi_win32_surface_get_formats2()
Dwsi_common_x11.c854 get_sorted_vk_formats(VkIcdSurfaceBase *surface, struct wsi_device *wsi_device, in get_sorted_vk_formats() function
905 if (!get_sorted_vk_formats(surface, wsi_device, sorted_formats, &count)) in x11_surface_get_formats()
930 if (!get_sorted_vk_formats(surface, wsi_device, sorted_formats, &count)) in x11_surface_get_formats2()
Dwsi_common_display.c1016 get_sorted_vk_formats(struct wsi_device *wsi_device, VkSurfaceFormatKHR *sorted_formats) in get_sorted_vk_formats() function
1043 get_sorted_vk_formats(wsi_device, sorted_formats); in wsi_display_surface_get_formats()
1065 get_sorted_vk_formats(wsi_device, sorted_formats); in wsi_display_surface_get_formats2()
/external/mesa3d/docs/relnotes/
D23.1.0.rst263 - wsi/x11: Make get_sorted_vk_formats handle varying channel widths
4179 - wsi: remove get_sorted_vk_formats duplication