Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
DDmaBufImageSiblingVkLinux.cpp206 VkPhysicalDeviceImageDrmFormatModifierInfoEXT drmFormatModifierInfo = {}; in IsFormatSupported() local
207 drmFormatModifierInfo.sType = in IsFormatSupported()
209 drmFormatModifierInfo.pNext = &externalMemoryImageCreateInfo; in IsFormatSupported()
210 drmFormatModifierInfo.drmFormatModifier = drmModifier; in IsFormatSupported()
211 drmFormatModifierInfo.sharingMode = VK_SHARING_MODE_EXCLUSIVE; in IsFormatSupported()
214 imageFormatInfo.pNext = &drmFormatModifierInfo; in IsFormatSupported()
/third_party/libdrm/
Dgenerated_static_table_fourcc.h3 static const struct drmFormatModifierInfo drm_format_modifier_table[] = {
Dxf86drm.c144 struct drmFormatModifierInfo { struct