Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DVulkan.cpp846 std::optional<vkhpp::AttachmentReference> depthAttachment_reference; in CreateFramebuffer() local
859 depthAttachment_reference = vkhpp::AttachmentReference{ in CreateFramebuffer()
904 subpass.pDepthStencilAttachment = &*depthAttachment_reference; in CreateFramebuffer()