/external/vulkan-validation-layers/layers/ |
D | convert_to_renderpass2.cpp | 59 out_struct->pColorAttachments = nullptr; in ConvertVkSubpassDescriptionToV2KHR() 70 if (out_struct->colorAttachmentCount && in_struct->pColorAttachments) { in ConvertVkSubpassDescriptionToV2KHR() 71 …out_struct->pColorAttachments = new safe_VkAttachmentReference2KHR[out_struct->colorAttachmentCoun… in ConvertVkSubpassDescriptionToV2KHR() 73 …ConvertVkAttachmentReferenceToV2KHR(&in_struct->pColorAttachments[i], &out_struct->pColorAttachmen… in ConvertVkSubpassDescriptionToV2KHR()
|
/external/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 59 dst[i].pColorAttachments = nullptr; in CopySubpasses() 305 subpasses[i].pColorAttachments = reinterpret_cast<VkAttachmentReference *>(hostMemory); in init() 306 CopyAttachmentReferences(const_cast<VkAttachmentReference *>(subpasses[i].pColorAttachments), in init() 307 subpass.pColorAttachments, subpass.colorAttachmentCount); in init() 320 if(subpass.pColorAttachments[j].attachment != VK_ATTACHMENT_UNUSED) in init() 321 MarkFirstUse(subpass.pColorAttachments[j].attachment, i); in init()
|
D | VkFramebuffer.cpp | 111 uint32_t attachmentIndex = subpass.pColorAttachments[attachment.colorAttachment].attachment; in clearAttachment() 173 ImageView *imageView = attachments[subpass.pColorAttachments[i].attachment]; in resolve()
|
/external/deqp/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()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pass.c | 228 uint32_t a = subpass->pColorAttachments[j].attachment; in tu_render_pass_add_implicit_deps() 231 if (att[a].initialLayout != subpass->pColorAttachments[j].layout && !att_used[a]) in tu_render_pass_add_implicit_deps() 283 uint32_t a = subpass->pColorAttachments[j].attachment; in tu_render_pass_add_implicit_deps() 286 if (att[a].finalLayout != subpass->pColorAttachments[j].layout && !att_used[a]) in tu_render_pass_add_implicit_deps() 576 uint32_t a = desc->pColorAttachments[j].attachment; in tu_CreateRenderPass2()
|
D | tu_legacy.c | 289 subpasses[i].pColorAttachments = reference_ptr; in tu_CreateRenderPass() 291 pCreateInfo->pSubpasses[i].pColorAttachments, in tu_CreateRenderPass()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pass.c | 324 .attachment = desc->pColorAttachments[j].attachment, in anv_CreateRenderPass() 325 .layout = desc->pColorAttachments[j].layout, in anv_CreateRenderPass() 565 .attachment = desc->pColorAttachments[j].attachment, in anv_CreateRenderPass2() 566 .layout = desc->pColorAttachments[j].layout, in anv_CreateRenderPass2()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 111 const VkAttachmentReference* pColorAttachments, 128 const VkAttachmentReference2* pColorAttachments,
|
D | vktRenderPassTestsUtil.cpp | 138 pColorAttachments = pColorAttachments_; in SubpassDescription1() 166 pColorAttachments = pColorAttachments_; in SubpassDescription2()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pass.c | 235 .attachment = desc->pColorAttachments[j].attachment, in lvp_CreateRenderPass() 236 .layout = desc->pColorAttachments[j].layout, in lvp_CreateRenderPass()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pass.c | 421 .attachment = desc->pColorAttachments[j].attachment, in radv_CreateRenderPass() 422 .layout = desc->pColorAttachments[j].layout, in radv_CreateRenderPass() 608 .attachment = desc->pColorAttachments[j].attachment, in radv_CreateRenderPass2() 609 .layout = desc->pColorAttachments[j].layout, in radv_CreateRenderPass2()
|
D | radv_meta_blit.c | 1007 .pColorAttachments = &(VkAttachmentReference) { in radv_device_init_meta_blit_color() 1090 .pColorAttachments = NULL, in radv_device_init_meta_blit_depth() 1167 .pColorAttachments = NULL, in radv_device_init_meta_blit_stencil()
|
D | radv_meta_blit2d.c | 813 .pColorAttachments = &(VkAttachmentReference) { in blit2d_init_color_pipeline() 1007 .pColorAttachments = NULL, in blit2d_init_depth_only_pipeline() 1197 .pColorAttachments = NULL, in blit2d_init_stencil_only_pipeline()
|
D | radv_meta_decompress.c | 72 .pColorAttachments = NULL, in create_pass()
|
D | radv_meta_clear.c | 226 .pColorAttachments = &(VkAttachmentReference) { in create_color_renderpass() 604 .pColorAttachments = NULL, in create_depthstencil_renderpass() 2099 .pColorAttachments = NULL, in radv_clear_image_layer() 2113 subpass_desc.pColorAttachments = &att_ref; in radv_clear_image_layer()
|
D | radv_meta_resolve_fs.c | 222 .pColorAttachments = &(VkAttachmentReference) { in create_resolve_pipeline() 569 .pColorAttachments = NULL, in create_depth_stencil_resolve_pipeline()
|
/external/deqp/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 =()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_render_pass.c | 73 subpass.pColorAttachments = color_refs; in create_render_pass()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pass.c | 180 desc->pColorAttachments[j].attachment; in v3dv_CreateRenderPass() 183 .layout = desc->pColorAttachments[j].layout, in v3dv_CreateRenderPass()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_imageless_framebuffer.cpp | 79 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F() 354 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F() 452 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F() 633 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F() 815 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F()
|
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 1708 subpass.pColorAttachments = &attach_ref; in TEST_F() 1802 subpass.pColorAttachments = too_many_colors.data(); in TEST_F() 1810 subpass.pColorAttachments = color.data(); in TEST_F() 1815 attachments[subpass.pColorAttachments[1].attachment].samples = VK_SAMPLE_COUNT_8_BIT; in TEST_F() 1823 …attachments[subpass.pColorAttachments[1].attachment].samples = attachments[subpass.pColorAttachmen… in TEST_F() 1833 ….pDepthStencilAttachment->attachment].samples = attachments[subpass.pColorAttachments[0].attachmen… in TEST_F() 1846 attachments[subpass.pColorAttachments[0].attachment].samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 1854 attachments[subpass.pColorAttachments[0].attachment].samples = VK_SAMPLE_COUNT_4_BIT; in TEST_F() 1868 attachments[subpass.pColorAttachments[0].attachment].format = VK_FORMAT_R8G8B8A8_SRGB; in TEST_F() 1874 …attachments[subpass.pColorAttachments[0].attachment].format = attachments[subpass.pResolveAttachme… in TEST_F() [all …]
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 209 subpassDescMain.pColorAttachments = &colorRef; in Create() 241 subpassDescLoad.pColorAttachments = &colorRef; in Create()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 315 …hments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAtt… argument 323 res.pColorAttachments = pColorAttachments;
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 98 subpassDesc.pColorAttachments = &colorRef; in init()
|