/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_image.c | 768 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/ |
D | wsi_common.c | 621 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/ |
D | wsi.adoc | 556 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/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 4763 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()
|
D | goldfish_vk_marshaling_guest.cpp | 6868 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()
|
D | goldfish_vk_counting_guest.cpp | 3703 *count += toCount->viewFormatCount * sizeof(const VkFormat); in count_VkImageFormatListCreateInfo() 4267 *count += toCount->viewFormatCount * sizeof(const VkFormat); in count_VkFramebufferAttachmentImageInfo()
|
D | goldfish_vk_deepcopy_guest.cpp | 3925 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/ |
D | goldfish_vk_reserved_marshaling.cpp | 6346 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()
|
D | goldfish_vk_marshaling.cpp | 8281 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()
|
D | goldfish_vk_deepcopy.cpp | 3925 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/ |
D | resources.adoc | 2079 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
|
D | capabilities.adoc | 319 structure with non-zero pname:viewFormatCount
|
D | renderpass.adoc | 5101 * 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/ |
D | vulkansc_hash.hpp | 2616 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentImageInfo.viewFormatCount ); in operator ()() 3043 VULKAN_HPP_HASH_COMBINE( seed, imageFormatListCreateInfo.viewFormatCount ); in operator ()()
|
D | vulkan_hash.hpp | 4592 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/ |
D | vulkan_core.h | 6020 uint32_t viewFormatCount; member 6290 uint32_t viewFormatCount; member
|