/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | subpass_description_common.adoc | 18 pname:pResolveAttachments is not ename:VK_ATTACHMENT_UNUSED, its 35 pname:pResolveAttachments is not ename:VK_ATTACHMENT_UNUSED, its 55 pname:pResolveAttachments is not ename:VK_ATTACHMENT_UNUSED, its 73 pname:pResolveAttachments is not ename:VK_ATTACHMENT_UNUSED, its
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_depth_stencil_resolve.adoc | 27 specifying pname:pResolveAttachments entries corresponding to the 36 to the color pname:pResolveAttachments, that the
|
D | VK_QCOM_rotated_copy_commands.adoc | 53 on Qualcomm's GPU architecture and use of pResolveAttachments in
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 76 if (pCreateInfo->pSubpasses[i].pResolveAttachments) in vk_common_CreateRenderPass() 165 subpasses[i].pResolveAttachments = NULL; in vk_common_CreateRenderPass() 166 if (pCreateInfo->pSubpasses[i].pResolveAttachments) { in vk_common_CreateRenderPass() 167 subpasses[i].pResolveAttachments = reference_ptr; in vk_common_CreateRenderPass() 170 pCreateInfo->pSubpasses[i].pResolveAttachments, in vk_common_CreateRenderPass() 327 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + in num_subpass_attachments2() 530 if (desc->pResolveAttachments) { in vk_common_CreateRenderPass2() 538 &desc->pResolveAttachments[a], in vk_common_CreateRenderPass2()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1304 pname:pResolveAttachments, 1478 pname:pResolveAttachments or pname:pDepthStencilAttachment, or any 1883 sname:VkSubpassDescription::pname:pResolveAttachments, 2170 * pname:pResolveAttachments is `NULL` or a pointer to an array of 2215 pname:pResolveAttachments is not `NULL`, each of its elements corresponds to 2304 * [[VUID-VkSubpassDescription-pResolveAttachments-00847]] 2305 If pname:pResolveAttachments is not `NULL`, for each resolve attachment 2308 * [[VUID-VkSubpassDescription-pResolveAttachments-00848]] 2309 If pname:pResolveAttachments is not `NULL`, for each resolve attachment 2312 * [[VUID-VkSubpassDescription-pResolveAttachments-00849]] [all …]
|
D | pipelines.adoc | 3021 pname:pResolveAttachments is not `NULL`, then each resolve attachment
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 1930 if (toTransform->pResolveAttachments) { in transform_tohost_VkSubpassDescription() 1934 (VkAttachmentReference*)(toTransform->pResolveAttachments + i)); in transform_tohost_VkSubpassDescription() 1965 if (toTransform->pResolveAttachments) { in transform_fromhost_VkSubpassDescription() 1969 (VkAttachmentReference*)(toTransform->pResolveAttachments + i)); in transform_fromhost_VkSubpassDescription() 3876 if (toTransform->pResolveAttachments) { in transform_tohost_VkSubpassDescription2() 3880 (VkAttachmentReference2*)(toTransform->pResolveAttachments + i)); in transform_tohost_VkSubpassDescription2() 3914 if (toTransform->pResolveAttachments) { in transform_fromhost_VkSubpassDescription2() 3918 (VkAttachmentReference2*)(toTransform->pResolveAttachments + i)); in transform_fromhost_VkSubpassDescription2()
|
D | goldfish_vk_deepcopy_guest.cpp | 1873 to->pResolveAttachments = nullptr; in deepcopy_VkSubpassDescription() 1874 if (from->pResolveAttachments) { in deepcopy_VkSubpassDescription() 1875 to->pResolveAttachments = (VkAttachmentReference*)alloc->alloc( in deepcopy_VkSubpassDescription() 1880 alloc, rootType, from->pResolveAttachments + i, in deepcopy_VkSubpassDescription() 1881 (VkAttachmentReference*)(to->pResolveAttachments + i)); in deepcopy_VkSubpassDescription() 4019 to->pResolveAttachments = nullptr; in deepcopy_VkSubpassDescription2() 4020 if (from->pResolveAttachments) { in deepcopy_VkSubpassDescription2() 4021 to->pResolveAttachments = (VkAttachmentReference2*)alloc->alloc( in deepcopy_VkSubpassDescription2() 4026 alloc, rootType, from->pResolveAttachments + i, in deepcopy_VkSubpassDescription2() 4027 (VkAttachmentReference2*)(to->pResolveAttachments + i)); in deepcopy_VkSubpassDescription2()
|
D | goldfish_vk_counting_guest.cpp | 2041 if (toCount->pResolveAttachments) { in count_VkSubpassDescription() 2046 (const VkAttachmentReference*)(toCount->pResolveAttachments + i), count); in count_VkSubpassDescription() 3777 if (toCount->pResolveAttachments) { in count_VkSubpassDescription2() 3782 (const VkAttachmentReference2*)(toCount->pResolveAttachments + i), count); in count_VkSubpassDescription2()
|
D | goldfish_vk_marshaling_guest.cpp | 3844 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pResolveAttachments; in marshal_VkSubpassDescription() 3846 if (forMarshaling->pResolveAttachments) { in marshal_VkSubpassDescription() 3851 (const VkAttachmentReference*)(forMarshaling->pResolveAttachments + i)); in marshal_VkSubpassDescription() 3894 if (forUnmarshaling->pResolveAttachments) { in unmarshal_VkSubpassDescription() 3904 (VkAttachmentReference*)(forUnmarshaling->pResolveAttachments + i)); in unmarshal_VkSubpassDescription() 6986 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pResolveAttachments; in marshal_VkSubpassDescription2() 6988 if (forMarshaling->pResolveAttachments) { in marshal_VkSubpassDescription2() 6993 (const VkAttachmentReference2*)(forMarshaling->pResolveAttachments + i)); in marshal_VkSubpassDescription2() 7042 if (forUnmarshaling->pResolveAttachments) { in unmarshal_VkSubpassDescription2() 7052 (VkAttachmentReference2*)(forUnmarshaling->pResolveAttachments + i)); in unmarshal_VkSubpassDescription2()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2760 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pResolveAttachments; in reservedmarshal_VkSubpassDescription() 2764 if (forMarshaling->pResolveAttachments) { in reservedmarshal_VkSubpassDescription() 2768 (const VkAttachmentReference*)(forMarshaling->pResolveAttachments + i), ptr); in reservedmarshal_VkSubpassDescription() 4855 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pResolveAttachments; in reservedmarshal_VkSubpassDescription2() 4859 if (forMarshaling->pResolveAttachments) { in reservedmarshal_VkSubpassDescription2() 4863 (const VkAttachmentReference2*)(forMarshaling->pResolveAttachments + i), ptr); in reservedmarshal_VkSubpassDescription2()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 1933 if (toTransform->pResolveAttachments) { in transform_tohost_VkSubpassDescription() 1937 (VkAttachmentReference*)(toTransform->pResolveAttachments + i)); in transform_tohost_VkSubpassDescription() 1968 if (toTransform->pResolveAttachments) { in transform_fromhost_VkSubpassDescription() 1972 (VkAttachmentReference*)(toTransform->pResolveAttachments + i)); in transform_fromhost_VkSubpassDescription() 3894 if (toTransform->pResolveAttachments) { in transform_tohost_VkSubpassDescription2() 3898 (VkAttachmentReference2*)(toTransform->pResolveAttachments + i)); in transform_tohost_VkSubpassDescription2() 3932 if (toTransform->pResolveAttachments) { in transform_fromhost_VkSubpassDescription2() 3936 (VkAttachmentReference2*)(toTransform->pResolveAttachments + i)); in transform_fromhost_VkSubpassDescription2()
|
D | goldfish_vk_deepcopy.cpp | 1873 to->pResolveAttachments = nullptr; in deepcopy_VkSubpassDescription() 1874 if (from->pResolveAttachments) { in deepcopy_VkSubpassDescription() 1875 to->pResolveAttachments = (VkAttachmentReference*)alloc->alloc( in deepcopy_VkSubpassDescription() 1880 alloc, rootType, from->pResolveAttachments + i, in deepcopy_VkSubpassDescription() 1881 (VkAttachmentReference*)(to->pResolveAttachments + i)); in deepcopy_VkSubpassDescription() 4019 to->pResolveAttachments = nullptr; in deepcopy_VkSubpassDescription2() 4020 if (from->pResolveAttachments) { in deepcopy_VkSubpassDescription2() 4021 to->pResolveAttachments = (VkAttachmentReference2*)alloc->alloc( in deepcopy_VkSubpassDescription2() 4026 alloc, rootType, from->pResolveAttachments + i, in deepcopy_VkSubpassDescription2() 4027 (VkAttachmentReference2*)(to->pResolveAttachments + i)); in deepcopy_VkSubpassDescription2()
|
D | goldfish_vk_marshaling.cpp | 4342 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pResolveAttachments; in marshal_VkSubpassDescription() 4344 if (forMarshaling->pResolveAttachments) { in marshal_VkSubpassDescription() 4349 (const VkAttachmentReference*)(forMarshaling->pResolveAttachments + i)); in marshal_VkSubpassDescription() 4394 forUnmarshaling->pResolveAttachments = in unmarshal_VkSubpassDescription() 4396 if (forUnmarshaling->pResolveAttachments) { in unmarshal_VkSubpassDescription() 4398 (void**)&forUnmarshaling->pResolveAttachments, in unmarshal_VkSubpassDescription() 4404 (VkAttachmentReference*)(forUnmarshaling->pResolveAttachments + i)); in unmarshal_VkSubpassDescription() 8437 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pResolveAttachments; in marshal_VkSubpassDescription2() 8439 if (forMarshaling->pResolveAttachments) { in marshal_VkSubpassDescription2() 8444 (const VkAttachmentReference2*)(forMarshaling->pResolveAttachments + i)); in marshal_VkSubpassDescription2() [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 3258 memcpy((VkAttachmentReference**)&forUnmarshaling->pResolveAttachments, (*ptr), 8); in reservedunmarshal_VkSubpassDescription() 3259 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pResolveAttachments); in reservedunmarshal_VkSubpassDescription() 3261 if (forUnmarshaling->pResolveAttachments) { in reservedunmarshal_VkSubpassDescription() 3263 (void**)&forUnmarshaling->pResolveAttachments, in reservedunmarshal_VkSubpassDescription() 3268 (VkAttachmentReference*)(forUnmarshaling->pResolveAttachments + i), ptr); in reservedunmarshal_VkSubpassDescription() 6487 memcpy((VkAttachmentReference2**)&forUnmarshaling->pResolveAttachments, (*ptr), 8); in reservedunmarshal_VkSubpassDescription2() 6488 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pResolveAttachments); in reservedunmarshal_VkSubpassDescription2() 6490 if (forUnmarshaling->pResolveAttachments) { in reservedunmarshal_VkSubpassDescription2() 6492 (void**)&forUnmarshaling->pResolveAttachments, in reservedunmarshal_VkSubpassDescription2() 6497 (VkAttachmentReference2*)(forUnmarshaling->pResolveAttachments + i), ptr); in reservedunmarshal_VkSubpassDescription2()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 895 .pResolveAttachments = nullptr, in CreateFramebuffer()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6188 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pResolveAttachments ); in operator ()() 6244 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pResolveAttachments ); in operator ()()
|
D | vulkan_hash.hpp | 11988 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pResolveAttachments ); in operator ()() 12044 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pResolveAttachments ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3804 const VkAttachmentReference* pResolveAttachments; member 6056 const VkAttachmentReference2* pResolveAttachments; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 12028 * Clarify that slink:VkSubpassDescription::pname:pResolveAttachments
|