Home
last modified time | relevance | path

Searched refs:pColorAttachments (Results 1 - 25 of 74) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkRenderPass.cpp59 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()
H A DVkFramebuffer.cpp144 uint32_t attachmentIndex = subpass.pColorAttachments[attachment.colorAttachment].attachment; in clearAttachment()
208 ImageView *imageView = attachments[subpass.pColorAttachments[i].attachment];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp95 const VkAttachmentReference* pColorAttachments,
112 const VkAttachmentReference2* pColorAttachments,
H A DvktMultiViewRenderPassUtil.cpp136 pColorAttachments = pColorAttachments_; in SubpassDescription1()
164 pColorAttachments = pColorAttachments_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp95 const VkAttachmentReference* pColorAttachments,
112 const VkAttachmentReference2* pColorAttachments,
H A DvktMultiViewRenderPassUtil.cpp136 pColorAttachments = pColorAttachments_; in SubpassDescription1()
164 pColorAttachments = pColorAttachments_; in SubpassDescription2()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c232 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/
H A Dpanvk_pass.c138 uint32_t idx = desc->pColorAttachments[j].attachment; in panvk_CreateRenderPass2()
142 .layout = desc->pColorAttachments[j].layout, in panvk_CreateRenderPass2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp101 const VkAttachmentReference* pColorAttachments,
118 const VkAttachmentReference2* pColorAttachments,
H A DvktRenderPassTestsUtil.cpp138 pColorAttachments = pColorAttachments_; in SubpassDescription1()
166 pColorAttachments = pColorAttachments_; in SubpassDescription2()
687 colorAttachmentReferences.empty() ? DE_NULL : &colorAttachmentReferences[0], // const VkAttachmentReference* pColorAttachments; || const VkAttachmentReference2* pColorAttachments; in createSubpassDescription()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp101 const VkAttachmentReference* pColorAttachments,
118 const VkAttachmentReference2* pColorAttachments,
H A DvktRenderPassTestsUtil.cpp138 pColorAttachments = pColorAttachments_; in SubpassDescription1()
166 pColorAttachments = pColorAttachments_; in SubpassDescription2()
687 colorAttachmentReferences.empty() ? DE_NULL : &colorAttachmentReferences[0], // const VkAttachmentReference* pColorAttachments; || const VkAttachmentReference2* pColorAttachments; in createSubpassDescription()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A 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 =()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A 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 =()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h81 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/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c156 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/mesa3d/src/amd/vulkan/
H A Dradv_pass.c420 .attachment = desc->pColorAttachments[j].attachment, in radv_CreateRenderPass2()
421 .layout = desc->pColorAttachments[j].layout, in radv_CreateRenderPass2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pass.c213 .attachment = desc->pColorAttachments[j].attachment, in v3dv_CreateRenderPass2()
214 .layout = desc->pColorAttachments[j].layout, in v3dv_CreateRenderPass2()
/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp211 subpassDescMain.pColorAttachments = &colorRef; in Create()
243 subpassDescLoad.pColorAttachments = &colorRef; in Create()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp670 if (rCI.pSubpasses[i].pColorAttachments != DE_NULL) in calculateRenderPassHash()
672 hash_combine(seed, rCI.pSubpasses[i].pColorAttachments[j].attachment, deUint32(rCI.pSubpasses[i].pColorAttachments[j].layout)); 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].pColorAttachments[j].layout)); in calculateRenderPass2Hash()
914 &attachmentReference, // const VkAttachmentReference* pColorAttachments in prepareSimpleRenderPassCI()
H A DvkPipelineConstructionUtil.cpp547 deUint32 j = pCreateInfo->pSubpasses[s].pColorAttachments[i].attachment; in RenderPassWrapper()
555 subpass.m_colorAttachments[i].attachmentInfo.imageLayout = pCreateInfo->pSubpasses[s].pColorAttachments[i].layout; in RenderPassWrapper()
686 deUint32 j = pCreateInfo->pSubpasses[s].pColorAttachments[i].attachment; in RenderPassWrapper()
694 subpass.m_colorAttachments[i].attachmentInfo.imageLayout = pCreateInfo->pSubpasses[s].pColorAttachments[i].layout; in RenderPassWrapper()
941 renderingInfo.pColorAttachments = &attachment; in clearAttachments()
1458 m_renderingInfo.pColorAttachments = colorAttachments.data(); in beginRendering()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp209 subpassDesc.pColorAttachments = colorAttachmentRefs.data(); in CreateRenderPassForQuery()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pass.c424 desc->pColorAttachments[j].attachment; in pvr_CreateRenderPass2()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp159 subpassDescription.pColorAttachments = &attachment0; in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp944 const VkAttachmentReference* pColorAttachments = DE_NULL; in createRenderPass() local
957 pColorAttachments = &attachmentRef; in createRenderPass()
970 pColorAttachments, // const VkAttachmentReference* pColorAttachments; in createRenderPass()
1070 DE_NULL, // const VkAttachmentReference2KHR* pColorAttachments; in createRenderPass()

Completed in 36 milliseconds

123