Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c632 if (pCreateInfo->imageFormat == format_list_in->pViewFormats[i]) in wsi_configure_image()
634 view_formats[i] = format_list_in->pViewFormats[i]; in wsi_configure_image()
641 .pViewFormats = view_formats, in wsi_configure_image()
661 if (info->format_list.pViewFormats != NULL) { in wsi_destroy_image_info()
662 vk_free(&chain->alloc, (void *)info->format_list.pViewFormats); in wsi_destroy_image_info()
663 info->format_list.pViewFormats = NULL; in wsi_destroy_image_info()
1568 if (iflci->pViewFormats[i] == swc_iflci->pViewFormats[j]) { in wsi_common_create_swapchain_image()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c777 memcpy(*formats, format_list->pViewFormats, sizeof(VkFormat) * format_list->viewFormatCount); in vk_image_create_get_format_list()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp3922 to->pViewFormats = nullptr; in deepcopy_VkImageFormatListCreateInfo()
3923 if (from->pViewFormats) { in deepcopy_VkImageFormatListCreateInfo()
3924 to->pViewFormats = (VkFormat*)alloc->dupArray( in deepcopy_VkImageFormatListCreateInfo()
3925 from->pViewFormats, from->viewFormatCount * sizeof(const VkFormat)); in deepcopy_VkImageFormatListCreateInfo()
4622 to->pViewFormats = nullptr; in deepcopy_VkFramebufferAttachmentImageInfo()
4623 if (from->pViewFormats) { in deepcopy_VkFramebufferAttachmentImageInfo()
4624 to->pViewFormats = (VkFormat*)alloc->dupArray( in deepcopy_VkFramebufferAttachmentImageInfo()
4625 from->pViewFormats, from->viewFormatCount * sizeof(const VkFormat)); in deepcopy_VkFramebufferAttachmentImageInfo()
Dgoldfish_vk_marshaling.cpp8282 vkStream->write((const VkFormat*)forMarshaling->pViewFormats, in marshal_VkImageFormatListCreateInfo()
8307 vkStream->alloc((void**)&forUnmarshaling->pViewFormats, in unmarshal_VkImageFormatListCreateInfo()
8309 vkStream->read((VkFormat*)forUnmarshaling->pViewFormats, in unmarshal_VkImageFormatListCreateInfo()
9702 vkStream->write((const VkFormat*)forMarshaling->pViewFormats, in marshal_VkFramebufferAttachmentImageInfo()
9732 vkStream->alloc((void**)&forUnmarshaling->pViewFormats, in unmarshal_VkFramebufferAttachmentImageInfo()
9734 vkStream->read((VkFormat*)forUnmarshaling->pViewFormats, in unmarshal_VkFramebufferAttachmentImageInfo()
Dgoldfish_vk_reserved_marshaling.cpp6348 vkStream->alloc((void**)&forUnmarshaling->pViewFormats, in reservedunmarshal_VkImageFormatListCreateInfo()
6350 memcpy((VkFormat*)forUnmarshaling->pViewFormats, *ptr, in reservedunmarshal_VkImageFormatListCreateInfo()
7459 vkStream->alloc((void**)&forUnmarshaling->pViewFormats, in reservedunmarshal_VkFramebufferAttachmentImageInfo()
7461 memcpy((VkFormat*)forUnmarshaling->pViewFormats, *ptr, in reservedunmarshal_VkFramebufferAttachmentImageInfo()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp3922 to->pViewFormats = nullptr; in deepcopy_VkImageFormatListCreateInfo()
3923 if (from->pViewFormats) { in deepcopy_VkImageFormatListCreateInfo()
3924 to->pViewFormats = (VkFormat*)alloc->dupArray( in deepcopy_VkImageFormatListCreateInfo()
3925 from->pViewFormats, from->viewFormatCount * sizeof(const VkFormat)); in deepcopy_VkImageFormatListCreateInfo()
4622 to->pViewFormats = nullptr; in deepcopy_VkFramebufferAttachmentImageInfo()
4623 if (from->pViewFormats) { in deepcopy_VkFramebufferAttachmentImageInfo()
4624 to->pViewFormats = (VkFormat*)alloc->dupArray( in deepcopy_VkFramebufferAttachmentImageInfo()
4625 from->pViewFormats, from->viewFormatCount * sizeof(const VkFormat)); in deepcopy_VkFramebufferAttachmentImageInfo()
Dgoldfish_vk_marshaling_guest.cpp6869 vkStream->write((const VkFormat*)forMarshaling->pViewFormats, in marshal_VkImageFormatListCreateInfo()
6882 vkStream->read((VkFormat*)forUnmarshaling->pViewFormats, in unmarshal_VkImageFormatListCreateInfo()
7972 vkStream->write((const VkFormat*)forMarshaling->pViewFormats, in marshal_VkFramebufferAttachmentImageInfo()
7991 vkStream->read((VkFormat*)forUnmarshaling->pViewFormats, in unmarshal_VkFramebufferAttachmentImageInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp4765 memcpy(*ptr, (const VkFormat*)forMarshaling->pViewFormats, in reservedmarshal_VkImageFormatListCreateInfo()
5485 memcpy(*ptr, (const VkFormat*)forMarshaling->pViewFormats, in reservedmarshal_VkFramebufferAttachmentImageInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc557 greater than zero and pname:pViewFormats must: have an element equal to
564 slink:VkImageFormatListCreateInfo::pname:pViewFormats must: be
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc4958 least one element of the pname:pViewFormats member of any element of the
5101 * pname:viewFormatCount is the number of entries in the pname:pViewFormats
5105 * pname:pViewFormats is a pointer to an array of elink:VkFormat values
5108 slink:VkImageFormatListCreateInfo::pname:pViewFormats used to create an
6108 slink:VkImageFormatListCreateInfo::pname:pViewFormats equal to the set
6109 of elements in the pname:pViewFormats member of the corresponding
Dresources.adoc2262 slink:VkImageFormatListCreateInfo::pname:pViewFormats must: either be
2708 * pname:viewFormatCount is the number of entries in the pname:pViewFormats
2710 * pname:pViewFormats is a pointer to an array of elink:VkFormat values
2714 If pname:viewFormatCount is zero, pname:pViewFormats is ignored and the
4941 slink:VkImageFormatListCreateInfo::pname:pViewFormats
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2617 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentImageInfo.pViewFormats ); in operator ()()
3044 VULKAN_HPP_HASH_COMBINE( seed, imageFormatListCreateInfo.pViewFormats ); in operator ()()
Dvulkan_hash.hpp4593 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentImageInfo.pViewFormats ); in operator ()()
5267 VULKAN_HPP_HASH_COMBINE( seed, imageFormatListCreateInfo.pViewFormats ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6021 const VkFormat* pViewFormats; member
6291 const VkFormat* pViewFormats; member