Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp112 const bool useDepthStencilAttachment, in makeRenderPass() argument
161 …const VkAttachmentReference* pDepthStencilAttachment = (useDepthStencilAttachment ? &depthStencilA… in makeRenderPass()
182 (useDepthStencilAttachment ? 2u : 1u), // deUint32 attachmentCount; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4995 …const bool useDepthStencilAttachment = !depthStencilAttachments.empty() && (colorAttachmentCou… in addAttachmentAllocationTests() local
4998 Maybe<deUint32> depthStencilAttachment (useDepthStencilAttachment in addAttachmentAllocationTests()