Searched refs:pAttachmentImageInfos (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 4833 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/ |
D | goldfish_vk_transform_guest.cpp | 4416 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()
|
D | goldfish_vk_deepcopy_guest.cpp | 4650 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()
|
D | goldfish_vk_counting_guest.cpp | 4288 (const VkFramebufferAttachmentImageInfo*)(toCount->pAttachmentImageInfos + i), in count_VkFramebufferAttachmentsCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 8009 (const VkFramebufferAttachmentImageInfo*)(forMarshaling->pAttachmentImageInfos + in marshal_VkFramebufferAttachmentsCreateInfo() 8029 (VkFramebufferAttachmentImageInfo*)(forUnmarshaling->pAttachmentImageInfos + i)); in unmarshal_VkFramebufferAttachmentsCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5506 (const VkFramebufferAttachmentImageInfo*)(forMarshaling->pAttachmentImageInfos + i), in reservedmarshal_VkFramebufferAttachmentsCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 4446 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()
|
D | goldfish_vk_deepcopy.cpp | 4650 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()
|
D | goldfish_vk_marshaling.cpp | 9752 (const VkFramebufferAttachmentImageInfo*)(forMarshaling->pAttachmentImageInfos + in marshal_VkFramebufferAttachmentsCreateInfo() 9781 (void**)&forUnmarshaling->pAttachmentImageInfos, in unmarshal_VkFramebufferAttachmentsCreateInfo() 9787 (VkFramebufferAttachmentImageInfo*)(forUnmarshaling->pAttachmentImageInfos + i)); in unmarshal_VkFramebufferAttachmentsCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 7494 (void**)&forUnmarshaling->pAttachmentImageInfos, in reservedunmarshal_VkFramebufferAttachmentsCreateInfo() 7499 (VkFramebufferAttachmentImageInfo*)(forUnmarshaling->pAttachmentImageInfos + i), ptr); in reservedunmarshal_VkFramebufferAttachmentsCreateInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 2630 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentsCreateInfo.pAttachmentImageInfos ); in operator ()()
|
D | vulkan_hash.hpp | 4606 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentsCreateInfo.pAttachmentImageInfos ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6298 const VkFramebufferAttachmentImageInfo* pAttachmentImageInfos; member
|