Home
last modified time | relevance | path

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

123

/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp59 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/
DVkRenderPass.cpp59 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()
DVkFramebuffer.cpp111 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/
DvktMultiViewRenderPassUtil.hpp95 const VkAttachmentReference* pColorAttachments,
112 const VkAttachmentReference2* pColorAttachments,
DvktMultiViewRenderPassUtil.cpp136 pColorAttachments = pColorAttachments_; in SubpassDescription1()
164 pColorAttachments = pColorAttachments_; in SubpassDescription2()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pass.c228 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()
Dtu_legacy.c289 subpasses[i].pColorAttachments = reference_ptr; in tu_CreateRenderPass()
291 pCreateInfo->pSubpasses[i].pColorAttachments, in tu_CreateRenderPass()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c324 .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/
DvktRenderPassTestsUtil.hpp111 const VkAttachmentReference* pColorAttachments,
128 const VkAttachmentReference2* pColorAttachments,
DvktRenderPassTestsUtil.cpp138 pColorAttachments = pColorAttachments_; in SubpassDescription1()
166 pColorAttachments = pColorAttachments_; in SubpassDescription2()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pass.c235 .attachment = desc->pColorAttachments[j].attachment, in lvp_CreateRenderPass()
236 .layout = desc->pColorAttachments[j].layout, in lvp_CreateRenderPass()
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c421 .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()
Dradv_meta_blit.c1007 .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()
Dradv_meta_blit2d.c813 .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()
Dradv_meta_decompress.c72 .pColorAttachments = NULL, in create_pass()
Dradv_meta_clear.c226 .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()
Dradv_meta_resolve_fs.c222 .pColorAttachments = &(VkAttachmentReference) { in create_resolve_pipeline()
569 .pColorAttachments = NULL, in create_depth_stencil_resolve_pipeline()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp479 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/
Dzink_render_pass.c73 subpass.pColorAttachments = color_refs; in create_render_pass()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pass.c180 desc->pColorAttachments[j].attachment; in v3dv_CreateRenderPass()
183 .layout = desc->pColorAttachments[j].layout, in v3dv_CreateRenderPass()
/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp79 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()
Dvklayertests_descriptor_renderpass_framebuffer.cpp1708 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/
DGrVkRenderPass.cpp209 subpassDescMain.pColorAttachments = &colorRef; in Create()
241 subpassDescLoad.pColorAttachments = &colorRef; in Create()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl315 …hments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAtt… argument
323 res.pColorAttachments = pColorAttachments;
/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp98 subpassDesc.pColorAttachments = &colorRef; in init()

123