Searched refs:attachmentImageInfoCount (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 4653 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()
|
D | goldfish_vk_transform.cpp | 4447 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()
|
D | goldfish_vk_marshaling.cpp | 9747 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 7491 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/ |
D | goldfish_vk_deepcopy_guest.cpp | 4653 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()
|
D | goldfish_vk_transform_guest.cpp | 4417 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()
|
D | goldfish_vk_marshaling_guest.cpp | 8004 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5501 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()
|
D | goldfish_vk_counting_guest.cpp | 4285 for (uint32_t i = 0; i < (uint32_t)toCount->attachmentImageInfoCount; ++i) { in count_VkFramebufferAttachmentsCreateInfo()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 4828 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/ |
D | vulkansc_hash.hpp | 2629 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentsCreateInfo.attachmentImageInfoCount ); in operator ()()
|
D | vulkan_hash.hpp | 4605 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentsCreateInfo.attachmentImageInfoCount ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6297 uint32_t attachmentImageInfoCount; member
|