Home
last modified time | relevance | path

Searched refs:pColorAttachments (Results 1 – 25 of 30) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dsubpass_description_common.adoc12 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
Ddraw_common.adoc813 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/
DVK_EXT_dynamic_rendering_unused_attachments.adoc49 …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…
DVK_EXT_multisampled_render_to_single_sampled.adoc282 .pColorAttachments = colorAttachments,
358 .pColorAttachments = colorAttachments,
DVK_KHR_dynamic_rendering.adoc78 const VkRenderingAttachmentInfoKHR* pColorAttachments;
399 .pColorAttachments = colorAttachments,
DVK_QCOM_tile_properties.adoc137 .pColorAttachments = colorAttachments,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_depth_stencil_resolve.adoc28 pname:pColorAttachments array entries.
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c160 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()
Dvk_meta_clear.c364 &pRenderingInfo->pColorAttachments[i]; in vk_meta_clear_rendering()
486 vk_render.pColorAttachments = &vk_att; in clear_image_level_layers()
Dvk_meta_blit_resolve.c659 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/
Drenderpass.adoc81 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 …]
Dcmdbuffers.adoc2984 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
Dinterfaces.adoc397 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/
DVulkan.cpp894 .pColorAttachments = nullptr, in CreateFramebuffer()
901 subpass.pColorAttachments = &*colorAttachment_reference; in CreateFramebuffer()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp1922 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 …]
Dgoldfish_vk_deepcopy_guest.cpp1861 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 …]
Dgoldfish_vk_counting_guest.cpp2036 (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()
Dgoldfish_vk_marshaling_guest.cpp3840 (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/
Dgoldfish_vk_transform.cpp1925 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 …]
Dgoldfish_vk_deepcopy.cpp1861 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 …]
Dgoldfish_vk_marshaling.cpp4338 (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/
DCompositorVk.cpp355 .pColorAttachments = &colorAttachmentRef, in setUpGraphicsPipeline()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp145 .pColorAttachments = &attachmentReference, in createRenderPass()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6187 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/
Doverlay.cpp1718 subpass.pColorAttachments = &color_attachment; in setup_swapchain_data()

12