/third_party/vk-gl-cts/external/vulkan-docs/src/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
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 59 dst[i].pColorAttachments = nullptr; in CopySubpasses() 310 subpasses[i].pColorAttachments = reinterpret_cast<VkAttachmentReference *>(hostMemory); in init() 311 CopyAttachmentReferences(const_cast<VkAttachmentReference *>(subpasses[i].pColorAttachments), in init() 312 subpass.pColorAttachments, subpass.colorAttachmentCount); in init() 325 if(subpass.pColorAttachments[j].attachment != VK_ATTACHMENT_UNUSED) in init() 326 MarkFirstUse(subpass.pColorAttachments[j].attachment, i); in init()
|
D | VkFramebuffer.cpp | 144 uint32_t attachmentIndex = subpass.pColorAttachments[attachment.colorAttachment].attachment; in clearAttachment() 208 ImageView *imageView = attachments[subpass.pColorAttachments[i].attachment]; in resolve()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 95 const VkAttachmentReference* pColorAttachments, 112 const VkAttachmentReference2* pColorAttachments,
|
D | vktMultiViewRenderPassUtil.cpp | 136 pColorAttachments = pColorAttachments_; in SubpassDescription1() 164 pColorAttachments = pColorAttachments_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 95 const VkAttachmentReference* pColorAttachments, 112 const VkAttachmentReference2* pColorAttachments,
|
D | vktMultiViewRenderPassUtil.cpp | 136 pColorAttachments = pColorAttachments_; in SubpassDescription1() 164 pColorAttachments = pColorAttachments_; in SubpassDescription2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pass.c | 232 uint32_t a = subpass->pColorAttachments[j].attachment; in tu_render_pass_add_implicit_deps() 235 if (att[a].initialLayout != subpass->pColorAttachments[j].layout && in tu_render_pass_add_implicit_deps() 324 uint32_t a = subpass->pColorAttachments[j].attachment; in tu_render_pass_add_implicit_deps() 327 if (att[a].finalLayout != subpass->pColorAttachments[j].layout && in tu_render_pass_add_implicit_deps() 863 uint32_t a = desc->pColorAttachments[j].attachment; in tu_CreateRenderPass2() 883 uint32_t src_a = desc->pColorAttachments[j].attachment; in tu_CreateRenderPass2() 1001 const VkRenderingAttachmentInfo *att_info = &info->pColorAttachments[i]; in tu_setup_dynamic_render_pass()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_pass.c | 138 uint32_t idx = desc->pColorAttachments[j].attachment; in panvk_CreateRenderPass2() 142 .layout = desc->pColorAttachments[j].layout, in panvk_CreateRenderPass2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_render_pass.h | 81 if (val->pColorAttachments) { in vn_sizeof_VkSubpassDescription() 84 size += vn_sizeof_VkAttachmentReference(&val->pColorAttachments[i]); in vn_sizeof_VkSubpassDescription() 122 if (val->pColorAttachments) { in vn_encode_VkSubpassDescription() 125 vn_encode_VkAttachmentReference(enc, &val->pColorAttachments[i]); in vn_encode_VkSubpassDescription() 904 if (val->pColorAttachments) { in vn_sizeof_VkSubpassDescription2_self() 907 size += vn_sizeof_VkAttachmentReference2(&val->pColorAttachments[i]); in vn_sizeof_VkSubpassDescription2_self() 982 if (val->pColorAttachments) { in vn_encode_VkSubpassDescription2_self() 985 vn_encode_VkAttachmentReference2(enc, &val->pColorAttachments[i]); in vn_encode_VkSubpassDescription2_self()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 101 const VkAttachmentReference* pColorAttachments, 118 const VkAttachmentReference2* pColorAttachments,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 101 const VkAttachmentReference* pColorAttachments, 118 const VkAttachmentReference2* pColorAttachments,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 479 pColorAttachments = DE_NULL; in SubpassDescription() 489 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount); in SubpassDescription() 522 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 551 pColorAttachments = &m_colorAttachments[0]; in operator =()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 479 pColorAttachments = DE_NULL; in SubpassDescription() 489 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount); in SubpassDescription() 522 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 551 pColorAttachments = &m_colorAttachments[0]; in operator =()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.cpp | 670 if (rCI.pSubpasses[i].pColorAttachments != DE_NULL) in calculateRenderPassHash() 672 …hash_combine(seed, rCI.pSubpasses[i].pColorAttachments[j].attachment, deUint32(rCI.pSubpasses[i].p… in calculateRenderPassHash() 710 if (rCI.pSubpasses[i].pColorAttachments != DE_NULL) in calculateRenderPass2Hash() 712 …hash_combine(seed, rCI.pSubpasses[i].pColorAttachments[j].attachment, deUint32(rCI.pSubpasses[i].p… in calculateRenderPass2Hash()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_render_pass.c | 156 subpasses[i].pColorAttachments = reference_ptr; in vk_common_CreateRenderPass() 159 pCreateInfo->pSubpasses[i].pColorAttachments, in vk_common_CreateRenderPass() 520 &desc->pColorAttachments[a], in vk_common_CreateRenderPass2() 615 if (desc->pColorAttachments[c].attachment == in vk_common_CreateRenderPass2() 654 const VkAttachmentReference2 *ref = &desc->pColorAttachments[a]; in vk_common_CreateRenderPass2() 959 data->rendering.pColorAttachments = attachments; in vk_get_command_buffer_inheritance_as_rendering_resume() 1549 render.pColorAttachments = &att; in load_attachment() 2046 .pColorAttachments = color_attachments, in begin_subpass()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | renderpass.adoc | 77 pname:pColorAttachments. 78 * pname:pColorAttachments is a pointer to an array of 98 Each element of the pname:pColorAttachments array corresponds to an output 101 provided in pname:pColorAttachments[*X*]. 102 If the pname:imageView member of any element of pname:pColorAttachments is 116 pname:pStencilAttachment, and elements of pname:pColorAttachments that 125 pname:pColorAttachments that are not dlink:VK_NULL_HANDLE must: have a 133 pname:pColorAttachments that are not dlink:VK_NULL_HANDLE and have a 153 pname:pColorAttachments, pname:pDepthAttachment, or 159 pname:pColorAttachments, pname:pDepthAttachment, or [all …]
|
D | renderpass.txt | 63 pname:pColorAttachments. 64 * pname:pColorAttachments is a pointer to an array of 85 Each element of the pname:pColorAttachments array corresponds to an output 88 provided in pname:pColorAttachments[*X*]. 89 If the pname:imageView member of any element of pname:pColorAttachments is 101 pname:pStencilAttachment, and elements of pname:pColorAttachments that 119 pname:pColorAttachments, pname:pDepthAttachment, or 125 pname:pColorAttachments, pname:pDepthAttachment, or 145 pname:imageView member of any element of pname:pColorAttachments, 153 pname:imageView member of any element of pname:pColorAttachments, [all …]
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 209 subpassDescMain.pColorAttachments = &colorRef; in Create() 241 subpassDescLoad.pColorAttachments = &colorRef; in Create()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pass.c | 213 .attachment = desc->pColorAttachments[j].attachment, in v3dv_CreateRenderPass2() 214 .layout = desc->pColorAttachments[j].layout, in v3dv_CreateRenderPass2()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pass.c | 420 .attachment = desc->pColorAttachments[j].attachment, in radv_CreateRenderPass2() 421 .layout = desc->pColorAttachments[j].layout, in radv_CreateRenderPass2()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_depth_stencil_resolve.txt | 28 pname:pColorAttachments array entries.
|
D | VK_KHR_depth_stencil_resolve.adoc | 28 pname:pColorAttachments array entries.
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 98 subpassDesc.pColorAttachments = &colorRef; in init()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 172 subpassDesc.pColorAttachments = colorAttachmentRefs.data(); in CreateRenderPassForQuery()
|