Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c436 info->drm_mod_list = (VkImageDrmFormatModifierListCreateInfoEXT) { in wsi_configure_native_image()
442 __vk_append_struct(&info->create, &info->drm_mod_list); in wsi_configure_native_image()
512 if (info->drm_mod_list.drmFormatModifierCount > 0) { in wsi_create_native_image_mem()
Dwsi_common_private.h45 VkImageDrmFormatModifierListCreateInfoEXT drm_mod_list; member
Dwsi_common.c520 vk_free(&chain->alloc, (void *)info->drm_mod_list.pDrmFormatModifiers); in wsi_destroy_image_info()