Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_wayland.c169 enum wl_shm_format shm_format; member
485 drm_format_for_wl_shm_format(enum wl_shm_format shm_format) in drm_format_for_wl_shm_format() argument
488 switch (shm_format) { in drm_format_for_wl_shm_format()
494 return shm_format; in drm_format_for_wl_shm_format()
501 enum wl_shm_format shm_format) in wsi_wl_display_add_wl_shm_format() argument
503 uint32_t drm_format = drm_format_for_wl_shm_format(shm_format); in wsi_wl_display_add_wl_shm_format()
2124 chain->shm_format); in wsi_wl_image_init()
2370 chain->shm_format = wl_shm_format_for_vk_format(chain->vk_format, alpha); in wsi_wl_surface_create_swapchain()