Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp658 std::vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local
669depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDep… in createSubpassDescription()
689 …&depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAt… in createSubpassDescription()
DvktRenderPassTests.cpp1190 vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local
1201depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDep… in createSubpassDescription()
1221 …&depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAt… in createSubpassDescription()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp474 vector<VkAttachmentReference> depthStencilAttachmentReferences(numLayers); in makeRenderPass() local
492 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()
494 …lAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED ? &depthStencilAttachmentReferences[i] : … in makeRenderPass()
DvktPipelineMultisampleSampleLocationsExtTests.cpp738 m_subpasses.back().depthStencilAttachmentReferences.push_back( in addSubpassDepthStencilAttachment()
790 …dataOrNullPtr(sd.depthStencilAttachmentReferences), // const VkAttachmentReference* pDepthSten… in bake()
895 std::vector<VkAttachmentReference> depthStencilAttachmentReferences; member