Searched refs:surfaceFormat (Results 1 – 9 of 9) sorted by relevance
192 out_fmt->surfaceFormat.format = VK_FORMAT_B8G8R8A8_UNORM; in wsi_headless_surface_get_formats2()193 out_fmt->surfaceFormat.colorSpace = VK_COLORSPACE_SRGB_NONLINEAR_KHR; in wsi_headless_surface_get_formats2()196 out_fmt->surfaceFormat.format = VK_FORMAT_R8G8B8A8_UNORM; in wsi_headless_surface_get_formats2()197 out_fmt->surfaceFormat.colorSpace = VK_COLORSPACE_SRGB_NONLINEAR_KHR; in wsi_headless_surface_get_formats2()201 out_fmt->surfaceFormat.format = VK_FORMAT_R8G8B8A8_UNORM; in wsi_headless_surface_get_formats2()202 out_fmt->surfaceFormat.colorSpace = VK_COLORSPACE_SRGB_NONLINEAR_KHR; in wsi_headless_surface_get_formats2()205 out_fmt->surfaceFormat.format = VK_FORMAT_B8G8R8A8_UNORM; in wsi_headless_surface_get_formats2()206 out_fmt->surfaceFormat.colorSpace = VK_COLORSPACE_SRGB_NONLINEAR_KHR; in wsi_headless_surface_get_formats2()
353 f->surfaceFormat.format = sorted_formats[i]; in wsi_win32_surface_get_formats2()354 f->surfaceFormat.colorSpace = VK_COLOR_SPACE_SRGB_NONLINEAR_KHR; in wsi_win32_surface_get_formats2()
1256 out_fmt->surfaceFormat.format = disp_fmt->vk_format; in wsi_wl_surface_get_formats2()1257 out_fmt->surfaceFormat.colorSpace = VK_COLOR_SPACE_SRGB_NONLINEAR_KHR; in wsi_wl_surface_get_formats2()
913 f->surfaceFormat.format = sorted_formats[i]; in x11_surface_get_formats2()914 f->surfaceFormat.colorSpace = VK_COLOR_SPACE_SRGB_NONLINEAR_KHR; in x11_surface_get_formats2()
1075 f->surfaceFormat = sorted_formats[i]; in wsi_display_surface_get_formats2()
1249 * pname:surfaceFormat is a slink:VkSurfaceFormatKHR structure describing a1258 compression properties that are supported for the pname:surfaceFormat.
6798 VULKAN_HPP_HASH_COMBINE( seed, surfaceFormat2KHR.surfaceFormat ); in operator ()()
13065 VULKAN_HPP_HASH_COMBINE( seed, surfaceFormat2KHR.surfaceFormat ); in operator ()()
9240 VkSurfaceFormatKHR surfaceFormat; member