Searched refs:pDepthStencilResolveAttachment (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_depth_stencil_resolve.adoc | 35 application to add a pname:pDepthStencilResolveAttachment, that is similar
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 314 ds_resolve != NULL && ds_resolve->pDepthStencilResolveAttachment && in num_subpass_attachments2() 315 ds_resolve->pDepthStencilResolveAttachment->attachment != VK_ATTACHMENT_UNUSED; in num_subpass_attachments2() 563 if (ds_resolve->pDepthStencilResolveAttachment && in vk_common_CreateRenderPass2() 564 ds_resolve->pDepthStencilResolveAttachment->attachment != VK_ATTACHMENT_UNUSED) { in vk_common_CreateRenderPass2() 569 ds_resolve->pDepthStencilResolveAttachment, in vk_common_CreateRenderPass2()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1306 slink:VkSubpassDescriptionDepthStencilResolve::pname:pDepthStencilResolveAttachment, 2227 slink:VkSubpassDescriptionDepthStencilResolve::pname:pDepthStencilResolveAttachment 2237 ename:VK_RESOLVE_MODE_NONE or the pname:pDepthStencilResolveAttachment does 2241 is ename:VK_RESOLVE_MODE_NONE or the pname:pDepthStencilResolveAttachment 3149 pname:pDepthStencilResolveAttachment member is not `NULL` and does not 3261 pname:pDepthStencilResolveAttachment is not `NULL`, then the 3819 pname:pDepthStencilResolveAttachment that is either `NULL` or has the 3945 * pname:pDepthStencilResolveAttachment is `NULL` or a pointer to a 3955 pname:pDepthStencilResolveAttachment is `NULL` or its attachment index is 3961 * [[VUID-VkSubpassDescriptionDepthStencilResolve-pDepthStencilResolveAttachment-03177]] [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 4243 if (toTransform->pDepthStencilResolveAttachment) { in transform_tohost_VkSubpassDescriptionDepthStencilResolve() 4246 (VkAttachmentReference2*)(toTransform->pDepthStencilResolveAttachment)); in transform_tohost_VkSubpassDescriptionDepthStencilResolve() 4257 if (toTransform->pDepthStencilResolveAttachment) { in transform_fromhost_VkSubpassDescriptionDepthStencilResolve() 4260 (VkAttachmentReference2*)(toTransform->pDepthStencilResolveAttachment)); in transform_fromhost_VkSubpassDescriptionDepthStencilResolve()
|
D | goldfish_vk_deepcopy_guest.cpp | 4433 to->pDepthStencilResolveAttachment = nullptr; in deepcopy_VkSubpassDescriptionDepthStencilResolve() 4434 if (from->pDepthStencilResolveAttachment) { in deepcopy_VkSubpassDescriptionDepthStencilResolve() 4435 to->pDepthStencilResolveAttachment = in deepcopy_VkSubpassDescriptionDepthStencilResolve() 4438 alloc, rootType, from->pDepthStencilResolveAttachment, in deepcopy_VkSubpassDescriptionDepthStencilResolve() 4439 (VkAttachmentReference2*)(to->pDepthStencilResolveAttachment)); in deepcopy_VkSubpassDescriptionDepthStencilResolve()
|
D | goldfish_vk_counting_guest.cpp | 4130 if (toCount->pDepthStencilResolveAttachment) { in count_VkSubpassDescriptionDepthStencilResolve() 4133 (const VkAttachmentReference2*)(toCount->pDepthStencilResolveAttachment), count); in count_VkSubpassDescriptionDepthStencilResolve()
|
D | goldfish_vk_marshaling_guest.cpp | 7730 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilResolveAttachment; in marshal_VkSubpassDescriptionDepthStencilResolve() 7732 if (forMarshaling->pDepthStencilResolveAttachment) { in marshal_VkSubpassDescriptionDepthStencilResolve() 7735 (const VkAttachmentReference2*)(forMarshaling->pDepthStencilResolveAttachment)); in marshal_VkSubpassDescriptionDepthStencilResolve() 7756 if (forUnmarshaling->pDepthStencilResolveAttachment) { in unmarshal_VkSubpassDescriptionDepthStencilResolve() 7764 (VkAttachmentReference2*)(forUnmarshaling->pDepthStencilResolveAttachment)); in unmarshal_VkSubpassDescriptionDepthStencilResolve()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5330 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilResolveAttachment; in reservedmarshal_VkSubpassDescriptionDepthStencilResolve() 5334 if (forMarshaling->pDepthStencilResolveAttachment) { in reservedmarshal_VkSubpassDescriptionDepthStencilResolve() 5337 (const VkAttachmentReference2*)(forMarshaling->pDepthStencilResolveAttachment), ptr); in reservedmarshal_VkSubpassDescriptionDepthStencilResolve()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 4267 if (toTransform->pDepthStencilResolveAttachment) { in transform_tohost_VkSubpassDescriptionDepthStencilResolve() 4270 (VkAttachmentReference2*)(toTransform->pDepthStencilResolveAttachment)); in transform_tohost_VkSubpassDescriptionDepthStencilResolve() 4281 if (toTransform->pDepthStencilResolveAttachment) { in transform_fromhost_VkSubpassDescriptionDepthStencilResolve() 4284 (VkAttachmentReference2*)(toTransform->pDepthStencilResolveAttachment)); in transform_fromhost_VkSubpassDescriptionDepthStencilResolve()
|
D | goldfish_vk_deepcopy.cpp | 4433 to->pDepthStencilResolveAttachment = nullptr; in deepcopy_VkSubpassDescriptionDepthStencilResolve() 4434 if (from->pDepthStencilResolveAttachment) { in deepcopy_VkSubpassDescriptionDepthStencilResolve() 4435 to->pDepthStencilResolveAttachment = in deepcopy_VkSubpassDescriptionDepthStencilResolve() 4438 alloc, rootType, from->pDepthStencilResolveAttachment, in deepcopy_VkSubpassDescriptionDepthStencilResolve() 4439 (VkAttachmentReference2*)(to->pDepthStencilResolveAttachment)); in deepcopy_VkSubpassDescriptionDepthStencilResolve()
|
D | goldfish_vk_marshaling.cpp | 9369 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilResolveAttachment; in marshal_VkSubpassDescriptionDepthStencilResolve() 9371 if (forMarshaling->pDepthStencilResolveAttachment) { in marshal_VkSubpassDescriptionDepthStencilResolve() 9374 (const VkAttachmentReference2*)(forMarshaling->pDepthStencilResolveAttachment)); in marshal_VkSubpassDescriptionDepthStencilResolve() 9404 forUnmarshaling->pDepthStencilResolveAttachment = in unmarshal_VkSubpassDescriptionDepthStencilResolve() 9406 if (forUnmarshaling->pDepthStencilResolveAttachment) { in unmarshal_VkSubpassDescriptionDepthStencilResolve() 9407 vkStream->alloc((void**)&forUnmarshaling->pDepthStencilResolveAttachment, in unmarshal_VkSubpassDescriptionDepthStencilResolve() 9411 (VkAttachmentReference2*)(forUnmarshaling->pDepthStencilResolveAttachment)); in unmarshal_VkSubpassDescriptionDepthStencilResolve()
|
D | goldfish_vk_reserved_marshaling.cpp | 7190 memcpy((VkAttachmentReference2**)&forUnmarshaling->pDepthStencilResolveAttachment, (*ptr), 8); in reservedunmarshal_VkSubpassDescriptionDepthStencilResolve() 7191 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pDepthStencilResolveAttachment); in reservedunmarshal_VkSubpassDescriptionDepthStencilResolve() 7193 if (forUnmarshaling->pDepthStencilResolveAttachment) { in reservedunmarshal_VkSubpassDescriptionDepthStencilResolve() 7194 vkStream->alloc((void**)&forUnmarshaling->pDepthStencilResolveAttachment, in reservedunmarshal_VkSubpassDescriptionDepthStencilResolve() 7198 (VkAttachmentReference2*)(forUnmarshaling->pDepthStencilResolveAttachment), ptr); in reservedunmarshal_VkSubpassDescriptionDepthStencilResolve()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6711 …KAN_HPP_HASH_COMBINE( seed, subpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment ); in operator ()()
|
D | vulkan_hash.hpp | 12890 …KAN_HPP_HASH_COMBINE( seed, subpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6231 const VkAttachmentReference2* pDepthStencilResolveAttachment; member
|