Home
last modified time | relevance | path

Searched refs:surfaceFormat (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c192 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()
Dwsi_common_win32.cpp353 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()
Dwsi_common_wayland.c1256 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()
Dwsi_common_x11.c913 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()
Dwsi_common_display.c1075 f->surfaceFormat = sorted_formats[i]; in wsi_display_surface_get_formats2()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc1249 * pname:surfaceFormat is a slink:VkSurfaceFormatKHR structure describing a
1258 compression properties that are supported for the pname:surfaceFormat.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6798 VULKAN_HPP_HASH_COMBINE( seed, surfaceFormat2KHR.surfaceFormat ); in operator ()()
Dvulkan_hash.hpp13065 VULKAN_HPP_HASH_COMBINE( seed, surfaceFormat2KHR.surfaceFormat ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h9240 VkSurfaceFormatKHR surfaceFormat; member