Home
last modified time | relevance | path

Searched refs:pDepthStencilResolveAttachment (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_depth_stencil_resolve.adoc35 application to add a pname:pDepthStencilResolveAttachment, that is similar
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c314 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/
Drenderpass.adoc1306 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/
Dgoldfish_vk_transform_guest.cpp4243 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()
Dgoldfish_vk_deepcopy_guest.cpp4433 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()
Dgoldfish_vk_counting_guest.cpp4130 if (toCount->pDepthStencilResolveAttachment) { in count_VkSubpassDescriptionDepthStencilResolve()
4133 (const VkAttachmentReference2*)(toCount->pDepthStencilResolveAttachment), count); in count_VkSubpassDescriptionDepthStencilResolve()
Dgoldfish_vk_marshaling_guest.cpp7730 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp5330 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/
Dgoldfish_vk_transform.cpp4267 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()
Dgoldfish_vk_deepcopy.cpp4433 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()
Dgoldfish_vk_marshaling.cpp9369 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()
Dgoldfish_vk_reserved_marshaling.cpp7190 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/
Dvulkansc_hash.hpp6711 …KAN_HPP_HASH_COMBINE( seed, subpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment ); in operator ()()
Dvulkan_hash.hpp12890 …KAN_HPP_HASH_COMBINE( seed, subpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6231 const VkAttachmentReference2* pDepthStencilResolveAttachment; member