Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc4833 pname:width member of any element of the pname:pAttachmentImageInfos
4840 pname:height member of any element of the pname:pAttachmentImageInfos
4848 pname:width member of any element of the pname:pAttachmentImageInfos
4856 pname:height member of any element of the pname:pAttachmentImageInfos
4866 pname:width member of any element of the pname:pAttachmentImageInfos
4877 pname:height member of any element of the pname:pAttachmentImageInfos
4889 pname:pAttachmentImageInfos member of a
4907 of any element of the pname:pAttachmentImageInfos member of a
4921 pname:pAttachmentImageInfos member of a
4928 pname:usage member of any element of the pname:pAttachmentImageInfos
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp4416 if (toTransform->pAttachmentImageInfos) { in transform_tohost_VkFramebufferAttachmentsCreateInfo()
4420 (VkFramebufferAttachmentImageInfo*)(toTransform->pAttachmentImageInfos + i)); in transform_tohost_VkFramebufferAttachmentsCreateInfo()
4434 if (toTransform->pAttachmentImageInfos) { in transform_fromhost_VkFramebufferAttachmentsCreateInfo()
4438 (VkFramebufferAttachmentImageInfo*)(toTransform->pAttachmentImageInfos + i)); in transform_fromhost_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_deepcopy_guest.cpp4650 to->pAttachmentImageInfos = nullptr; in deepcopy_VkFramebufferAttachmentsCreateInfo()
4651 if (from->pAttachmentImageInfos) { in deepcopy_VkFramebufferAttachmentsCreateInfo()
4652 to->pAttachmentImageInfos = (VkFramebufferAttachmentImageInfo*)alloc->alloc( in deepcopy_VkFramebufferAttachmentsCreateInfo()
4657 alloc, rootType, from->pAttachmentImageInfos + i, in deepcopy_VkFramebufferAttachmentsCreateInfo()
4658 (VkFramebufferAttachmentImageInfo*)(to->pAttachmentImageInfos + i)); in deepcopy_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_counting_guest.cpp4288 (const VkFramebufferAttachmentImageInfo*)(toCount->pAttachmentImageInfos + i), in count_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp8009 (const VkFramebufferAttachmentImageInfo*)(forMarshaling->pAttachmentImageInfos + in marshal_VkFramebufferAttachmentsCreateInfo()
8029 (VkFramebufferAttachmentImageInfo*)(forUnmarshaling->pAttachmentImageInfos + i)); in unmarshal_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp5506 (const VkFramebufferAttachmentImageInfo*)(forMarshaling->pAttachmentImageInfos + i), in reservedmarshal_VkFramebufferAttachmentsCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp4446 if (toTransform->pAttachmentImageInfos) { in transform_tohost_VkFramebufferAttachmentsCreateInfo()
4450 (VkFramebufferAttachmentImageInfo*)(toTransform->pAttachmentImageInfos + i)); in transform_tohost_VkFramebufferAttachmentsCreateInfo()
4464 if (toTransform->pAttachmentImageInfos) { in transform_fromhost_VkFramebufferAttachmentsCreateInfo()
4468 (VkFramebufferAttachmentImageInfo*)(toTransform->pAttachmentImageInfos + i)); in transform_fromhost_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_deepcopy.cpp4650 to->pAttachmentImageInfos = nullptr; in deepcopy_VkFramebufferAttachmentsCreateInfo()
4651 if (from->pAttachmentImageInfos) { in deepcopy_VkFramebufferAttachmentsCreateInfo()
4652 to->pAttachmentImageInfos = (VkFramebufferAttachmentImageInfo*)alloc->alloc( in deepcopy_VkFramebufferAttachmentsCreateInfo()
4657 alloc, rootType, from->pAttachmentImageInfos + i, in deepcopy_VkFramebufferAttachmentsCreateInfo()
4658 (VkFramebufferAttachmentImageInfo*)(to->pAttachmentImageInfos + i)); in deepcopy_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_marshaling.cpp9752 (const VkFramebufferAttachmentImageInfo*)(forMarshaling->pAttachmentImageInfos + in marshal_VkFramebufferAttachmentsCreateInfo()
9781 (void**)&forUnmarshaling->pAttachmentImageInfos, in unmarshal_VkFramebufferAttachmentsCreateInfo()
9787 (VkFramebufferAttachmentImageInfo*)(forUnmarshaling->pAttachmentImageInfos + i)); in unmarshal_VkFramebufferAttachmentsCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp7494 (void**)&forUnmarshaling->pAttachmentImageInfos, in reservedunmarshal_VkFramebufferAttachmentsCreateInfo()
7499 (VkFramebufferAttachmentImageInfo*)(forUnmarshaling->pAttachmentImageInfos + i), ptr); in reservedunmarshal_VkFramebufferAttachmentsCreateInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2630 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentsCreateInfo.pAttachmentImageInfos ); in operator ()()
Dvulkan_hash.hpp4606 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentsCreateInfo.pAttachmentImageInfos ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6298 const VkFramebufferAttachmentImageInfo* pAttachmentImageInfos; member