/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A 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()
|
H A D | VkFramebuffer.cpp | 144 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 D | vktMultiViewRenderPassUtil.hpp | 95 const VkAttachmentReference* pColorAttachments, 112 const VkAttachmentReference2* pColorAttachments,
|
H A D | vktMultiViewRenderPassUtil.cpp | 136 pColorAttachments = pColorAttachments_; in SubpassDescription1() 164 pColorAttachments = pColorAttachments_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderPassUtil.hpp | 95 const VkAttachmentReference* pColorAttachments, 112 const VkAttachmentReference2* pColorAttachments,
|
H A D | vktMultiViewRenderPassUtil.cpp | 136 pColorAttachments = pColorAttachments_; in SubpassDescription1() 164 pColorAttachments = pColorAttachments_; in SubpassDescription2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A 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/ |
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.hpp | 101 const VkAttachmentReference* pColorAttachments, 118 const VkAttachmentReference2* pColorAttachments,
|
H A D | vktRenderPassTestsUtil.cpp | 138 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 D | vktRenderPassTestsUtil.hpp | 101 const VkAttachmentReference* pColorAttachments, 118 const VkAttachmentReference2* pColorAttachments,
|
H A D | vktRenderPassTestsUtil.cpp | 138 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 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_no_buildgn/vulkan/draw/ |
H A 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/mesa3d/src/virtio/venus-protocol/ |
H A 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/mesa3d/src/vulkan/runtime/ |
H A 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/mesa3d/src/amd/vulkan/ |
H A D | radv_pass.c | 420 .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 D | v3dv_pass.c | 213 .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 D | GrVkRenderPass.cpp | 211 subpassDescMain.pColorAttachments = &colorRef; in Create() 243 subpassDescLoad.pColorAttachments = &colorRef; in Create()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A 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].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 D | vkPipelineConstructionUtil.cpp | 547 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 D | RenderPassCache.cpp | 209 subpassDesc.pColorAttachments = colorAttachmentRefs.data(); in CreateRenderPassForQuery()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pass.c | 424 desc->pColorAttachments[j].attachment; in pvr_CreateRenderPass2()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 159 subpassDescription.pColorAttachments = &attachment0; in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 944 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()
|