/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | subpass_description_common.adoc | 7 If the pname:attachment member of an element of pname:pInputAttachments 42 If the pname:attachment member of an element of pname:pInputAttachments 64 If the pname:attachment member of an element of pname:pInputAttachments
|
D | draw_common.adoc | 31 pname:pInputAttachments[code:InputAttachmentIndex] in the currently
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 155 subpasses[i].pInputAttachments = reference_ptr; in vk_common_CreateRenderPass() 158 pCreateInfo->pSubpasses[i].pInputAttachments, in vk_common_CreateRenderPass() 194 &subpass->pInputAttachments[ref->inputAttachmentIndex]; in vk_common_CreateRenderPass() 510 &desc->pInputAttachments[a], in vk_common_CreateRenderPass2() 614 if (desc->pInputAttachments[a].attachment == VK_ATTACHMENT_UNUSED) in vk_common_CreateRenderPass2() 619 desc->pInputAttachments[a].attachment) { in vk_common_CreateRenderPass2() 631 desc->pInputAttachments[a].attachment) { in vk_common_CreateRenderPass2()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1311 and pname:pInputAttachments members of slink:VkSubpassDescription, 1477 pname:pInputAttachments, pname:pColorAttachments, 1528 element of the pname:pInputAttachments member of any element of 1881 sname:VkSubpassDescription::pname:pInputAttachments, 2120 * pname:inputAttachmentIndex is an index into the pname:pInputAttachments 2132 pCreateInfo->pSubpasses[subpass].pInputAttachments[inputAttachmentIndex] 2163 * pname:pInputAttachments is a pointer to an array of 2182 Each element of the pname:pInputAttachments array corresponds to an input 2185 uses the attachment provided in pname:pInputAttachments[*X*]. 2187 If the pname:attachment member of any element of pname:pInputAttachments is [all …]
|
D | interfaces.adoc | 534 the pname:pInputAttachments array of the slink:VkSubpassDescription 555 pname:pInputAttachments[_i_] member of sname:VkSubpassDescription.
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 1914 if (toTransform->pInputAttachments) { in transform_tohost_VkSubpassDescription() 1917 resourceTracker, (VkAttachmentReference*)(toTransform->pInputAttachments + i)); in transform_tohost_VkSubpassDescription() 1949 if (toTransform->pInputAttachments) { in transform_fromhost_VkSubpassDescription() 1952 resourceTracker, (VkAttachmentReference*)(toTransform->pInputAttachments + i)); in transform_fromhost_VkSubpassDescription() 3860 if (toTransform->pInputAttachments) { in transform_tohost_VkSubpassDescription2() 3863 resourceTracker, (VkAttachmentReference2*)(toTransform->pInputAttachments + i)); in transform_tohost_VkSubpassDescription2() 3898 if (toTransform->pInputAttachments) { in transform_fromhost_VkSubpassDescription2() 3901 resourceTracker, (VkAttachmentReference2*)(toTransform->pInputAttachments + i)); in transform_fromhost_VkSubpassDescription2()
|
D | goldfish_vk_deepcopy_guest.cpp | 1849 to->pInputAttachments = nullptr; in deepcopy_VkSubpassDescription() 1850 if (from->pInputAttachments) { in deepcopy_VkSubpassDescription() 1851 to->pInputAttachments = (VkAttachmentReference*)alloc->alloc( in deepcopy_VkSubpassDescription() 1855 deepcopy_VkAttachmentReference(alloc, rootType, from->pInputAttachments + i, in deepcopy_VkSubpassDescription() 1856 (VkAttachmentReference*)(to->pInputAttachments + i)); in deepcopy_VkSubpassDescription() 3993 to->pInputAttachments = nullptr; in deepcopy_VkSubpassDescription2() 3994 if (from->pInputAttachments) { in deepcopy_VkSubpassDescription2() 3995 to->pInputAttachments = (VkAttachmentReference2*)alloc->alloc( in deepcopy_VkSubpassDescription2() 4000 alloc, rootType, from->pInputAttachments + i, in deepcopy_VkSubpassDescription2() 4001 (VkAttachmentReference2*)(to->pInputAttachments + i)); in deepcopy_VkSubpassDescription2()
|
D | goldfish_vk_counting_guest.cpp | 2028 (const VkAttachmentReference*)(toCount->pInputAttachments + i), count); in count_VkSubpassDescription() 3764 (const VkAttachmentReference2*)(toCount->pInputAttachments + i), count); in count_VkSubpassDescription2()
|
D | goldfish_vk_marshaling_guest.cpp | 3832 (const VkAttachmentReference*)(forMarshaling->pInputAttachments + i)); in marshal_VkSubpassDescription() 3880 (VkAttachmentReference*)(forUnmarshaling->pInputAttachments + i)); in unmarshal_VkSubpassDescription() 6974 (const VkAttachmentReference2*)(forMarshaling->pInputAttachments + i)); in marshal_VkSubpassDescription2() 7028 (VkAttachmentReference2*)(forUnmarshaling->pInputAttachments + i)); in unmarshal_VkSubpassDescription2()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2750 (const VkAttachmentReference*)(forMarshaling->pInputAttachments + i), ptr); in reservedmarshal_VkSubpassDescription() 4845 (const VkAttachmentReference2*)(forMarshaling->pInputAttachments + i), ptr); in reservedmarshal_VkSubpassDescription2()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 1917 if (toTransform->pInputAttachments) { in transform_tohost_VkSubpassDescription() 1920 resourceTracker, (VkAttachmentReference*)(toTransform->pInputAttachments + i)); in transform_tohost_VkSubpassDescription() 1952 if (toTransform->pInputAttachments) { in transform_fromhost_VkSubpassDescription() 1955 resourceTracker, (VkAttachmentReference*)(toTransform->pInputAttachments + i)); in transform_fromhost_VkSubpassDescription() 3878 if (toTransform->pInputAttachments) { in transform_tohost_VkSubpassDescription2() 3881 resourceTracker, (VkAttachmentReference2*)(toTransform->pInputAttachments + i)); in transform_tohost_VkSubpassDescription2() 3916 if (toTransform->pInputAttachments) { in transform_fromhost_VkSubpassDescription2() 3919 resourceTracker, (VkAttachmentReference2*)(toTransform->pInputAttachments + i)); in transform_fromhost_VkSubpassDescription2()
|
D | goldfish_vk_deepcopy.cpp | 1849 to->pInputAttachments = nullptr; in deepcopy_VkSubpassDescription() 1850 if (from->pInputAttachments) { in deepcopy_VkSubpassDescription() 1851 to->pInputAttachments = (VkAttachmentReference*)alloc->alloc( in deepcopy_VkSubpassDescription() 1855 deepcopy_VkAttachmentReference(alloc, rootType, from->pInputAttachments + i, in deepcopy_VkSubpassDescription() 1856 (VkAttachmentReference*)(to->pInputAttachments + i)); in deepcopy_VkSubpassDescription() 3993 to->pInputAttachments = nullptr; in deepcopy_VkSubpassDescription2() 3994 if (from->pInputAttachments) { in deepcopy_VkSubpassDescription2() 3995 to->pInputAttachments = (VkAttachmentReference2*)alloc->alloc( in deepcopy_VkSubpassDescription2() 4000 alloc, rootType, from->pInputAttachments + i, in deepcopy_VkSubpassDescription2() 4001 (VkAttachmentReference2*)(to->pInputAttachments + i)); in deepcopy_VkSubpassDescription2()
|
D | goldfish_vk_marshaling.cpp | 4330 (const VkAttachmentReference*)(forMarshaling->pInputAttachments + i)); in marshal_VkSubpassDescription() 4374 vkStream->alloc((void**)&forUnmarshaling->pInputAttachments, in unmarshal_VkSubpassDescription() 4380 (VkAttachmentReference*)(forUnmarshaling->pInputAttachments + i)); in unmarshal_VkSubpassDescription() 8425 (const VkAttachmentReference2*)(forMarshaling->pInputAttachments + i)); in marshal_VkSubpassDescription2() 8487 vkStream->alloc((void**)&forUnmarshaling->pInputAttachments, in unmarshal_VkSubpassDescription2() 8493 (VkAttachmentReference2*)(forUnmarshaling->pInputAttachments + i)); in unmarshal_VkSubpassDescription2()
|
D | goldfish_vk_reserved_marshaling.cpp | 3241 vkStream->alloc((void**)&forUnmarshaling->pInputAttachments, in reservedunmarshal_VkSubpassDescription() 3245 vkStream, rootType, (VkAttachmentReference*)(forUnmarshaling->pInputAttachments + i), in reservedunmarshal_VkSubpassDescription() 6470 vkStream->alloc((void**)&forUnmarshaling->pInputAttachments, in reservedunmarshal_VkSubpassDescription2() 6474 vkStream, rootType, (VkAttachmentReference2*)(forUnmarshaling->pInputAttachments + i), in reservedunmarshal_VkSubpassDescription2()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 892 .pInputAttachments = nullptr, in CreateFramebuffer()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6185 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pInputAttachments ); in operator ()() 6241 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pInputAttachments ); in operator ()()
|
D | vulkan_hash.hpp | 11985 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pInputAttachments ); in operator ()() 12041 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pInputAttachments ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3801 const VkAttachmentReference* pInputAttachments; member 6053 const VkAttachmentReference2* pInputAttachments; member
|