Searched refs:sorted_formats (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_win32.c212 get_sorted_vk_formats(struct wsi_device *wsi_device, VkFormat *sorted_formats) argument
215 sorted_formats[i] = available_surface_formats[i].format;
219 if (sorted_formats[i] == VK_FORMAT_B8G8R8A8_UNORM) {
220 sorted_formats[i] = sorted_formats[0];
221 sorted_formats[0] = VK_FORMAT_B8G8R8A8_UNORM;
236 VkFormat sorted_formats[ARRAY_SIZE(available_surface_formats)]; local in function:wsi_win32_surface_get_formats
237 get_sorted_vk_formats(wsi_device, sorted_formats);
239 for (unsigned i = 0; i < ARRAY_SIZE(sorted_formats); i++) {
241 f->format = sorted_formats[
258 VkFormat sorted_formats[ARRAY_SIZE(available_surface_formats)]; local in function:wsi_win32_surface_get_formats2
[all...]
H A Dwsi_common_x11.c690 get_sorted_vk_formats(struct wsi_device *wsi_device, VkFormat *sorted_formats) argument
692 memcpy(sorted_formats, formats, sizeof(formats));
696 if (sorted_formats[i] == VK_FORMAT_B8G8R8A8_UNORM) {
697 sorted_formats[i] = sorted_formats[0];
698 sorted_formats[0] = VK_FORMAT_B8G8R8A8_UNORM;
713 VkFormat sorted_formats[ARRAY_SIZE(formats)]; local in function:x11_surface_get_formats
714 get_sorted_vk_formats(wsi_device, sorted_formats);
716 for (unsigned i = 0; i < ARRAY_SIZE(sorted_formats); i++) {
718 f->format = sorted_formats[
735 VkFormat sorted_formats[ARRAY_SIZE(formats)]; local in function:x11_surface_get_formats2
[all...]
H A Dwsi_common_display.c911 get_sorted_vk_formats(struct wsi_device *wsi_device, VkFormat *sorted_formats) argument
914 sorted_formats[i] = available_surface_formats[i].format;
918 if (sorted_formats[i] == VK_FORMAT_B8G8R8A8_UNORM) {
919 sorted_formats[i] = sorted_formats[0];
920 sorted_formats[0] = VK_FORMAT_B8G8R8A8_UNORM;
935 VkFormat sorted_formats[ARRAY_SIZE(available_surface_formats)]; local in function:wsi_display_surface_get_formats
936 get_sorted_vk_formats(wsi_device, sorted_formats);
938 for (unsigned i = 0; i < ARRAY_SIZE(sorted_formats); i++) {
940 f->format = sorted_formats[
957 VkFormat sorted_formats[ARRAY_SIZE(available_surface_formats)]; local in function:wsi_display_surface_get_formats2
[all...]

Completed in 6 milliseconds