Home
last modified time | relevance | path

Searched refs:pDepthStencilAttachment (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c78 if (pCreateInfo->pSubpasses[i].pDepthStencilAttachment) in vk_common_CreateRenderPass()
173 subpasses[i].pDepthStencilAttachment = NULL; in vk_common_CreateRenderPass()
174 if (pCreateInfo->pSubpasses[i].pDepthStencilAttachment) { in vk_common_CreateRenderPass()
175 subpasses[i].pDepthStencilAttachment = reference_ptr; in vk_common_CreateRenderPass()
177 pCreateInfo->pSubpasses[i].pDepthStencilAttachment, in vk_common_CreateRenderPass()
306 desc->pDepthStencilAttachment != NULL && in num_subpass_attachments2()
307 desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED; in num_subpass_attachments2()
547 if (desc->pDepthStencilAttachment && in vk_common_CreateRenderPass2()
548 desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in vk_common_CreateRenderPass2()
553 desc->pDepthStencilAttachment, in vk_common_CreateRenderPass2()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_depth_stencil_resolve.adoc37 pname:pDepthStencilAttachment can be resolved into.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dsubpass_description_common.adoc23 If the pname:attachment member of pname:pDepthStencilAttachment is not
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1303 pname:pColorAttachments, pname:pDepthStencilAttachment,
1478 pname:pResolveAttachments or pname:pDepthStencilAttachment, or any
1884 sname:VkSubpassDescription::pname:pDepthStencilAttachment, or
2173 * pname:pDepthStencilAttachment is a pointer to a
2230 pname:pDepthStencilAttachment, and
2258 If pname:pDepthStencilAttachment is `NULL`, or if its attachment index is
2341 * [[VUID-VkSubpassDescription-pDepthStencilAttachment-02650]]
2342 If pname:pDepthStencilAttachment is not `NULL` and the attachment is not
2375 than or equal to the sample count of pname:pDepthStencilAttachment if it
2378 * [[VUID-VkSubpassDescription-pDepthStencilAttachment-01418]]
[all …]
/hardware/google/gfxstream/common/detector/
DVulkan.cpp896 .pDepthStencilAttachment = nullptr, in CreateFramebuffer()
904 subpass.pDepthStencilAttachment = &*depthAttachment_reference; in CreateFramebuffer()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc283 .pDepthStencilAttachment = &depthStencilAttachment,
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp1938 if (toTransform->pDepthStencilAttachment) { in transform_tohost_VkSubpassDescription()
1940 resourceTracker, (VkAttachmentReference*)(toTransform->pDepthStencilAttachment)); in transform_tohost_VkSubpassDescription()
1973 if (toTransform->pDepthStencilAttachment) { in transform_fromhost_VkSubpassDescription()
1975 resourceTracker, (VkAttachmentReference*)(toTransform->pDepthStencilAttachment)); in transform_fromhost_VkSubpassDescription()
3884 if (toTransform->pDepthStencilAttachment) { in transform_tohost_VkSubpassDescription2()
3886 resourceTracker, (VkAttachmentReference2*)(toTransform->pDepthStencilAttachment)); in transform_tohost_VkSubpassDescription2()
3922 if (toTransform->pDepthStencilAttachment) { in transform_fromhost_VkSubpassDescription2()
3924 resourceTracker, (VkAttachmentReference2*)(toTransform->pDepthStencilAttachment)); in transform_fromhost_VkSubpassDescription2()
Dgoldfish_vk_deepcopy_guest.cpp1885 to->pDepthStencilAttachment = nullptr; in deepcopy_VkSubpassDescription()
1886 if (from->pDepthStencilAttachment) { in deepcopy_VkSubpassDescription()
1887 to->pDepthStencilAttachment = in deepcopy_VkSubpassDescription()
1889 deepcopy_VkAttachmentReference(alloc, rootType, from->pDepthStencilAttachment, in deepcopy_VkSubpassDescription()
1890 (VkAttachmentReference*)(to->pDepthStencilAttachment)); in deepcopy_VkSubpassDescription()
4031 to->pDepthStencilAttachment = nullptr; in deepcopy_VkSubpassDescription2()
4032 if (from->pDepthStencilAttachment) { in deepcopy_VkSubpassDescription2()
4033 to->pDepthStencilAttachment = in deepcopy_VkSubpassDescription2()
4035 deepcopy_VkAttachmentReference2(alloc, rootType, from->pDepthStencilAttachment, in deepcopy_VkSubpassDescription2()
4036 (VkAttachmentReference2*)(to->pDepthStencilAttachment)); in deepcopy_VkSubpassDescription2()
Dgoldfish_vk_counting_guest.cpp2052 if (toCount->pDepthStencilAttachment) { in count_VkSubpassDescription()
2054 featureBits, rootType, (const VkAttachmentReference*)(toCount->pDepthStencilAttachment), in count_VkSubpassDescription()
3788 if (toCount->pDepthStencilAttachment) { in count_VkSubpassDescription2()
3791 (const VkAttachmentReference2*)(toCount->pDepthStencilAttachment), count); in count_VkSubpassDescription2()
Dgoldfish_vk_marshaling_guest.cpp3856 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilAttachment; in marshal_VkSubpassDescription()
3858 if (forMarshaling->pDepthStencilAttachment) { in marshal_VkSubpassDescription()
3861 (const VkAttachmentReference*)(forMarshaling->pDepthStencilAttachment)); in marshal_VkSubpassDescription()
3911 if (forUnmarshaling->pDepthStencilAttachment) { in unmarshal_VkSubpassDescription()
3918 vkStream, rootType, (VkAttachmentReference*)(forUnmarshaling->pDepthStencilAttachment)); in unmarshal_VkSubpassDescription()
6998 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilAttachment; in marshal_VkSubpassDescription2()
7000 if (forMarshaling->pDepthStencilAttachment) { in marshal_VkSubpassDescription2()
7003 (const VkAttachmentReference2*)(forMarshaling->pDepthStencilAttachment)); in marshal_VkSubpassDescription2()
7059 if (forUnmarshaling->pDepthStencilAttachment) { in unmarshal_VkSubpassDescription2()
7067 (VkAttachmentReference2*)(forUnmarshaling->pDepthStencilAttachment)); in unmarshal_VkSubpassDescription2()
Dgoldfish_vk_reserved_marshaling_guest.cpp2772 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilAttachment; in reservedmarshal_VkSubpassDescription()
2776 if (forMarshaling->pDepthStencilAttachment) { in reservedmarshal_VkSubpassDescription()
2779 (const VkAttachmentReference*)(forMarshaling->pDepthStencilAttachment), ptr); in reservedmarshal_VkSubpassDescription()
4867 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilAttachment; in reservedmarshal_VkSubpassDescription2()
4871 if (forMarshaling->pDepthStencilAttachment) { in reservedmarshal_VkSubpassDescription2()
4874 (const VkAttachmentReference2*)(forMarshaling->pDepthStencilAttachment), ptr); in reservedmarshal_VkSubpassDescription2()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp1941 if (toTransform->pDepthStencilAttachment) { in transform_tohost_VkSubpassDescription()
1943 resourceTracker, (VkAttachmentReference*)(toTransform->pDepthStencilAttachment)); in transform_tohost_VkSubpassDescription()
1976 if (toTransform->pDepthStencilAttachment) { in transform_fromhost_VkSubpassDescription()
1978 resourceTracker, (VkAttachmentReference*)(toTransform->pDepthStencilAttachment)); in transform_fromhost_VkSubpassDescription()
3902 if (toTransform->pDepthStencilAttachment) { in transform_tohost_VkSubpassDescription2()
3904 resourceTracker, (VkAttachmentReference2*)(toTransform->pDepthStencilAttachment)); in transform_tohost_VkSubpassDescription2()
3940 if (toTransform->pDepthStencilAttachment) { in transform_fromhost_VkSubpassDescription2()
3942 resourceTracker, (VkAttachmentReference2*)(toTransform->pDepthStencilAttachment)); in transform_fromhost_VkSubpassDescription2()
Dgoldfish_vk_deepcopy.cpp1885 to->pDepthStencilAttachment = nullptr; in deepcopy_VkSubpassDescription()
1886 if (from->pDepthStencilAttachment) { in deepcopy_VkSubpassDescription()
1887 to->pDepthStencilAttachment = in deepcopy_VkSubpassDescription()
1889 deepcopy_VkAttachmentReference(alloc, rootType, from->pDepthStencilAttachment, in deepcopy_VkSubpassDescription()
1890 (VkAttachmentReference*)(to->pDepthStencilAttachment)); in deepcopy_VkSubpassDescription()
4031 to->pDepthStencilAttachment = nullptr; in deepcopy_VkSubpassDescription2()
4032 if (from->pDepthStencilAttachment) { in deepcopy_VkSubpassDescription2()
4033 to->pDepthStencilAttachment = in deepcopy_VkSubpassDescription2()
4035 deepcopy_VkAttachmentReference2(alloc, rootType, from->pDepthStencilAttachment, in deepcopy_VkSubpassDescription2()
4036 (VkAttachmentReference2*)(to->pDepthStencilAttachment)); in deepcopy_VkSubpassDescription2()
Dgoldfish_vk_marshaling.cpp4354 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilAttachment; in marshal_VkSubpassDescription()
4356 if (forMarshaling->pDepthStencilAttachment) { in marshal_VkSubpassDescription()
4359 (const VkAttachmentReference*)(forMarshaling->pDepthStencilAttachment)); in marshal_VkSubpassDescription()
4409 forUnmarshaling->pDepthStencilAttachment = in unmarshal_VkSubpassDescription()
4411 if (forUnmarshaling->pDepthStencilAttachment) { in unmarshal_VkSubpassDescription()
4412 vkStream->alloc((void**)&forUnmarshaling->pDepthStencilAttachment, in unmarshal_VkSubpassDescription()
4415 vkStream, rootType, (VkAttachmentReference*)(forUnmarshaling->pDepthStencilAttachment)); in unmarshal_VkSubpassDescription()
8449 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilAttachment; in marshal_VkSubpassDescription2()
8451 if (forMarshaling->pDepthStencilAttachment) { in marshal_VkSubpassDescription2()
8454 (const VkAttachmentReference2*)(forMarshaling->pDepthStencilAttachment)); in marshal_VkSubpassDescription2()
[all …]
Dgoldfish_vk_reserved_marshaling.cpp3272 memcpy((VkAttachmentReference**)&forUnmarshaling->pDepthStencilAttachment, (*ptr), 8); in reservedunmarshal_VkSubpassDescription()
3273 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pDepthStencilAttachment); in reservedunmarshal_VkSubpassDescription()
3275 if (forUnmarshaling->pDepthStencilAttachment) { in reservedunmarshal_VkSubpassDescription()
3276 vkStream->alloc((void**)&forUnmarshaling->pDepthStencilAttachment, in reservedunmarshal_VkSubpassDescription()
3279 vkStream, rootType, (VkAttachmentReference*)(forUnmarshaling->pDepthStencilAttachment), in reservedunmarshal_VkSubpassDescription()
6501 memcpy((VkAttachmentReference2**)&forUnmarshaling->pDepthStencilAttachment, (*ptr), 8); in reservedunmarshal_VkSubpassDescription2()
6502 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pDepthStencilAttachment); in reservedunmarshal_VkSubpassDescription2()
6504 if (forUnmarshaling->pDepthStencilAttachment) { in reservedunmarshal_VkSubpassDescription2()
6505 vkStream->alloc((void**)&forUnmarshaling->pDepthStencilAttachment, in reservedunmarshal_VkSubpassDescription2()
6508 vkStream, rootType, (VkAttachmentReference2*)(forUnmarshaling->pDepthStencilAttachment), in reservedunmarshal_VkSubpassDescription2()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6189 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pDepthStencilAttachment ); in operator ()()
6245 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pDepthStencilAttachment ); in operator ()()
Dvulkan_hash.hpp11989 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pDepthStencilAttachment ); in operator ()()
12045 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pDepthStencilAttachment ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3805 const VkAttachmentReference* pDepthStencilAttachment; member
6057 const VkAttachmentReference2* pDepthStencilAttachment; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc4119 * Describe slink:VkSubpassDescription::pname:pDepthStencilAttachment