Searched refs:depthStencilAttachments (Results 1 – 2 of 2) sorted by relevance
995 vector<SharedPtrVkImageView> depthStencilAttachments; in testWithSizeReduction() local1094 depthStencilAttachments.push_back(makeSharedPtr( in testWithSizeReduction()1096 attachmentHandles.push_back(**depthStencilAttachments.back()); in testWithSizeReduction()1308 vector<SharedPtrVkImageView> depthStencilAttachments; in drawToMipLevel() local1335 depthStencilAttachments.push_back(makeSharedPtr(makeImageView( in drawToMipLevel()1338 attachmentHandles.push_back(**depthStencilAttachments.back()); in drawToMipLevel()
5317 set<deUint32> depthStencilAttachments; in addAttachmentAllocationTests() local5344 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()