Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
Dvn_wsi.c166 img->wsi.drm_format_modifier = props.drmFormatModifier; in vn_wsi_create_image()
206 .pDrmFormatModifiers = &swapchain_img->wsi.drm_format_modifier, in vn_wsi_create_image_from_swapchain()
224 img->wsi.drm_format_modifier = swapchain_img->wsi.drm_format_modifier; in vn_wsi_create_image_from_swapchain()
Dvn_image.h61 uint64_t drm_format_modifier; member
Dvn_android.c693 img->wsi.drm_format_modifier = builder.modifier.drmFormatModifier; in vn_android_image_from_anb()
/third_party/ffmpeg/libavdevice/
Dkmsgrab.c68 int64_t drm_format_modifier; member
135 .format_modifier = ctx->drm_format_modifier, in kmsgrab_get_fb()
163 uint64_t modifier = ctx->drm_format_modifier; in kmsgrab_get_fb2()
560 if (ctx->drm_format_modifier != DRM_FORMAT_MOD_INVALID && in kmsgrab_read_header()
561 ctx->drm_format_modifier != fb2->modifier) { in kmsgrab_read_header()
568 ctx->drm_format_modifier = fb2->modifier; in kmsgrab_read_header()
574 ctx->drm_format, ctx->drm_format_modifier); in kmsgrab_read_header()
689 OFFSET(drm_format_modifier), AV_OPT_TYPE_INT64,
/third_party/mesa3d/src/gallium/frontends/va/
Dsurface.c706 if (desc->objects[0].drm_format_modifier != DRM_FORMAT_MOD_INVALID && in surface_from_prime_2()
708 pscreen->is_dmabuf_modifier_supported(pscreen, desc->objects[0].drm_format_modifier, in surface_from_prime_2()
711 …xpected_planes = pscreen->get_dmabuf_modifier_planes(pscreen, desc->objects[0].drm_format_modifier, in surface_from_prime_2()
733 whandle.modifier = desc->objects[0].drm_format_modifier; in surface_from_prime_2()
1365 desc->objects[p].drm_format_modifier = whandle.modifier; in vlVaExportSurfaceHandle()
/third_party/libdrm/include/drm/
Ddrm_mode.h968 struct drm_format_modifier { struct
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h1052 struct drm_format_modifier { struct
/third_party/libdrm/
Dxf86drmMode.c738 static inline const struct drm_format_modifier *
741 return (const struct drm_format_modifier *)(((uint8_t *)blob) + in get_modifiers_ptr()
748 const struct drm_format_modifier *blob_modifiers, *mod; in _drmModeFormatModifierGetNext()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c613 *drm_mod = desc.objects[i].drm_format_modifier; in gst_va_dmabuf_allocator_setup_buffer_full()
/third_party/ffmpeg/libavutil/
Dhwcontext_vaapi.c1193 va_desc.objects[i].drm_format_modifier; in vaapi_map_to_drm_esh()