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.cpp995 vector<SharedPtrVkImageView> depthStencilAttachments; in testWithSizeReduction() local
1094 depthStencilAttachments.push_back(makeSharedPtr( in testWithSizeReduction()
1096 attachmentHandles.push_back(**depthStencilAttachments.back()); in testWithSizeReduction()
1308 vector<SharedPtrVkImageView> depthStencilAttachments; in drawToMipLevel() local
1335 depthStencilAttachments.push_back(makeSharedPtr(makeImageView( in drawToMipLevel()
1338 attachmentHandles.push_back(**depthStencilAttachments.back()); in drawToMipLevel()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5317 set<deUint32> depthStencilAttachments; in addAttachmentAllocationTests() local
5344 depthStencilAttachments.insert(attachmentIndex); in addAttachmentAllocationTests()
5365 const deUint32 colorAttachmentCount = depthStencilAttachments.empty() in addAttachmentAllocationTests()
5369 …const bool useDepthStencilAttachment = !depthStencilAttachments.empty() && (colorAttachmentCou… in addAttachmentAllocationTests()
5373 ? just(chooseRandom(rng, depthStencilAttachments)) in addAttachmentAllocationTests()