Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c343 struct VkDrmFormatModifierPropertiesListEXT modifier_props_list = { in wsi_configure_native_image() local
348 .pNext = &modifier_props_list, in wsi_configure_native_image()
353 assert(modifier_props_list.drmFormatModifierCount > 0); in wsi_configure_native_image()
357 modifier_props_list.drmFormatModifierCount, in wsi_configure_native_image()
362 modifier_props_list.pDrmFormatModifierProperties = info->modifier_props; in wsi_configure_native_image()
371 for (uint32_t i = 0; i < modifier_props_list.drmFormatModifierCount; i++) { in wsi_configure_native_image()