Searched refs:depth_stencil_att (Results 1 – 2 of 2) sorted by relevance
1693 VkDepthStencilObj *depth_stencil_att) { in PrepareAttachments() argument1698 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()1703 … depth_stencil_att->SetLayout(this, aspect, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL); in PrepareAttachments()
202 …ments(const vector<std::unique_ptr<VkImageObj>> &color_atts, VkDepthStencilObj *depth_stencil_att);