Home
last modified time | relevance | path

Searched refs:viewFormatCount (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c768 if (!format_list->viewFormatCount) in vk_image_create_get_format_list()
772 sizeof(VkFormat) * format_list->viewFormatCount, in vk_image_create_get_format_list()
777 memcpy(*formats, format_list->pViewFormats, sizeof(VkFormat) * format_list->viewFormatCount); in vk_image_create_get_format_list()
778 *format_count = format_list->viewFormatCount; in vk_image_create_get_format_list()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c621 assume(format_list_in && format_list_in->viewFormatCount > 0); in wsi_configure_image()
623 const uint32_t view_format_count = format_list_in->viewFormatCount; in wsi_configure_image()
631 for (uint32_t i = 0; i < format_list_in->viewFormatCount; i++) { in wsi_configure_image()
640 .viewFormatCount = view_format_count, in wsi_configure_image()
1565 for (uint32_t i = 0; i < iflci->viewFormatCount; i++) { in wsi_common_create_swapchain_image()
1567 for (uint32_t j = 0; j < swc_iflci->viewFormatCount; j++) { in wsi_common_create_swapchain_image()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc556 slink:VkImageFormatListCreateInfo structure with a pname:viewFormatCount
562 slink:VkImageFormatListCreateInfo::pname:viewFormatCount is not zero
571 slink:VkImageFormatListCreateInfo::pname:viewFormatCount must: be `0` or
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp4763 memcpy(*ptr, (uint32_t*)&forMarshaling->viewFormatCount, sizeof(uint32_t)); in reservedmarshal_VkImageFormatListCreateInfo()
4766 forMarshaling->viewFormatCount * sizeof(const VkFormat)); in reservedmarshal_VkImageFormatListCreateInfo()
4767 *ptr += forMarshaling->viewFormatCount * sizeof(const VkFormat); in reservedmarshal_VkImageFormatListCreateInfo()
5483 memcpy(*ptr, (uint32_t*)&forMarshaling->viewFormatCount, sizeof(uint32_t)); in reservedmarshal_VkFramebufferAttachmentImageInfo()
5486 forMarshaling->viewFormatCount * sizeof(const VkFormat)); in reservedmarshal_VkFramebufferAttachmentImageInfo()
5487 *ptr += forMarshaling->viewFormatCount * sizeof(const VkFormat); in reservedmarshal_VkFramebufferAttachmentImageInfo()
Dgoldfish_vk_marshaling_guest.cpp6868 vkStream->write((uint32_t*)&forMarshaling->viewFormatCount, sizeof(uint32_t)); in marshal_VkImageFormatListCreateInfo()
6870 forMarshaling->viewFormatCount * sizeof(const VkFormat)); in marshal_VkImageFormatListCreateInfo()
6881 vkStream->read((uint32_t*)&forUnmarshaling->viewFormatCount, sizeof(uint32_t)); in unmarshal_VkImageFormatListCreateInfo()
6883 forUnmarshaling->viewFormatCount * sizeof(const VkFormat)); in unmarshal_VkImageFormatListCreateInfo()
7971 vkStream->write((uint32_t*)&forMarshaling->viewFormatCount, sizeof(uint32_t)); in marshal_VkFramebufferAttachmentImageInfo()
7973 forMarshaling->viewFormatCount * sizeof(const VkFormat)); in marshal_VkFramebufferAttachmentImageInfo()
7990 vkStream->read((uint32_t*)&forUnmarshaling->viewFormatCount, sizeof(uint32_t)); in unmarshal_VkFramebufferAttachmentImageInfo()
7992 forUnmarshaling->viewFormatCount * sizeof(const VkFormat)); in unmarshal_VkFramebufferAttachmentImageInfo()
Dgoldfish_vk_counting_guest.cpp3703 *count += toCount->viewFormatCount * sizeof(const VkFormat); in count_VkImageFormatListCreateInfo()
4267 *count += toCount->viewFormatCount * sizeof(const VkFormat); in count_VkFramebufferAttachmentImageInfo()
Dgoldfish_vk_deepcopy_guest.cpp3925 from->pViewFormats, from->viewFormatCount * sizeof(const VkFormat)); in deepcopy_VkImageFormatListCreateInfo()
4625 from->pViewFormats, from->viewFormatCount * sizeof(const VkFormat)); in deepcopy_VkFramebufferAttachmentImageInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp6346 memcpy((uint32_t*)&forUnmarshaling->viewFormatCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageFormatListCreateInfo()
6349 forUnmarshaling->viewFormatCount * sizeof(const VkFormat)); in reservedunmarshal_VkImageFormatListCreateInfo()
6351 forUnmarshaling->viewFormatCount * sizeof(const VkFormat)); in reservedunmarshal_VkImageFormatListCreateInfo()
6352 *ptr += forUnmarshaling->viewFormatCount * sizeof(const VkFormat); in reservedunmarshal_VkImageFormatListCreateInfo()
7457 memcpy((uint32_t*)&forUnmarshaling->viewFormatCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkFramebufferAttachmentImageInfo()
7460 forUnmarshaling->viewFormatCount * sizeof(const VkFormat)); in reservedunmarshal_VkFramebufferAttachmentImageInfo()
7462 forUnmarshaling->viewFormatCount * sizeof(const VkFormat)); in reservedunmarshal_VkFramebufferAttachmentImageInfo()
7463 *ptr += forUnmarshaling->viewFormatCount * sizeof(const VkFormat); in reservedunmarshal_VkFramebufferAttachmentImageInfo()
Dgoldfish_vk_marshaling.cpp8281 vkStream->write((uint32_t*)&forMarshaling->viewFormatCount, sizeof(uint32_t)); in marshal_VkImageFormatListCreateInfo()
8283 forMarshaling->viewFormatCount * sizeof(const VkFormat)); in marshal_VkImageFormatListCreateInfo()
8306 vkStream->read((uint32_t*)&forUnmarshaling->viewFormatCount, sizeof(uint32_t)); in unmarshal_VkImageFormatListCreateInfo()
8308 forUnmarshaling->viewFormatCount * sizeof(const VkFormat)); in unmarshal_VkImageFormatListCreateInfo()
8310 forUnmarshaling->viewFormatCount * sizeof(const VkFormat)); in unmarshal_VkImageFormatListCreateInfo()
9701 vkStream->write((uint32_t*)&forMarshaling->viewFormatCount, sizeof(uint32_t)); in marshal_VkFramebufferAttachmentImageInfo()
9703 forMarshaling->viewFormatCount * sizeof(const VkFormat)); in marshal_VkFramebufferAttachmentImageInfo()
9731 vkStream->read((uint32_t*)&forUnmarshaling->viewFormatCount, sizeof(uint32_t)); in unmarshal_VkFramebufferAttachmentImageInfo()
9733 forUnmarshaling->viewFormatCount * sizeof(const VkFormat)); in unmarshal_VkFramebufferAttachmentImageInfo()
9735 forUnmarshaling->viewFormatCount * sizeof(const VkFormat)); in unmarshal_VkFramebufferAttachmentImageInfo()
Dgoldfish_vk_deepcopy.cpp3925 from->pViewFormats, from->viewFormatCount * sizeof(const VkFormat)); in deepcopy_VkImageFormatListCreateInfo()
4625 from->pViewFormats, from->viewFormatCount * sizeof(const VkFormat)); in deepcopy_VkFramebufferAttachmentImageInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc2079 structure with non-zero pname:viewFormatCount
2260 slink:VkImageFormatListCreateInfo::pname:viewFormatCount is not zero,
2270 structure, then slink:VkImageFormatListCreateInfo::pname:viewFormatCount
2708 * pname:viewFormatCount is the number of entries in the pname:pViewFormats
2714 If pname:viewFormatCount is zero, pname:pViewFormats is ignored and the
4939 slink:VkImageFormatListCreateInfo::pname:viewFormatCount is not zero
Dcapabilities.adoc319 structure with non-zero pname:viewFormatCount
Drenderpass.adoc5101 * pname:viewFormatCount is the number of entries in the pname:pViewFormats
5103 slink:VkImageFormatListCreateInfo::pname:viewFormatCount used to create
6097 slink:VkImageFormatListCreateInfo::pname:viewFormatCount equal to the
6098 pname:viewFormatCount member of the corresponding element of
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2616 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentImageInfo.viewFormatCount ); in operator ()()
3043 VULKAN_HPP_HASH_COMBINE( seed, imageFormatListCreateInfo.viewFormatCount ); in operator ()()
Dvulkan_hash.hpp4592 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentImageInfo.viewFormatCount ); in operator ()()
5266 VULKAN_HPP_HASH_COMBINE( seed, imageFormatListCreateInfo.viewFormatCount ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6020 uint32_t viewFormatCount; member
6290 uint32_t viewFormatCount; member