Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c404 uint32_t max_modifier_count = 0; in wsi_configure_native_image() local
406 max_modifier_count = MAX2(max_modifier_count, num_modifiers[l]); in wsi_configure_native_image()
409 vk_alloc(&chain->alloc, sizeof(*image_modifiers) * max_modifier_count, in wsi_configure_native_image()