Home
last modified time | relevance | path

Searched defs:DynamicRenderingInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp257 struct DynamicRenderingInfo : angle::NonCopyable struct
259 VkRenderingInfo renderingInfo;
261 gl::DrawBuffersArray<VkRenderingAttachmentInfo> colorAttachmentInfo;
262 VkRenderingAttachmentInfo depthAttachmentInfo;
263 VkRenderingAttachmentInfo stencilAttachmentInfo;
267 gl::DrawBuffersArray<VkFormat> colorAttachmentFormats;
268 VkFormat depthAttachmentFormat;
269 VkFormat stencilAttachmentFormat;
273 gl::DrawBuffersArray<uint32_t> colorAttachmentLocations;
276 VkMultisampledRenderToSingleSampledInfoEXT msrtss;
[all …]