Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp478 vector<VkAttachmentReference> depthStencilAttachmentReferences(numLayers); in makeRenderPass() local
496 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()
498 …lAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED ? &depthStencilAttachmentReferences[i] : … in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1086 vector<VkAttachmentReference>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local
1097depthStencilAttachmentReferences.push_back(createAttachmentReference(subpass.getDepthStencilAttach… in createSubpassDescription()
1117 &depthStencilAttachmentReferences[0], // pDepthStencilAttachment; in createSubpassDescription()