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.cpp659 std::vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local
670depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDep… in createSubpassDescription()
690 …&depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAt… in createSubpassDescription()
DvktRenderPassTests.cpp1128 vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local
1139depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDep… in createSubpassDescription()
1159 …&depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAt… in createSubpassDescription()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp471 vector<VkAttachmentReference> depthStencilAttachmentReferences(numLayers); in makeRenderPass() local
489 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()
491 …lAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED ? &depthStencilAttachmentReferences[i] : … in makeRenderPass()
DvktPipelineMultisampleSampleLocationsExtTests.cpp841 m_subpasses.back().depthStencilAttachmentReferences.push_back( in addSubpassDepthStencilAttachment()
893 …dataOrNullPtr(sd.depthStencilAttachmentReferences), // const VkAttachmentReference* pDepthSten… in bake()
987 std::vector<VkAttachmentReference> depthStencilAttachmentReferences; member