Home
last modified time | relevance | path

Searched refs:attachmentBeginInfo (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp97 const VkRenderPassAttachmentBeginInfo *attachmentBeginInfo);
H A DlibVulkan.cpp3418 const VkRenderPassAttachmentBeginInfo *attachmentBeginInfo = nullptr; in vkCmdBeginRenderPass2() local
3429attachmentBeginInfo = reinterpret_cast<const VkRenderPassAttachmentBeginInfo *>(renderPassBeginInf… in vkCmdBeginRenderPass2()
3442 …clearValueCount, pRenderPassBegin->pClearValues, pSubpassBeginInfo->contents, attachmentBeginInfo); in vkCmdBeginRenderPass2()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h307 const VkRenderPassAttachmentBeginInfo *attachmentBeginInfo) const;
H A Dvk_helpers.cpp3205 VkRenderPassAttachmentBeginInfo attachmentBeginInfo = {}; in flushToPrimary() local
3208 mFramebuffer.packResolveViewsForRenderPassBegin(&attachmentBeginInfo); in flushToPrimary()
3214 attachmentBeginInfo.attachmentCount == mRenderPassDesc.attachmentCount()); in flushToPrimary()
3221 mFramebuffer.isImageless() ? &attachmentBeginInfo : nullptr); in flushToPrimary()
H A Dvk_cache_utils.cpp3018 const VkRenderPassAttachmentBeginInfo *attachmentBeginInfo) const in beginRenderPass()
3022 beginInfo.pNext = attachmentBeginInfo; in beginRenderPass()