Searched refs:depth_stencil_att (Results 1 – 2 of 2) sorted by relevance
1880 VkDepthStencilObj *depth_stencil_att) { in PrepareAttachments() argument1885 if (depth_stencil_att && depth_stencil_att->Initialized()) { in PrepareAttachments()1887 if (FormatIsDepthOnly(depth_stencil_att->Format())) aspect = VK_IMAGE_ASPECT_DEPTH_BIT; in PrepareAttachments()1888 if (FormatIsStencilOnly(depth_stencil_att->Format())) aspect = VK_IMAGE_ASPECT_STENCIL_BIT; in PrepareAttachments()1890 … depth_stencil_att->SetLayout(this, aspect, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL); in PrepareAttachments()
196 …ments(const vector<std::unique_ptr<VkImageObj>> &color_atts, VkDepthStencilObj *depth_stencil_att);