Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp931 vector<SharedPtrVkImageView> depthStencilAttachments; in testWithSizeReduction() local
1030 depthStencilAttachments.push_back(makeSharedPtr( in testWithSizeReduction()
1032 attachmentHandles.push_back(**depthStencilAttachments.back()); in testWithSizeReduction()
1266 vector<SharedPtrVkImageView> depthStencilAttachments; in drawToMipLevel() local
1293 depthStencilAttachments.push_back(makeSharedPtr(makeImageView( in drawToMipLevel()
1296 attachmentHandles.push_back(**depthStencilAttachments.back()); in drawToMipLevel()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4943 set<deUint32> depthStencilAttachments; in addAttachmentAllocationTests() local
4970 depthStencilAttachments.insert(attachmentIndex); in addAttachmentAllocationTests()
4991 const deUint32 colorAttachmentCount = depthStencilAttachments.empty() in addAttachmentAllocationTests()
4995 …const bool useDepthStencilAttachment = !depthStencilAttachments.empty() && (colorAttachmentCou… in addAttachmentAllocationTests()
4999 ? just(chooseRandom(rng, depthStencilAttachments)) in addAttachmentAllocationTests()