Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c413 uint64_t *image_modifiers = in wsi_configure_native_image() local
414 vk_alloc(&chain->alloc, sizeof(*image_modifiers) * max_modifier_count, in wsi_configure_native_image()
416 if (!image_modifiers) in wsi_configure_native_image()
426 image_modifiers[image_modifier_count++] = modifiers[l][i]; in wsi_configure_native_image()
439 .pDrmFormatModifiers = image_modifiers, in wsi_configure_native_image()
441 image_modifiers = NULL; in wsi_configure_native_image()
444 vk_free(&chain->alloc, image_modifiers); in wsi_configure_native_image()