Home
last modified time | relevance | path

Searched refs:FramebufferAttachmentArray (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h122 using FramebufferAttachmentArray = std::array<T, kMaxFramebufferAttachments>; variable
1901 FramebufferAttachmentArray<ImageOrBufferViewSubresourceSerial> mSerials;
DUtilsVk.cpp1743 vk::FramebufferAttachmentArray<VkDescriptorPoolSize> setSizes; in ensureUnresolveResourcesInitialized()
4060 vk::FramebufferAttachmentArray<VkDescriptorImageInfo> inputImageInfo = {}; in unresolve()
Dvk_helpers.h1678 FramebufferAttachmentArray<VkImageView> mImageViews;
Dvk_cache_utils.cpp886 FramebufferAttachmentArray<VkAttachmentDescription> attachmentDescs; in CreateRenderPass1()
1163 FramebufferAttachmentArray<VkAttachmentDescription2> attachmentDescs; in InitializeRenderPassFromDesc()