Home
last modified time | relevance | path

Searched refs:FramebufferAttachmentsVector (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.h183 vk::FramebufferAttachmentsVector<VkImageView> *unpackedAttachments,
184 vk::FramebufferAttachmentsVector<RenderTargetInfo> *packedRenderTargetsInfoOut);
191 const vk::FramebufferAttachmentsVector<VkImageView> &unpackedAttachments,
192 const vk::FramebufferAttachmentsVector<RenderTargetInfo> &renderTargetsInfo);
H A DFramebufferVk.cpp2701 vk::FramebufferAttachmentsVector<VkImageView> *unpackedAttachments, in getAttachmentsAndRenderTargets()
2702 vk::FramebufferAttachmentsVector<RenderTargetInfo> *packedRenderTargetsInfoOut) in getAttachmentsAndRenderTargets()
2808 const vk::FramebufferAttachmentsVector<VkImageView> &unpackedAttachments, in createNewFramebuffer()
2809 const vk::FramebufferAttachmentsVector<RenderTargetInfo> &renderTargetsInfo) in createNewFramebuffer()
2854 vk::FramebufferAttachmentsVector<VkImageView> packedAttachments = unpackedAttachments; in createNewFramebuffer()
2884 vk::FramebufferAttachmentsVector<VkFramebufferAttachmentImageInfo> attachmentImageInfos( in createNewFramebuffer()
2961 vk::FramebufferAttachmentsVector<VkImageView> unpackedAttachments; in getFramebuffer()
2962 vk::FramebufferAttachmentsVector<RenderTargetInfo> renderTargetsInfo; in getFramebuffer()
H A Dvk_cache_utils.h171 using FramebufferAttachmentsVector = angle::FixedVector<T, kMaxFramebufferAttachments>; variable
314 const FramebufferAttachmentsVector<VkImageView> &attachmentViews,
328 const FramebufferAttachmentsVector<VkImageView> &attachmentViews,
H A Dvk_cache_utils.cpp319 const FramebufferAttachmentsVector<VkImageView> &attachmentViews, in DeriveRenderingInfo()
810 FramebufferAttachmentsVector<VkAttachmentReference2> *unresolveInputAttachmentRefs, in InitializeUnresolveSubpass()
811 FramebufferAttachmentsVector<uint32_t> *unresolvePreserveAttachmentRefs, in InitializeUnresolveSubpass()
1241 const FramebufferAttachmentsVector<VkAttachmentReference> &inputRefs, in ToSubpassDescription1()
1309 SubpassVector<FramebufferAttachmentsVector<VkAttachmentReference>> subpassInputAttachmentRefs( in CreateRenderPass1()
1320 FramebufferAttachmentsVector<VkAttachmentReference> &inputRefs = in CreateRenderPass1()
3040 const FramebufferAttachmentsVector<VkImageView> &attachmentViews, in beginRendering()
3099 const FramebufferAttachmentsVector<VkImageView> &attachmentViews, in updatePerfCounters()
7735 vk::FramebufferAttachmentsVector<VkAttachmentReference2> unresolveInputAttachmentRefs; in MakeRenderPass()
7736 vk::FramebufferAttachmentsVector<uint32_t> unresolvePreserveAttachmentRefs; in MakeRenderPass()
H A Dvk_helpers.h1701 FramebufferAttachmentsVector<VkImageView> &&imageViews, in setFramebuffer()
1758 const FramebufferAttachmentsVector<VkImageView> &getUnpackedImageViews() const in getUnpackedImageViews()
1767 static void PackViews(FramebufferAttachmentsVector<VkImageView> *views);
1795 FramebufferAttachmentsVector<VkImageView> mImageViews = {};
H A Dvk_helpers.cpp2233 void RenderPassFramebuffer::PackViews(FramebufferAttachmentsVector<VkImageView> *views) in PackViews()