Searched refs:modifier_props (Results 1 – 4 of 4) sorted by relevance
298 if (info->modifier_props[i].drmFormatModifier == modifier) in get_modifier_props()299 return &info->modifier_props[i]; in get_modifier_props()343 info->modifier_props = in wsi_configure_native_image()345 sizeof(*info->modifier_props) * in wsi_configure_native_image()348 if (info->modifier_props == NULL) in wsi_configure_native_image()351 modifier_props_list.pDrmFormatModifierProperties = info->modifier_props; in wsi_configure_native_image()363 .drmFormatModifier = info->modifier_props[i].drmFormatModifier, in wsi_configure_native_image()401 info->modifier_props[info->modifier_prop_count++] = info->modifier_props[i]; in wsi_configure_native_image()
357 if (info->modifier_props[i].drmFormatModifier == modifier) in get_modifier_props()358 return &info->modifier_props[i]; in get_modifier_props()
93 struct VkDrmFormatModifierPropertiesEXT *modifier_props; member
669 if (info->modifier_props != NULL) { in wsi_destroy_image_info()670 vk_free(&chain->alloc, info->modifier_props); in wsi_destroy_image_info()671 info->modifier_props = NULL; in wsi_destroy_image_info()