Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1693 VkDepthStencilObj *depth_stencil_att) { in PrepareAttachments() argument
1698 if (depth_stencil_att && depth_stencil_att->Initialized()) { in PrepareAttachments()
1700 if (FormatIsDepthOnly(depth_stencil_att->Format())) aspect = VK_IMAGE_ASPECT_DEPTH_BIT; in PrepareAttachments()
1701 if (FormatIsStencilOnly(depth_stencil_att->Format())) aspect = VK_IMAGE_ASPECT_STENCIL_BIT; in PrepareAttachments()
1703depth_stencil_att->SetLayout(this, aspect, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL); in PrepareAttachments()
Dvkrenderframework.h202 …ments(const vector<std::unique_ptr<VkImageObj>> &color_atts, VkDepthStencilObj *depth_stencil_att);