Searched refs:depthStencilAttachmentReference (Results 1 – 2 of 2) sorted by relevance
5208 …AttachmentReference depthStencilAttachmentReference (VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GEN… in addAttachmentAllocationTests() local5342 …depthStencilAttachmentReference = AttachmentReference(*depthStencilAttachment, VK_IMAGE_LAYOUT_GEN… in addAttachmentAllocationTests()5345 …depthStencilAttachmentReference = AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERA… in addAttachmentAllocationTests()5367 … = inputAttachmentReferences[inputRefIdx].getAttachment() == depthStencilAttachmentReference.getAt… in addAttachmentAllocationTests()5379 …if (depthStencilAttachmentReference.getAttachment() == inputAttachmentReferences[inputRefIdx].getA… in addAttachmentAllocationTests()5383 …depthStencilAttachmentReference.setImageLayout(rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLay… in addAttachmentAllocationTests()5390 depthStencilAttachmentReference, in addAttachmentAllocationTests()
2353 const VkAttachmentReference depthStencilAttachmentReference = in initialize() local2372 …(m_useDepth || m_useStencil ? &depthStencilAttachmentReference : DE_NULL), // const VkAttachmentR… in initialize()