Home
last modified time | relevance | path

Searched refs:attachmentImageInfoCount (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp4653 from->attachmentImageInfoCount * sizeof(const VkFramebufferAttachmentImageInfo)); in deepcopy_VkFramebufferAttachmentsCreateInfo()
4654 to->attachmentImageInfoCount = from->attachmentImageInfoCount; in deepcopy_VkFramebufferAttachmentsCreateInfo()
4655 for (uint32_t i = 0; i < (uint32_t)from->attachmentImageInfoCount; ++i) { in deepcopy_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_transform.cpp4447 for (uint32_t i = 0; i < (uint32_t)toTransform->attachmentImageInfoCount; ++i) { in transform_tohost_VkFramebufferAttachmentsCreateInfo()
4465 for (uint32_t i = 0; i < (uint32_t)toTransform->attachmentImageInfoCount; ++i) { in transform_fromhost_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_marshaling.cpp9747 vkStream->write((uint32_t*)&forMarshaling->attachmentImageInfoCount, sizeof(uint32_t)); in marshal_VkFramebufferAttachmentsCreateInfo()
9749 for (uint32_t i = 0; i < (uint32_t)forMarshaling->attachmentImageInfoCount; ++i) { in marshal_VkFramebufferAttachmentsCreateInfo()
9779 vkStream->read((uint32_t*)&forUnmarshaling->attachmentImageInfoCount, sizeof(uint32_t)); in unmarshal_VkFramebufferAttachmentsCreateInfo()
9782 forUnmarshaling->attachmentImageInfoCount * sizeof(const VkFramebufferAttachmentImageInfo)); in unmarshal_VkFramebufferAttachmentsCreateInfo()
9784 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->attachmentImageInfoCount; ++i) { in unmarshal_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp7491 memcpy((uint32_t*)&forUnmarshaling->attachmentImageInfoCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkFramebufferAttachmentsCreateInfo()
7495 forUnmarshaling->attachmentImageInfoCount * sizeof(const VkFramebufferAttachmentImageInfo)); in reservedunmarshal_VkFramebufferAttachmentsCreateInfo()
7496 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->attachmentImageInfoCount; ++i) { in reservedunmarshal_VkFramebufferAttachmentsCreateInfo()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp4653 from->attachmentImageInfoCount * sizeof(const VkFramebufferAttachmentImageInfo)); in deepcopy_VkFramebufferAttachmentsCreateInfo()
4654 to->attachmentImageInfoCount = from->attachmentImageInfoCount; in deepcopy_VkFramebufferAttachmentsCreateInfo()
4655 for (uint32_t i = 0; i < (uint32_t)from->attachmentImageInfoCount; ++i) { in deepcopy_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_transform_guest.cpp4417 for (uint32_t i = 0; i < (uint32_t)toTransform->attachmentImageInfoCount; ++i) { in transform_tohost_VkFramebufferAttachmentsCreateInfo()
4435 for (uint32_t i = 0; i < (uint32_t)toTransform->attachmentImageInfoCount; ++i) { in transform_fromhost_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp8004 vkStream->write((uint32_t*)&forMarshaling->attachmentImageInfoCount, sizeof(uint32_t)); in marshal_VkFramebufferAttachmentsCreateInfo()
8006 for (uint32_t i = 0; i < (uint32_t)forMarshaling->attachmentImageInfoCount; ++i) { in marshal_VkFramebufferAttachmentsCreateInfo()
8024 vkStream->read((uint32_t*)&forUnmarshaling->attachmentImageInfoCount, sizeof(uint32_t)); in unmarshal_VkFramebufferAttachmentsCreateInfo()
8026 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->attachmentImageInfoCount; ++i) { in unmarshal_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp5501 memcpy(*ptr, (uint32_t*)&forMarshaling->attachmentImageInfoCount, sizeof(uint32_t)); in reservedmarshal_VkFramebufferAttachmentsCreateInfo()
5503 for (uint32_t i = 0; i < (uint32_t)forMarshaling->attachmentImageInfoCount; ++i) { in reservedmarshal_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_counting_guest.cpp4285 for (uint32_t i = 0; i < (uint32_t)toCount->attachmentImageInfoCount; ++i) { in count_VkFramebufferAttachmentsCreateInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc4828 pname:attachmentImageInfoCount member of a
5065 * pname:attachmentImageInfoCount is the number of attachments being
6030 slink:VkFramebufferAttachmentsCreateInfo::pname:attachmentImageInfoCount
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2629 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentsCreateInfo.attachmentImageInfoCount ); in operator ()()
Dvulkan_hash.hpp4605 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentsCreateInfo.attachmentImageInfoCount ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6297 uint32_t attachmentImageInfoCount; member