Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DVulkan.cpp815 std::optional<Vk::ImageWithMemory> depthAttachment; in CreateFramebuffer() local
817 depthAttachment = in CreateFramebuffer()
921 if (depthAttachment) { in CreateFramebuffer()
922 framebufferAttachments.push_back(*depthAttachment->imageView); in CreateFramebuffer()
936 .depthAttachment = std::move(depthAttachment), in CreateFramebuffer()
DVulkan.h168 std::optional<ImageWithMemory> depthAttachment; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc327 VkRenderingAttachmentInfo depthAttachment = {
359 .pDepthAttachment = &depthAttachment,