/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | subpass_description_common.adoc | 12 If the pname:attachment member of an element of pname:pColorAttachments 29 If the pname:attachment member of an element of pname:pColorAttachments 47 If the pname:attachment member of an element of pname:pColorAttachments 68 If the pname:attachment member of an element of pname:pColorAttachments
|
D | draw_common.adoc | 813 each element of the slink:VkRenderingInfo::pname:pColorAttachments array 822 each element of the slink:VkRenderingInfo::pname:pColorAttachments array 836 each element of the slink:VkRenderingInfo::pname:pColorAttachments array 846 then each element of the slink:VkRenderingInfo::pname:pColorAttachments 861 each element of the slink:VkRenderingInfo::pname:pColorAttachments array 878 of the slink:VkRenderingInfo::pname:pColorAttachments array with a 894 of the slink:VkRenderingInfo::pname:pColorAttachments array with a 1197 slink:VkRenderingInfo::pname:pColorAttachments array with a 1239 slink:VkRenderingInfo::pname:pColorAttachments array with a 1284 slink:VkRenderingInfo::pname:pColorAttachments array with a [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_dynamic_rendering_unused_attachments.adoc | 49 …mentCount greater than 0, then each element of the VkRenderingInfo::pColorAttachments array with a… 58 …ring, if the imageView member of an element of the VkRenderingInfo::pColorAttachments parameter to… 61 …mentCount greater than 0, then each element of the VkRenderingInfo::pColorAttachments array with a…
|
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 282 .pColorAttachments = colorAttachments, 358 .pColorAttachments = colorAttachments,
|
D | VK_KHR_dynamic_rendering.adoc | 78 const VkRenderingAttachmentInfoKHR* pColorAttachments; 399 .pColorAttachments = colorAttachments,
|
D | VK_QCOM_tile_properties.adoc | 137 .pColorAttachments = colorAttachments,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_depth_stencil_resolve.adoc | 28 pname:pColorAttachments array entries.
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 160 subpasses[i].pColorAttachments = reference_ptr; in vk_common_CreateRenderPass() 163 pCreateInfo->pSubpasses[i].pColorAttachments, in vk_common_CreateRenderPass() 524 &desc->pColorAttachments[a], in vk_common_CreateRenderPass2() 618 if (desc->pColorAttachments[c].attachment == in vk_common_CreateRenderPass2() 660 const VkAttachmentReference2 *ref = &desc->pColorAttachments[a]; in vk_common_CreateRenderPass2() 987 data->rendering.pColorAttachments = attachments; in vk_get_command_buffer_inheritance_as_rendering_resume() 1579 render.pColorAttachments = &att; in load_attachment() 2087 .pColorAttachments = color_attachments, in begin_subpass()
|
D | vk_meta_clear.c | 364 &pRenderingInfo->pColorAttachments[i]; in vk_meta_clear_rendering() 486 vk_render.pColorAttachments = &vk_att; in clear_image_level_layers()
|
D | vk_meta_blit_resolve.c | 659 vk_render.pColorAttachments = &vk_att; in do_blit() 934 &pRenderingInfo->pColorAttachments[c]; in vk_meta_resolve_rendering()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 81 pname:pColorAttachments. 82 * pname:pColorAttachments is a pointer to an array of 114 Each element of the pname:pColorAttachments array corresponds to an output 117 provided in pname:pColorAttachments[*X*]. 118 If the pname:imageView member of any element of pname:pColorAttachments is 136 pname:pStencilAttachment, and elements of pname:pColorAttachments that 157 pname:pColorAttachments that are not dlink:VK_NULL_HANDLE must: have a 165 pname:pColorAttachments that are not dlink:VK_NULL_HANDLE and have a 209 pname:pColorAttachments, pname:pDepthAttachment, or 220 pname:pColorAttachments, pname:pDepthAttachment, or [all …]
|
D | cmdbuffers.adoc | 2984 slink:VkRenderingInfo::pname:pColorAttachments parameter to 2996 slink:VkRenderingInfo::pname:pColorAttachments parameter to 3067 slink:VkRenderingInfo::pname:pColorAttachments parameter to 3113 slink:VkRenderingInfo::pname:pColorAttachments parameter to
|
D | interfaces.adoc | 397 slink:VkRenderingInfo::pname:pColorAttachments[_i_]. 401 slink:VkSubpassDescription::pname:pColorAttachments[_i_]. 498 pname:pColorAttachments array of the slink:VkRenderingInfoKHR structure 510 slink:VkRenderingInfoKHR::pname:pColorAttachments with a pname:location
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 894 .pColorAttachments = nullptr, in CreateFramebuffer() 901 subpass.pColorAttachments = &*colorAttachment_reference; in CreateFramebuffer()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 1922 if (toTransform->pColorAttachments) { in transform_tohost_VkSubpassDescription() 1925 resourceTracker, (VkAttachmentReference*)(toTransform->pColorAttachments + i)); in transform_tohost_VkSubpassDescription() 1957 if (toTransform->pColorAttachments) { in transform_fromhost_VkSubpassDescription() 1960 resourceTracker, (VkAttachmentReference*)(toTransform->pColorAttachments + i)); in transform_fromhost_VkSubpassDescription() 3868 if (toTransform->pColorAttachments) { in transform_tohost_VkSubpassDescription2() 3871 resourceTracker, (VkAttachmentReference2*)(toTransform->pColorAttachments + i)); in transform_tohost_VkSubpassDescription2() 3906 if (toTransform->pColorAttachments) { in transform_fromhost_VkSubpassDescription2() 3909 resourceTracker, (VkAttachmentReference2*)(toTransform->pColorAttachments + i)); in transform_fromhost_VkSubpassDescription2() 5823 if (toTransform->pColorAttachments) { in transform_tohost_VkRenderingInfo() 5827 (VkRenderingAttachmentInfo*)(toTransform->pColorAttachments + i)); in transform_tohost_VkRenderingInfo() [all …]
|
D | goldfish_vk_deepcopy_guest.cpp | 1861 to->pColorAttachments = nullptr; in deepcopy_VkSubpassDescription() 1862 if (from->pColorAttachments) { in deepcopy_VkSubpassDescription() 1863 to->pColorAttachments = (VkAttachmentReference*)alloc->alloc( in deepcopy_VkSubpassDescription() 1867 deepcopy_VkAttachmentReference(alloc, rootType, from->pColorAttachments + i, in deepcopy_VkSubpassDescription() 1868 (VkAttachmentReference*)(to->pColorAttachments + i)); in deepcopy_VkSubpassDescription() 4006 to->pColorAttachments = nullptr; in deepcopy_VkSubpassDescription2() 4007 if (from->pColorAttachments) { in deepcopy_VkSubpassDescription2() 4008 to->pColorAttachments = (VkAttachmentReference2*)alloc->alloc( in deepcopy_VkSubpassDescription2() 4013 alloc, rootType, from->pColorAttachments + i, in deepcopy_VkSubpassDescription2() 4014 (VkAttachmentReference2*)(to->pColorAttachments + i)); in deepcopy_VkSubpassDescription2() [all …]
|
D | goldfish_vk_counting_guest.cpp | 2036 (const VkAttachmentReference*)(toCount->pColorAttachments + i), count); in count_VkSubpassDescription() 3772 (const VkAttachmentReference2*)(toCount->pColorAttachments + i), count); in count_VkSubpassDescription2() 5472 (const VkRenderingAttachmentInfo*)(toCount->pColorAttachments + i), count); in count_VkRenderingInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 3840 (const VkAttachmentReference*)(forMarshaling->pColorAttachments + i)); in marshal_VkSubpassDescription() 3888 (VkAttachmentReference*)(forUnmarshaling->pColorAttachments + i)); in unmarshal_VkSubpassDescription() 6982 (const VkAttachmentReference2*)(forMarshaling->pColorAttachments + i)); in marshal_VkSubpassDescription2() 7036 (VkAttachmentReference2*)(forUnmarshaling->pColorAttachments + i)); in unmarshal_VkSubpassDescription2() 10258 (const VkRenderingAttachmentInfo*)(forMarshaling->pColorAttachments + i)); in marshal_VkRenderingInfo() 10296 (VkRenderingAttachmentInfo*)(forUnmarshaling->pColorAttachments + i)); in unmarshal_VkRenderingInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 1925 if (toTransform->pColorAttachments) { in transform_tohost_VkSubpassDescription() 1928 resourceTracker, (VkAttachmentReference*)(toTransform->pColorAttachments + i)); in transform_tohost_VkSubpassDescription() 1960 if (toTransform->pColorAttachments) { in transform_fromhost_VkSubpassDescription() 1963 resourceTracker, (VkAttachmentReference*)(toTransform->pColorAttachments + i)); in transform_fromhost_VkSubpassDescription() 3886 if (toTransform->pColorAttachments) { in transform_tohost_VkSubpassDescription2() 3889 resourceTracker, (VkAttachmentReference2*)(toTransform->pColorAttachments + i)); in transform_tohost_VkSubpassDescription2() 3924 if (toTransform->pColorAttachments) { in transform_fromhost_VkSubpassDescription2() 3927 resourceTracker, (VkAttachmentReference2*)(toTransform->pColorAttachments + i)); in transform_fromhost_VkSubpassDescription2() 5873 if (toTransform->pColorAttachments) { in transform_tohost_VkRenderingInfo() 5877 (VkRenderingAttachmentInfo*)(toTransform->pColorAttachments + i)); in transform_tohost_VkRenderingInfo() [all …]
|
D | goldfish_vk_deepcopy.cpp | 1861 to->pColorAttachments = nullptr; in deepcopy_VkSubpassDescription() 1862 if (from->pColorAttachments) { in deepcopy_VkSubpassDescription() 1863 to->pColorAttachments = (VkAttachmentReference*)alloc->alloc( in deepcopy_VkSubpassDescription() 1867 deepcopy_VkAttachmentReference(alloc, rootType, from->pColorAttachments + i, in deepcopy_VkSubpassDescription() 1868 (VkAttachmentReference*)(to->pColorAttachments + i)); in deepcopy_VkSubpassDescription() 4006 to->pColorAttachments = nullptr; in deepcopy_VkSubpassDescription2() 4007 if (from->pColorAttachments) { in deepcopy_VkSubpassDescription2() 4008 to->pColorAttachments = (VkAttachmentReference2*)alloc->alloc( in deepcopy_VkSubpassDescription2() 4013 alloc, rootType, from->pColorAttachments + i, in deepcopy_VkSubpassDescription2() 4014 (VkAttachmentReference2*)(to->pColorAttachments + i)); in deepcopy_VkSubpassDescription2() [all …]
|
D | goldfish_vk_marshaling.cpp | 4338 (const VkAttachmentReference*)(forMarshaling->pColorAttachments + i)); in marshal_VkSubpassDescription() 4384 vkStream->alloc((void**)&forUnmarshaling->pColorAttachments, in unmarshal_VkSubpassDescription() 4390 (VkAttachmentReference*)(forUnmarshaling->pColorAttachments + i)); in unmarshal_VkSubpassDescription() 8433 (const VkAttachmentReference2*)(forMarshaling->pColorAttachments + i)); in marshal_VkSubpassDescription2() 8497 vkStream->alloc((void**)&forUnmarshaling->pColorAttachments, in unmarshal_VkSubpassDescription2() 8503 (VkAttachmentReference2*)(forUnmarshaling->pColorAttachments + i)); in unmarshal_VkSubpassDescription2() 12742 (const VkRenderingAttachmentInfo*)(forMarshaling->pColorAttachments + i)); in marshal_VkRenderingInfo() 12789 (void**)&forUnmarshaling->pColorAttachments, in unmarshal_VkRenderingInfo() 12795 (VkRenderingAttachmentInfo*)(forUnmarshaling->pColorAttachments + i)); in unmarshal_VkRenderingInfo()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 355 .pColorAttachments = &colorAttachmentRef, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 145 .pColorAttachments = &attachmentReference, in createRenderPass()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6187 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pColorAttachments ); in operator ()() 6243 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pColorAttachments ); in operator ()() 6359 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pColorAttachments ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1718 subpass.pColorAttachments = &color_attachment; in setup_swapchain_data()
|