Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c522 image->drm_modifier = image_mod_props.drmFormatModifier; in wsi_create_native_image_mem()
523 assert(image->drm_modifier != DRM_FORMAT_MOD_INVALID); in wsi_create_native_image_mem()
526 get_modifier_props(info, image->drm_modifier); in wsi_create_native_image_mem()
552 image->drm_modifier = DRM_FORMAT_MOD_INVALID; in wsi_create_native_image_mem()
588 image->drm_modifier = info->prime_use_linear_modifier ? in wsi_create_prime_image_mem()
Dwsi_common_private.h88 uint64_t drm_modifier; member
Dwsi_common_wayland.c1184 image->base.drm_modifier >> 32, in wsi_wl_image_init()
1185 image->base.drm_modifier & 0xffffffff); in wsi_wl_image_init()
Dwsi_common_x11.c1683 if (image->base.drm_modifier != DRM_FORMAT_MOD_INVALID) { in x11_image_init()
1715 image->base.drm_modifier, in x11_image_init()