Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_image_drm_format_modifier.adoc182 slink:VkImageDrmFormatModifierListCreateInfoEXT::pname:pDrmFormatModifiers;
183 and the implementation should choose from pname:pDrmFormatModifiers the
193 slink:VkImageDrmFormatModifierListCreateInfoEXT::pname:pDrmFormatModifiers.
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c434 .pDrmFormatModifiers = image_modifiers, in wsi_configure_native_image()
Dwsi_common.c665 if (info->drm_mod_list.pDrmFormatModifiers != NULL) { in wsi_destroy_image_info()
666 vk_free(&chain->alloc, (void *)info->drm_mod_list.pDrmFormatModifiers); in wsi_destroy_image_info()
667 info->drm_mod_list.pDrmFormatModifiers = NULL; in wsi_destroy_image_info()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc1419 slink:VkImageDrmFormatModifierListCreateInfoEXT::pname:pDrmFormatModifiers.
2739 pname:pDrmFormatModifiers array.
2740 * pname:pDrmFormatModifiers is a pointer to an array of _Linux DRM format
2745 * [[VUID-VkImageDrmFormatModifierListCreateInfoEXT-pDrmFormatModifiers-02263]]
2746 Each _modifier_ in pname:pDrmFormatModifiers must: be compatible with
3851 slink:VkImageDrmFormatModifierListCreateInfoEXT::pname:pDrmFormatModifiers.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3019 VULKAN_HPP_HASH_COMBINE( seed, imageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiers ); in operator ()()
Dvulkan_hash.hpp5242 VULKAN_HPP_HASH_COMBINE( seed, imageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiers ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12287 const uint64_t* pDrmFormatModifiers; member