Home
last modified time | relevance | path

Searched refs:pInputAttachments (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dsubpass_description_common.adoc7 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
Ddraw_common.adoc31 pname:pInputAttachments[code:InputAttachmentIndex] in the currently
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c155 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/
Drenderpass.adoc1311 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 …]
Dinterfaces.adoc534 the pname:pInputAttachments array of the slink:VkSubpassDescription
555 pname:pInputAttachments[_i_] member of sname:VkSubpassDescription.
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp1914 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()
Dgoldfish_vk_deepcopy_guest.cpp1849 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()
Dgoldfish_vk_counting_guest.cpp2028 (const VkAttachmentReference*)(toCount->pInputAttachments + i), count); in count_VkSubpassDescription()
3764 (const VkAttachmentReference2*)(toCount->pInputAttachments + i), count); in count_VkSubpassDescription2()
Dgoldfish_vk_marshaling_guest.cpp3832 (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()
Dgoldfish_vk_reserved_marshaling_guest.cpp2750 (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/
Dgoldfish_vk_transform.cpp1917 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()
Dgoldfish_vk_deepcopy.cpp1849 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()
Dgoldfish_vk_marshaling.cpp4330 (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()
Dgoldfish_vk_reserved_marshaling.cpp3241 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/
DVulkan.cpp892 .pInputAttachments = nullptr, in CreateFramebuffer()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6185 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pInputAttachments ); in operator ()()
6241 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pInputAttachments ); in operator ()()
Dvulkan_hash.hpp11985 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/
Dvulkan_core.h3801 const VkAttachmentReference* pInputAttachments; member
6053 const VkAttachmentReference2* pInputAttachments; member