Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c408 uint64_t *image_modifiers = in wsi_configure_native_image() local
409 vk_alloc(&chain->alloc, sizeof(*image_modifiers) * max_modifier_count, in wsi_configure_native_image()
411 if (!image_modifiers) in wsi_configure_native_image()
421 image_modifiers[image_modifier_count++] = modifiers[l][i]; in wsi_configure_native_image()
434 .pDrmFormatModifiers = image_modifiers, in wsi_configure_native_image()
436 image_modifiers = NULL; in wsi_configure_native_image()
439 vk_free(&chain->alloc, image_modifiers); in wsi_configure_native_image()