Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h125 using FramebufferAttachmentArray = std::array<T, kMaxFramebufferAttachments>; variable
1253 FramebufferAttachmentArray<ImageOrBufferViewSubresourceSerial> mSerials;
DUtilsVk.cpp1395 vk::FramebufferAttachmentArray<VkDescriptorPoolSize> setSizes; in ensureUnresolveResourcesInitialized()
3220 vk::FramebufferAttachmentArray<VkDescriptorImageInfo> inputImageInfo = {}; in unresolve()
Dvk_cache_utils.cpp658 FramebufferAttachmentArray<VkAttachmentDescription2KHR> attachmentDescs; in CreateRenderPass2()
949 FramebufferAttachmentArray<VkAttachmentDescription> attachmentDescs; in InitializeRenderPassFromDesc()