Searched refs:useDepthStencilAttachment (Results 1 – 2 of 2) sorted by relevance
87 const bool useDepthStencilAttachment, in makeRenderPass() argument90 …return makeRenderPass(vk, device, colorFormat, useDepthStencilAttachment ? depthStencilFormat : VK… in makeRenderPass()
5369 …const bool useDepthStencilAttachment = !depthStencilAttachments.empty() && (colorAttachmentCou… in addAttachmentAllocationTests() local5372 Maybe<deUint32> depthStencilAttachment (useDepthStencilAttachment in addAttachmentAllocationTests()